[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#72117: Command doesn't execute correctly in eshell
From: |
Michael Albinus |
Subject: |
bug#72117: Command doesn't execute correctly in eshell |
Date: |
Thu, 18 Jul 2024 11:31:09 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Jim Porter <jporterbugs@gmail.com> writes:
Hi Jim,
> diff --git a/lisp/eshell/esh-proc.el b/lisp/eshell/esh-proc.el
> index 0dcdf3bb76c..fbeb13362f3 100644
> --- a/lisp/eshell/esh-proc.el
> +++ b/lisp/eshell/esh-proc.el
> + (cond
> + ;; Delay signalling remote processes to prevent
> + ;; "Forbidden reentrant call of Tramp".
> + ((process-get proc 'remote-pid)
> + (run-at-time 0 nil #'signal-process proc 'SIGPIPE))
Shouldn't there be a non-nil REMOTE argument?
Best regards, Michael.
- bug#72117: Command doesn't execute correctly in eshell, the_wurfkreuz, 2024/07/14
- bug#72117: Command doesn't execute correctly in eshell, Jim Porter, 2024/07/14
- bug#72117: Command doesn't execute correctly in eshell, Jim Porter, 2024/07/15
- Message not available
- bug#72117: Command doesn't execute correctly in eshell, Jim Porter, 2024/07/16
- bug#72117: Command doesn't execute correctly in eshell, Jim Porter, 2024/07/18
- bug#72117: Command doesn't execute correctly in eshell,
Michael Albinus <=
- bug#72117: Command doesn't execute correctly in eshell, Jim Porter, 2024/07/18
- bug#72117: Command doesn't execute correctly in eshell, Michael Albinus, 2024/07/18
- bug#72117: Command doesn't execute correctly in eshell, Jim Porter, 2024/07/18
bug#72117: Command doesn't execute correctly in eshell, Jim Porter, 2024/07/27