auctex-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [AUCTeX-devel] bug: old hook stuff


From: Tassilo Horn
Subject: Re: [AUCTeX-devel] bug: old hook stuff
Date: Tue, 16 Jul 2013 11:55:19 +0200
User-agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux)

Uwe Brauer <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]