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

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

Re: eshell/kill does not grok -USR1


From: Chong Yidong
Subject: Re: eshell/kill does not grok -USR1
Date: Thu, 29 Mar 2007 21:54:29 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.96 (gnu/linux)

Kai Grossjohann <address@hidden> writes:

> In eshell, "kill -HUP 42" works to send the HUP signal to process 42,
> but "kill -USR1 42" does not work to send the USR1 signal.
>
> I guess this is because of the regex in line 185 of esh-proc.el:
>
>             (if (string-match "^-\\([A-Z]+\\)$" id)

Yeah.

I've checked in a tweak for the regexp.  Thanks.





reply via email to

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