emacs-devel
[Top][All Lists]
Advanced

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

Re: smtpmail on Windows native Emacs with gnutls-cli from Cygwin freeze.


From: Lars Magne Ingebrigtsen
Subject: Re: smtpmail on Windows native Emacs with gnutls-cli from Cygwin freeze.
Date: Mon, 24 Oct 2011 01:56:34 +0200
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.90 (gnu/linux)

Oleksandr Gavenko <address@hidden> writes:


[...]

>         (signal-process (process-id process) 'SIGALRM)

[...]

> and 'signal-process' call do nothing for SIGALRM. More correctly
> return error. Look to 'src/w32proc.c':
>
>   int
>   sys_kill (int pid, int sig)
>   {
>     ...
>     /* Only handle signals that will result in the process dying */
>     if (sig != SIGINT && sig != SIGKILL && sig != SIGQUIT && sig != SIGHUP)
>       {
>         errno = EINVAL;
>         return -1;
>       }

Isn't that the bug, though?  Why isn't `signal-process' sending the
signal we request on Windows?

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/



reply via email to

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