* paul r. (2008-03-29) writes:
> Hello, please find below the lines we would like you to change.
> Thanks
>
> lisp/textmodes/reftex.el:2409: '(("\C-ct" . reftex-toc)
> lisp/textmodes/reftex.el:2410: ("\C-cl" . reftex-label)
> lisp/textmodes/reftex.el:2411: ("\C-cr" . reftex-reference)
> lisp/textmodes/reftex.el:2412: ("\C-cc" . reftex-citation)
> lisp/textmodes/reftex.el:2413: ("\C-cv" . reftex-view-crossref)
> lisp/textmodes/reftex.el:2414: ("\C-cg" . reftex-grep-document)
> lisp/textmodes/reftex.el:2415: ("\C-cs" . reftex-search-document))
These bindings are not active by default. The user has to enable them
explicitely. From the manual:
,----[ (info "(reftex)Key Bindings") ]
| These keys are reserved for the user, so I cannot bind them by default.
| If you want to have these key bindings available, set in your `.emacs'
| file:
|
| (setq reftex-extra-bindings t)
`----
--
Ralf
_______________________________________________
auctex-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex-devel