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

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

bug#41099: 28.0.50; TRAMP process-file ignores exit status of remote pro


From: Philipp Stephani
Subject: bug#41099: 28.0.50; TRAMP process-file ignores exit status of remote process
Date: Sat, 9 May 2020 21:53:09 +0200

Am Do., 7. Mai 2020 um 10:29 Uhr schrieb Michael Albinus
<michael.albinus@gmx.de>:
>
> Philipp Stephani <p.stephani2@gmail.com> writes:
>
> Hi Philipp,
>
> > (defun tramp-process-file (...)
> >   (let ((code (...original code...)))
> >     (if (> code 128)
> >        ;; Probably a signal
> >        (format "Signal %d" (- code 128))
> >     code))
>
> I've pushed a patch to master along these lines.

Thanks again.





reply via email to

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