[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tramp (2.2.13.25.1); ido virtual buffer interaction
From: |
Michael Albinus |
Subject: |
Re: tramp (2.2.13.25.1); ido virtual buffer interaction |
Date: |
Mon, 21 Nov 2016 15:00:34 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) |
Dave Abrahams <address@hidden> writes:
Hi Dave,
> More info. Ido uses recentf, which has an interaction with TRAMP
> documented here: https://www.emacswiki.org/emacs/RecentFiles#toc12
Well, there are also other mysteries. In the git logfile, there is the
entry
--8<---------------cut here---------------start------------->8---
commit b2b84b166a7ac454850ab4832ef40a41dce74cf7
Author: Leo Liu <address@hidden>
Date: Fri Dec 25 19:10:13 2015 +0800
* ido.el (ido-add-virtual-buffers-to-list): Use bookmark-get-filename.
--8<---------------cut here---------------end--------------->8---
Maybe it is related.
Could you, pls, rerun your test like this:
M-x tramp-cleanup-all-buffers
M-: (setq tramp-verbose 10)
C-x b
It will fail like reported. But there will also be a Tramp debug buffer,
containing a backtrace. This might tell us what triggers the new Tramp
connection.
Best regards, Michael.