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

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

Re: signal-USR{1,2}-hook


From: Kim F. Storm
Subject: Re: signal-USR{1,2}-hook
Date: 23 Jun 2004 16:58:34 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Dave Love <address@hidden> writes:

> [I reported this before, but it hasn't been fixed.]
>
> These two hooks are documented like this:
>
>   signal-USR1-hook's value is nil
>
>   Documentation:
>   Hook to be run whenever emacs receives a USR1 signal
>
> but they aren't run on those signals.  The signals just generate
> events like `[usr1-signal]'.  I don't know what is actually intended.

Neither do I.  

But the following change indicates that those variables are no longer
supported (and should be removed).

1999-02-16  Richard Stallman  <address@hidden>

        * emacs.c (Qusr1_signal, Qusr2_signal): New variables.
        (syms_of_emacs): Init and staticpro them.
        (handle_USR1_signal): Don't run any code, just queue up an event.
        (handle_USR2_signal): Likewise.

--
Kim F. Storm http://www.cua.dk





reply via email to

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