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

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

[debbugs-tracker] bug#24394: closed (25.1.50; (find-file "/sudo::") igno


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#24394: closed (25.1.50; (find-file "/sudo::") ignores async-shell-command-buffer settings)
Date: Sun, 24 Mar 2019 12:44:02 +0000

Your message dated Sun, 24 Mar 2019 13:43:30 +0100
with message-id <address@hidden>
and subject line Re: bug#24394: 25.1.50; (find-file "/sudo::") ignores 
async-shell-command-buffer settings
has caused the debbugs.gnu.org bug report #24394,
regarding 25.1.50; (find-file "/sudo::") ignores async-shell-command-buffer 
settings
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
24394: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=24394
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 25.1.50; (find-file "/sudo::") ignores async-shell-command-buffer settings Date: Thu, 8 Sep 2016 23:39:24 +0900 (JST) User-agent: Alpine 2.20 (DEB 67 2015-01-07)

emacs -Q -eval "(setq async-shell-command-buffer 'new-buffer)"

I) M-&: i=0; while true; do echo $i; i=$((i+1)); sleep 1;done RET
;; Repeating the command will not prompt for confirmation
II) M-&: M-p RET ; create buffer "*Async Shell Command*<2>".
III) M-:(let ((dir (expand-file-name default-directory)))
          (find-file (concat "/sudo::") dir)) RET
IV) M-&: M-p RET
;; Received prompt to kill buffer "*Async Shell Command*".

In IV) the machine is the same as before and the original user
still is the owner of the Emacs session: i would expect IV) create
the buffer "*Async Shell Command*<3>" without any prompt.
Even if i set `async-shell-command-buffer' to 'new-buffer in
/root/.emacs i receive the prompt.


In GNU Emacs 25.1.50.1 (x86_64-pc-linux-gnu, GTK+ Version 3.21.5)
 of 2016-09-08
Repository revision: ba5d32398ba42fcf14ad5242d95c68133981744f




--- End Message ---
--- Begin Message --- Subject: Re: bug#24394: 25.1.50; (find-file "/sudo::") ignores async-shell-command-buffer settings Date: Sun, 24 Mar 2019 13:43:30 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)
Tino Calancha <address@hidden> writes:

Hi Tino,

> Thank you Michael!
> I just tested it now and I confirm it is fixed.

Thanks, I'm closing the bug.

Best regards, Michael.


--- End Message ---

reply via email to

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