unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Alex Hutcheson via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: 71259@debbugs.gnu.org
Subject: bug#71259: 29.1; Tramp connection property "direct-async-process" causes job control not to work in M-x shell buffers
Date: Wed, 29 May 2024 13:55:43 +0000	[thread overview]
Message-ID: <u49x5xuwvi1s.fsf@alexh.c.googlers.com> (raw)

To reproduce:

1. Start emacs with emacs -Q

2. Eval the following:

(require 'tramp)
;; Enable direct-async-process for all SSH connections
(add-to-list 'tramp-connection-properties
              (list "/ssh:.*" "direct-async-process" t))

3. Start a Tramp SSH connection: C-x C-f /ssh:some.host.com:

4. Start a shell buffer with M-x shell. Choose sh or bash as remote
shell (haven't tested with others)

Expected behavior:

Shell buffer shows a shell on the remote host. Job control (C-c C-z),
fg, bg, etc. all work.

Actual behavior:

Shell buffer starts a shell, but shows errors at the top of the buffer:

sh: cannot set terminal process group (128765): Inappropriate ioctl for  
device
sh: no job control in this shell

Shell mostly works, but job control features don't work.
C-c C-z does nothing
C-c C-c kills the shell, rather than the currently running job
fg and bg give errors like:
sh: fg: no job control

In GNU Emacs 29.1 (build 1, x86_64-pc-linux-gnu, X toolkit, cairo
  version 1.18.0, Xaw3d scroll bars) of 2024-01-22, modified by Debian
  built on kokoro-ubuntu
System Description: Debian GNU/Linux rodete


Configured features:
ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM HARFBUZZ JPEG JSON LCMS2
LIBOTF LIBSELINUX LIBSYSTEMD LIBXML2 M17N_FLT MODULES NATIVE_COMP NOTIFY
INOTIFY PDUMPER PNG RSVG SECCOMP SOUND SQLITE3 THREADS TIFF
TOOLKIT_SCROLL_BARS TREE_SITTER WEBP X11 XAW3D XDBE XIM XINPUT2 XPM
LUCID ZLIB

Important settings:
   value of $LANG: en_US.UTF-8
   locale-coding-system: utf-8-unix








             reply	other threads:[~2024-05-29 13:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-29 13:55 Alex Hutcheson via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
2024-05-30 17:00 ` bug#71259: 29.1; Tramp connection property "direct-async-process" causes job control not to work in M-x shell buffers Michael Albinus via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-05-30 17:02   ` Alex Hutcheson via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-06-30  7:38   ` 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=u49x5xuwvi1s.fsf@alexh.c.googlers.com \
    --to=bug-gnu-emacs@gnu.org \
    --cc=71259@debbugs.gnu.org \
    --cc=alexhutcheson@google.com \
    /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).