GNU bug report logs -
#22220
24.5; no documentation for default process sentinel
Previous Next
Reported by: Ram Bhamidipaty <rbhamidipaty <at> roku.com>
Date: Tue, 22 Dec 2015 01:51:02 UTC
Severity: minor
Found in version 24.5
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hi there,
Thank you for responding.
It would be nice if the default process sentinel were explicitly documented - at least the name and formal description.
-Ram
-----Original Message-----
From: Eli Zaretskii [mailto:eliz <at> gnu.org]
Sent: Tuesday, December 22, 2015 9:13 AM
To: Ram Bhamidipaty <rbhamidipaty <at> roku.com>
Cc: 22220 <at> debbugs.gnu.org
Subject: Re: bug#22220: 24.5; no documentation for default process sentinel
> From: Ram Bhamidipaty <rbhamidipaty <at> roku.com>
> Date: Tue, 22 Dec 2015 01:20:28 +0000
>
> Emacs has the concept of a default process sentinel - but this is not
> documented in the emacs lisp reference manual.
The default sentinel is documented with the set-process-sentinel
function:
-- Function: set-process-sentinel process sentinel
This function associates SENTINEL with PROCESS. If SENTINEL is
`nil', then the process will have the default sentinel, which
inserts a message in the process's buffer when the process status
changes.
Maybe this is not prominent enough, and we should say this in a few
more places. Other than that, what else do you think should be said
about the default sentinel?
Thanks.
This bug report was last modified 9 years and 154 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.