unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Michael Albinus <michael.albinus@gmx.de>
To: Andrii Kolomoiets <andreyk.mad@gmail.com>
Cc: 37464-done@debbugs.gnu.org
Subject: bug#37464: 26.3; Icomplete and TRAMP create unnecessary buffer
Date: Sat, 21 Sep 2019 11:17:05 +0200	[thread overview]
Message-ID: <87ef0anh4e.fsf@gmx.de> (raw)
In-Reply-To: <C77DF50B-EA0E-4776-A254-BE4575D3BB9A@gmail.com> (Andrii Kolomoiets's message of "Thu, 19 Sep 2019 23:38:47 +0300")

Andrii Kolomoiets <andreyk.mad@gmail.com> 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.





  reply	other threads:[~2019-09-21  9:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-19 20:38 bug#37464: 26.3; Icomplete and TRAMP create unnecessary buffer Andrii Kolomoiets
2019-09-21  9:17 ` Michael Albinus [this message]
2019-09-23  6:59   ` Andrii Kolomoiets
2019-09-23 10:53     ` Michael Albinus
2019-09-23 11:46       ` Andrii Kolomoiets

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=87ef0anh4e.fsf@gmx.de \
    --to=michael.albinus@gmx.de \
    --cc=37464-done@debbugs.gnu.org \
    --cc=andreyk.mad@gmail.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).