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

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

bug#9793: 24.0.90; Unwanted tramp connection on eshell completion.


From: Michael Albinus
Subject: bug#9793: 24.0.90; Unwanted tramp connection on eshell completion.
Date: Mon, 24 Oct 2011 14:25:11 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux)

Stefan Monnier <monnier@iro.umontreal.ca> writes:

> This looks like a workaround rather than a fix.  Also, I notice that in
> `shell' (rather than `eshell') the problem does not occur.  So I'd like
> to better understand what's going on.

In shell just the local file names are taken for completion. I don't
know how this is implemented, maybe via pcompletion tables?

In eshell, all file names are good for completion, also remote
ones. This is valid, because "cd /sudo::" is a valid command in
eshell. But this makes the trouble with the completion predicate
`file-directory-p'.

>         Stefan

Best regards, Michael.




reply via email to

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