emacs-devel
[Top][All Lists]
Advanced

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

Re: Maintenance suggestion on an emacs mode


From: Ralf Angeli
Subject: Re: Maintenance suggestion on an emacs mode
Date: Tue, 22 Apr 2008 22:28:33 +0200

* Paul R. (2008-04-21) writes:

>> ,---- RefTex :
>>
>> Those bindings are not activated by default, in this sens they are
>> much like those of modula2 and html-mode. Should they be changed in
>> the same way ?
>
> This patch change them.

>  (when reftex-extra-bindings
> -  (loop for x in
> -        '(("\C-ct" . reftex-toc)
> -          ("\C-cl" . reftex-label)
> -          ("\C-cr" . reftex-reference)
> -          ("\C-cc" . reftex-citation)
> -          ("\C-cv" . reftex-view-crossref)
> -          ("\C-cg" . reftex-grep-document)
> -          ("\C-cs" . reftex-search-document))

Please don't change those.  There are already bindings for them (except
for the last two) in place.  Setting `reftex-extra-bindings' really is
only there to spare users the hassle of defining bindings in the user
space themselves.

-- 
Ralf




reply via email to

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