all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Christopher Monsanto <chris@monsan.to>
To: Paul Eggert <eggert@cs.ucla.edu>
Cc: emacs-devel@gnu.org
Subject: Re: replacing process sentinels and filters with hooks
Date: Mon, 1 Oct 2012 11:20:32 -0400	[thread overview]
Message-ID: <CAC5n7TGynHkBVHcacWMA1dPtKqgMWc_+Rkyvw_0-gaco-pv+0w@mail.gmail.com> (raw)
In-Reply-To: <5069ABC7.1040607@cs.ucla.edu>

I don't have a good answer for that, as I have no idea (yet) how the
existing sentinel interface handles the signals. My plan was to just
translate the old sentinel messages as follows:

"finished\n" --> (exit 0)
"exited abnormally with code exitcode\n" --> (exit nonzero-exitcode)
"name-of-signal\n" --> (signal code-for-name-of-signal nil)
"name-of-signal (core dumped)\n" -> (signal code-for-name-of-signal t)


Christopher Monsanto
chris@monsan.to  --  http://monsan.to/



  reply	other threads:[~2012-10-01 15:20 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-01 13:14 replacing process sentinels and filters with hooks Christopher Monsanto
2012-10-01 14:42 ` Paul Eggert
2012-10-01 15:20   ` Christopher Monsanto [this message]
2012-10-01 15:34 ` Stefan Monnier
     [not found]   ` <CAC5n7TGfMktPFOwpSqeqC6pF9rtpx14_fQaouEVnWmma2SfzdA@mail.gmail.com>
2012-10-01 16:53     ` Christopher Monsanto
     [not found]     ` <jwvboglmxm8.fsf-monnier+emacs@gnu.org>
2012-10-03 10:59       ` Christopher Monsanto
2012-10-03 13:37         ` Stefan Monnier
2012-11-13 17:58           ` Stefan Monnier
2012-10-03 14:39         ` Stephen J. Turnbull

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=CAC5n7TGynHkBVHcacWMA1dPtKqgMWc_+Rkyvw_0-gaco-pv+0w@mail.gmail.com \
    --to=chris@monsan.to \
    --cc=eggert@cs.ucla.edu \
    --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.