Kai Grossjohann <[EMAIL PROTECTED]> 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.



_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to