* bug#34172: 27.0.50; async-shell-command-buffer value is not honored in dired under Tramp
@ 2019-01-22 14:43 Filipp Gunbin
2019-03-20 22:18 ` Michael Albinus
0 siblings, 1 reply; 2+ messages in thread
From: Filipp Gunbin @ 2019-01-22 14:43 UTC (permalink / raw)
To: 34172
1) emacs -Q -nw
2) Eval this: (setq async-shell-command-buffer 'rename-buffer)
3) Run async shell command (M-&) with this: "while true; do echo 'sleep
1 s'; sleep 1; done". It creates buffer *Async Shell Command*
4) Run it again, it correctly renames original buffer into ...<2> and
runs (second) command being launched in *Async Shell Command*
5) Then open dired via tramp, I used this: /sudo:root@localhost:/tmp
6) From this dired buffer, repeat steps 3 and 4. At step 4 I'm asked
whether I want to kill existing running command, which would correspond
to async-shell-command-buffer set to `confirm-kill-process' (but it has
different value).
Thanks.
In GNU Emacs 27.0.50 (build 4, x86_64-apple-darwin18.2.0, NS appkit-1671.20 Version 10.14.2 (Build 18C54))
of 2019-01-22 built on fgunbin.local
Repository revision: c580081578edf8663e80cd86a1b4de377be58dc1
Repository branch: master
System Description: Mac OS X 10.14.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#34172: 27.0.50; async-shell-command-buffer value is not honored in dired under Tramp
2019-01-22 14:43 bug#34172: 27.0.50; async-shell-command-buffer value is not honored in dired under Tramp Filipp Gunbin
@ 2019-03-20 22:18 ` Michael Albinus
0 siblings, 0 replies; 2+ messages in thread
From: Michael Albinus @ 2019-03-20 22:18 UTC (permalink / raw)
To: Filipp Gunbin; +Cc: 34172
Filipp Gunbin <fgunbin@fastmail.fm> writes:
Hi Filipp,
> 1) emacs -Q -nw
>
> 2) Eval this: (setq async-shell-command-buffer 'rename-buffer)
>
> 3) Run async shell command (M-&) with this: "while true; do echo 'sleep
> 1 s'; sleep 1; done". It creates buffer *Async Shell Command*
>
> 4) Run it again, it correctly renames original buffer into ...<2> and
> runs (second) command being launched in *Async Shell Command*
>
> 5) Then open dired via tramp, I used this: /sudo:root@localhost:/tmp
>
> 6) From this dired buffer, repeat steps 3 and 4. At step 4 I'm asked
> whether I want to kill existing running command, which would correspond
> to async-shell-command-buffer set to `confirm-kill-process' (but it has
> different value).
This is a duplicate of bug#24394 I'm just working on. Will be fixed soon.
> Thanks.
Best regards, Michael.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-03-20 22:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-22 14:43 bug#34172: 27.0.50; async-shell-command-buffer value is not honored in dired under Tramp Filipp Gunbin
2019-03-20 22:18 ` Michael Albinus
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.