tramp-devel
[Top][All Lists]
Advanced

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

Re: tramp (2.7.0-pre master/463cd87f0590970cfd2918ba7028304e0f712001); t


From: Michael Albinus
Subject: Re: tramp (2.7.0-pre master/463cd87f0590970cfd2918ba7028304e0f712001); tramp-signal-process doesn't accept string arguments
Date: Thu, 30 Nov 2023 12:43:12 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Philipp Stephani <p.stephani2@gmail.com> writes:

Hi Philipp,

> Almost, but one case is still missing.  Try:
>
> emacs -Q -batch -eval '(progn (require (quote tramp)) (let ((proc 
> (start-process "sleep" nil "sleep" "60"))) (signal-process (number-to-string 
> (process-id proc)) (quote ABRT))))'
>
> This will fail even with the patch.
> `signal-process' accepts a process ID converted to a string.  This doesn't 
> seem to be documented, but is necessary for interactive use because 
> `signal-process' uses `read-string' to read its first argument interactively.

Yes. What about the modified patch?

Best regards, Michael.

Attachment: txtCAFfNMcpgX.txt
Description: Text Data


reply via email to

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