[Top][All Lists]
[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
- [AUCTeX] Defining LaTeX-math-list, Andreas Matthias, 2006/09/04
- Re: [AUCTeX] Defining LaTeX-math-list,
David Kastrup <=
- [AUCTeX] Re: Defining LaTeX-math-list, Andreas Matthias, 2006/09/05
- Re: [AUCTeX] Re: Defining LaTeX-math-list, Ralf Angeli, 2006/09/05
- [AUCTeX] Re: Defining LaTeX-math-list, Andreas Matthias, 2006/09/06
- Re: [AUCTeX] Re: Defining LaTeX-math-list, David Kastrup, 2006/09/06
- Re: [AUCTeX] Re: Defining LaTeX-math-list, Ralf Angeli, 2006/09/06
- Re: [AUCTeX] Re: Defining LaTeX-math-list, David Kastrup, 2006/09/06
[AUCTeX] Re: Defining LaTeX-math-list, Reiner Steib, 2006/09/08