From: Iurie Marian <marian.iurie@gmail.com>
To: 71709@debbugs.gnu.org
Subject: bug#71709: Fix recent change in tramp-sh-handle-make-process
Date: Fri, 21 Jun 2024 20:12:24 +0200 [thread overview]
Message-ID: <CAP+jDP5oN8z9QpgANDUGWxGx+h7QKqfX7n0TuLL5k9qvzEYbQA@mail.gmail.com> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 334 bytes --]
tramp-sh-handle-make-process is failing when `:stderr' argument is used.
In GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version
3.24.41, cairo version 1.18.0) of 2024-06-21 built on rrouwprlc0222
Repository revision: e7123edfe7f7abc9043429dfb3f84941f83d6565
Repository branch: master
System Description: Ubuntu 24.04 LTS
[-- Attachment #1.2: Type: text/html, Size: 416 bytes --]
[-- Attachment #2: tramp-sh-handle-make-process.patch --]
[-- Type: text/x-patch, Size: 431 bytes --]
diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el
index bce7c323dad..68018298b68 100644
--- a/lisp/net/tramp-sh.el
+++ b/lisp/net/tramp-sh.el
@@ -2969,6 +2969,7 @@ tramp-sh-handle-make-process
(let* ((program (car command))
(args (cdr command))
;; STDERR can also be a file name.
+ (stderr (plist-get args :stderr))
(tmpstderr
(and stderr
(tramp-unquote-file-local-name
next reply other threads:[~2024-06-21 18:12 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-21 18:12 Iurie Marian [this message]
2024-06-21 19:21 ` bug#71709: Fix recent change in tramp-sh-handle-make-process Michael Albinus via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-06-21 21:09 ` Iurie Marian
2024-06-22 7:31 ` Michael Albinus via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-06-22 9:10 ` Iurie Marian
2024-06-22 9:18 ` Iurie Marian
2024-06-22 9:23 ` Iurie Marian
2024-06-22 11:18 ` Michael Albinus via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-06-22 12:02 ` Michael Albinus via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-06-22 16:52 ` Iurie Marian
2024-06-22 17:05 ` Michael Albinus via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-06-22 17:27 ` Iurie Marian
2024-06-22 17:54 ` Michael Albinus via Bug reports for GNU Emacs, the Swiss army knife of text editors
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAP+jDP5oN8z9QpgANDUGWxGx+h7QKqfX7n0TuLL5k9qvzEYbQA@mail.gmail.com \
--to=marian.iurie@gmail.com \
--cc=71709@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).