unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Glenn Morris <rgm@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: Cleanup of byte-compiled files missing?
Date: Wed, 22 Sep 2010 09:18:47 +0200	[thread overview]
Message-ID: <83sk12w8iw.fsf@gnu.org> (raw)
In-Reply-To: <hdd3s6ftok.fsf@fencepost.gnu.org>

> From: Glenn Morris <rgm@gnu.org>
> Date: Tue, 21 Sep 2010 21:33:47 -0400
> 
> !       if (sig == SIGTERM || sig == SIGHUP || sig == SIGINT)
>           Fkill_emacs (make_number (sig));
>   
>         shut_down_emacs (sig, 0, Qnil);
> ***************
> *** 1236,1241 ****
> --- 1236,1242 ----
>   #ifdef SIGSYS
>         signal (SIGSYS, fatal_error_signal);
>   #endif
> +       if ( noninteractive ) signal (SIGINT, fatal_error_signal);

This will need to be "fixed" on MS-Windows, where a console program
interrupted with SIGINT runs the signal handler in a separate thread,
courtesy of MS runtime, which Emacs code doesn't expect.  If someone
wants to work on that, look in job.c from GNU Make, where I fixed a
similar problem.  Or maybe careful study of the issue will conclude
that running the handler in a separate thread is fine in Emacs, and
nothing special should be done.



  reply	other threads:[~2010-09-22  7:18 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 [this message]
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
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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=83sk12w8iw.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=rgm@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).