Re: tramp (2.7.0-pre master/463cd87f0590970cfd2918ba7028304e0f712001); tramp-signal-process doesn't accept string arguments

2023-11-30 Thread Philipp Stephani
> Am 30.11.2023 um 15:45 schrieb Michael Albinus : > > Philipp Stephani writes: > > Hi Philipp, > >> That works in all cases I've tested, thanks! > > Thanks for the feedback. I've pushed it to the Tramp repository, > branches tramp-2-6-stable and master. It will appear with Tramp 2.6.2 on

Re: tramp (2.7.0-pre master/463cd87f0590970cfd2918ba7028304e0f712001); tramp-signal-process doesn't accept string arguments

2023-11-30 Thread Michael Albinus
Philipp Stephani writes: Hi Philipp, > That works in all cases I've tested, thanks! Thanks for the feedback. I've pushed it to the Tramp repository, branches tramp-2-6-stable and master. It will appear with Tramp 2.6.2 on GNU ELPA, later this year. I've pushed it also to the Emacs master

Re: tramp (2.7.0-pre master/463cd87f0590970cfd2918ba7028304e0f712001); tramp-signal-process doesn't accept string arguments

2023-11-30 Thread Philipp Stephani
> Am 30.11.2023 um 12:43 schrieb Michael Albinus : > > Philipp Stephani 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

Re: tramp (2.7.0-pre master/463cd87f0590970cfd2918ba7028304e0f712001); tramp-signal-process doesn't accept string arguments

2023-11-30 Thread Michael Albinus
Philipp Stephani 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