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

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

[debbugs-tracker] bug#37464: closed (26.3; Icomplete and TRAMP create un


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#37464: closed (26.3; Icomplete and TRAMP create unnecessary buffer)
Date: Sat, 21 Sep 2019 09:18:01 +0000

Your message dated Sat, 21 Sep 2019 11:17:05 +0200
with message-id <address@hidden>
and subject line Re: bug#37464: 26.3; Icomplete and TRAMP create unnecessary 
buffer
has caused the debbugs.gnu.org bug report #37464,
regarding 26.3; Icomplete and TRAMP create unnecessary buffer
to be marked as done.

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


-- 
37464: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37464
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 26.3; Icomplete and TRAMP create unnecessary buffer Date: Thu, 19 Sep 2019 23:38:47 +0300
1. emacs -Q
2. M-x icomplete-mode
3. C-x C-f
4. /q::
   instead of "q" allowed method can be specified e.g. "sudo" or "ssh"
5. C-g
6. C-x C-b

Notice new buffer "*tramp/q..." created although command was cancelled.

In GNU Emacs 26.3 (build 1, x86_64-apple-darwin18.2.0, NS appkit-1671.20 
Version 10.14.3 (Build 18D109))
of 2019-09-02 built on builder10-14.porkrind.org



--- End Message ---
--- Begin Message --- Subject: Re: bug#37464: 26.3; Icomplete and TRAMP create unnecessary buffer Date: Sat, 21 Sep 2019 11:17:05 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)
Andrii Kolomoiets <address@hidden> writes:

Hi Andrii,

> 1. emacs -Q
> 2. M-x icomplete-mode
> 3. C-x C-f
> 4. /q::
>    instead of "q" allowed method can be specified e.g. "sudo" or "ssh"
> 5. C-g
> 6. C-x C-b
>
> Notice new buffer "*tramp/q..." created although command was cancelled.

Thanks for the report, I can confirm the behaviour. However, this is not
a bug. Try the following command instead:

emacs -Q --eval '(setq tramp-verbose 6)'

This enables traces up to level 6, which are the commands send to a
remote host. You will see also the buffer *debug tramp/ssh...*. No trace
there with level 6, but entries like

11:09:33.148026 tramp-file-name-handler (5) # Non-essential received in 
operation (file-name-all-completions  /ssh::)

This tells us, that Tramp hasn't tried any remote connection, because it
is still in user name / host name completion. And that's what counts.

I'm marking this as not-a-bug, and close it. Feel free to ask if you
need further information.

Best regards, Michael.


--- End Message ---

reply via email to

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