[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX] Modify LaTeX-math-list without restarting emacs?
From: |
Ralf Angeli |
Subject: |
Re: [AUCTeX] Modify LaTeX-math-list without restarting emacs? |
Date: |
Sun, 30 May 2010 15:48:26 +0200 |
* micheal S. (2010-05-28) writes:
> If I customize the variable LaTeX-math-list, say I put something like
> this in my .emacs file:
>
> (setq LaTeX-math-list '(
> (?o "test" nil)
> ))
>
> then I have to restart emacs, to take this into effect in auctex. Even
> if I do "eval-buffer" on my .emacs file, it has no effect (despite C-h
> v LaTeX-math-list shows the correct value for this variable).
The key bindings specified in `LaTeX-math-list' are set when latex.el is
loaded, so this is no surprise.
> How can I achieve that changing this variable has an effect without
> restarting emacs? Is there some way to reload auctex?
I would not really recommend this, but did you try `unload-feature'?
--
Ralf