emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#16759: closed (CC Mode modes: mode hooks are calle


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#16759: closed (CC Mode modes: mode hooks are called twice.)
Date: Mon, 09 May 2016 18:32:02 +0000

Your message dated 9 May 2016 18:31:23 -0000
with message-id <address@hidden>
and subject line Re: bug#16759: CC Mode modes: mode hooks are called twice.
has caused the debbugs.gnu.org bug report #16759,
regarding CC Mode modes: mode hooks are called twice.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
16759: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16759
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: CC Mode modes: mode hooks are called twice. Date: Fri, 14 Feb 2014 22:09:34 +0000 User-agent: Mutt/1.5.21 (2010-09-15)
In C Mode, etc., c-mode-hook, etc. gets called twice at mode
initialisation.  This is bad, since there will be, at least occasionally,
mode hooks which must not be called twice.

The cause of this is that there is an invocation of run-mode-hooks
generated by the macro define-derived-mode as well as an explicit call to
run-mode-hooks which is not at the end of the mode function.

-- 
Alan Mackenzie (Nuremberg, Germany).



--- End Message ---
--- Begin Message --- Subject: Re: bug#16759: CC Mode modes: mode hooks are called twice. Date: 9 May 2016 18:31:23 -0000 User-agent: tin/2.3.1-20141224 ("Tallant") (UNIX) (FreeBSD/10.3-RELEASE (amd64))
Bug fixed in the master branch.

-- 
Alan Mackenzie (Nuremberg, Germany).





--- End Message ---

reply via email to

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