* 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 _______________________________________________ auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex
