emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Unconditional quit on SIGUSR2


From: Stefan Monnier
Subject: Re: [PATCH] Unconditional quit on SIGUSR2
Date: Mon, 25 Apr 2011 15:43:32 -0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

>> Another minor problem is that you use a name with "special-event" and
>> the doc makes references to "special-event-map" yet the two are
>> fundamentally unrelated (except that they both can handle SIGUSRn
>> signals).
> The idea is that the event named by the variable is in the same
> namespace as the events in special-event-map, though the variable
> supports only a subset of them.

AFAIK this namespace is the same as used for all events (whether they
get caught by special-event-map or any other of the umpteen maps we
have), and indeed we have moved some bindings between global-map and
special-event-map after realizing that they were not handled at the
right level.

> Do you have a better name in mind?

So you could just name it debug-on-event.


        Stefan



reply via email to

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