Aaron M. Ucko <[EMAIL PROTECTED]> wrote: > Peter S Galbraith <[EMAIL PROTECTED]> writes: > > > C-c < runs the command reftex-index > > which is an interactive autoloaded Lisp function in `reftex-index'. > > Not under either FSF Emacs 21 or XEmacs 21 on my system, which has > quite a few extra packages installed; are you sure that's not some > sort of local customization on yours?
No. Emacs21 from woody. reftex.el line161 even says: ;; * Creating Index Entries ;; To index the current selection or the word at point, type ;; `C-c /' (`reftex-index-selection-or-word'). The default ;; macro ;; `reftex-index-default-macro' will be used. For a more ;; complex entry type `C-c <' (`reftex-index'), select any of ;; the index macros and enter the arguments with completion. It gets bound at line 2320. Peter