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

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

bug#47991: 28.0.50; inconsistency between async-shell-command and shell-


From: Zhiwei Chen
Subject: bug#47991: 28.0.50; inconsistency between async-shell-command and shell-command
Date: Sat, 24 Apr 2021 18:38:12 +0800

shell-command pops a buffer in fundamental-mode while
async-shell-command is in shell-mode.

AFAIK, async-shell-command is implemented via shell-command with an
additional '&' sign if it doesn't end with it.

To reproduce:
   emacs -Q
   M-x shell-command SPC ls RET
   M-x async-shell-command SPC ls RET

-- 
Zhiwei Chen





reply via email to

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