auctex-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [AUCTeX-devel] reftex.el key bindings


From: Ralf Angeli
Subject: Re: [AUCTeX-devel] reftex.el key bindings
Date: Sun, 30 Mar 2008 08:24:47 +0200

* 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]