On Mon, Sep 04 2006, David Kastrup wrote:

> Andreas Matthias <[EMAIL PROTECTED]> writes:
>
>> I am using \varphi more frequently than \phi, so I tried
>> to redefine the key mapping of `f to \varphi:
>>
>> (setq LaTeX-math-list 
>>       '(?f . "varphi"))
>>
>> But that didn't work. How do I set LaTeX-math-list correctly?
>
> That's not a list, but a single cons.
>
> Try
> (setq LaTeX-math-list
>       '((?f . "varphi")))

BTW, I think \varphi, \varepsilon, \varrho, ... deserve a default key
binding in `LaTeX-math-mode'.  Maybe "` v f", "` v e", "` v r", ...?
Other suggestions?

IIRC, I once tried to add this, but I couldn't figure out quickly how
to represent `v f' in `LaTeX-math-default'.  According to the custom
type of the "Key" in `LaTeX-math-list', key sequences are not allowed.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/



_______________________________________________
auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex

Reply via email to