bug-auctex
[Top][All Lists]
Advanced

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

Re: [Bug-AUCTeX] Re: 11.83; AUCTeX toolbar


From: Ralf Angeli
Subject: Re: [Bug-AUCTeX] Re: 11.83; AUCTeX toolbar
Date: Sat, 11 Nov 2006 23:02:03 +0100

* 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




reply via email to

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