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")))
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
_______________________________________________
auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex