Uwe Brauer <[email protected]> writes:

Hi Uwe,

> sorry for the noise, it seems some old LaTeX-hook stuff does not work
> in in the new auctex version, so I have to check it carefully, however
> if somebody could point me out by looking at the bug trace, that would
> be appreciated.

It looks like the value of any of the four hook variables is a list that
contains nil.

  (defvar foo-hook '(nil))
  (run-hooks 'foo-hook)
  ;=> Bang, here's your error

Bye,
Tassilo


_______________________________________________
auctex-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex-devel

Reply via email to