* Nick Roberts (2006-11-11) writes:
> > Is there a reliable way of reproducing the bug?
>
> I can only say where it fails for me.
I just checked with
Emacs : GNU Emacs 22.0.90.1 (i386-mingw-nt5.1.2600)
of 2006-11-05 on NEUTRINO
Package: 11.83
and I cannot reproduce it with this version either.
> I don't know what the difference is then. AUCTeX uses tool-bar-mode-on-hook
> but the I think the hook is called tool-bar-mode-hook in Emacs.
The macro for `define-minor-mode' defines a minor mode function with
the following contents:
;; The on/off hooks are here for backward compatibility only.
(run-hooks ',hook (if ,mode ',hook-on ',hook-off))
So the name of the hook shouldn't be the problem.
Could you perhaps check if the problem also happens with
emacs -Q -eval '(load "auctex.el" nil t t)'
?
--
Ralf
_______________________________________________
bug-auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-auctex