all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: Eli Zaretskii <eliz@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: Cleanup of byte-compiled files missing?
Date: Sat, 02 Oct 2010 14:59:42 -0400	[thread overview]
Message-ID: <5vd3rsh141.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <8362xlq9q0.fsf@gnu.org> (Eli Zaretskii's message of "Sat\, 02 Oct 2010 10\:28\:55 +0200")

Eli Zaretskii wrote:

> fatal_error_signal now says:
>
>       if (sig == SIGTERM || sig == SIGHUP || sig == SIGINT)
>         Fkill_emacs (make_number (sig));
>
> Shouldn't the SIGINT part require noninteractive to be non-zero, just
> to be on the safe side?

I don't think it matters. It ought to be impossible to get there via
SIGINT except in batch mode, and if somehow Emacs does get there, it's
going to exit anyway, so it's just a question of if it goes via
kill_emacs (and so calls kill-emacs-hook) or straight to
shut_down_emacs ; and it seems to me it might as well run the hook as not.

Hmm, maybe the only real difference is the treatment of
Vauto_save_list_file_name.



  reply	other threads:[~2010-10-02 18:59 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-17 16:07 Cleanup of byte-compiled files missing? Lars Magne Ingebrigtsen
2010-09-17 16:18 ` Glenn Morris
2010-09-17 17:41 ` Glenn Morris
2010-09-17 18:37   ` Eli Zaretskii
2010-09-17 19:55     ` Glenn Morris
2010-09-17 19:59   ` Glenn Morris
2010-09-22  1:33   ` Glenn Morris
2010-09-22  7:18     ` Eli Zaretskii
2010-10-02  2:32       ` Glenn Morris
2010-10-02  8:25         ` Eli Zaretskii
2010-10-02 19:07           ` Glenn Morris
2010-10-02  8:28         ` Eli Zaretskii
2010-10-02 18:59           ` Glenn Morris [this message]
2010-10-02 19:55             ` Eli Zaretskii
2010-09-22 14:30     ` Davis Herring

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5vd3rsh141.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.