auctex
[Top][All Lists]
Advanced

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

Re: [AUCTeX] Defining LaTeX-math-list


From: David Kastrup
Subject: Re: [AUCTeX] Defining LaTeX-math-list
Date: Mon, 04 Sep 2006 17:33:45 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Andreas Matthias <address@hidden> 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")))

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum




reply via email to

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