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

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

[Emacs-bug-tracker] bug#8137: closed (Requiring a file during bytecompil


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#8137: closed (Requiring a file during bytecompilation runs that file's kill-emacs-hook.)
Date: Sun, 06 Mar 2011 00:59:02 +0000

Your message dated Sun, 6 Mar 2011 01:58:08 +0100
with message-id <address@hidden>
and subject line Re: bug#8137: Requiring a file during bytecompilation runs 
that file's kill-emacs-hook.
has caused the GNU bug report #8137,
regarding Requiring a file during bytecompilation runs that file's 
kill-emacs-hook.
to be marked as done.

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


-- 
8137: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8137
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Requiring a file during bytecompilation runs that file's kill-emacs-hook. Date: Mon, 28 Feb 2011 06:13:06 +0100
Package: emacs
Version: 24.0.50


After this change (from a few months ago, but I just discovered):

revno: 101722
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2010-10-01 19:30:11 -0700
message:
  Run kill-emacs-hook in batch mode, and on SIGINT in batch mode.
  See thread http://lists.gnu.org/archive/html/emacs-devel/2010-09/msg00795.html

  * src/emacs.c (fatal_error_signal): Also run Fkill_emacs on SIGINT.
  (main) [!WINDOWSNT]: Handle SIGINT with fatal_error_signal
  in batch-mode.
  (Fkill_emacs): Doc fix.  Also run the hook in batch mode.
  (kill-emacs-hook): Doc fix.


compiling code requiring a file that sets kill-emacs-hook runs that
hook, for example

;;; bug.el
(require 'saveplace)
;;; end of bug.el

emacs -batch -Q -f batch-byte-compile bug.el
Wrote c:/emacs/repo/bug.elc
Wrote c:/my_home/.emacs-places


    Juanma



--- End Message ---
--- Begin Message --- Subject: Re: bug#8137: Requiring a file during bytecompilation runs that file's kill-emacs-hook. Date: Sun, 6 Mar 2011 01:58:08 +0100
OK, applied.

   Juanma


--- End Message ---

reply via email to

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