emacs-devel
[Top][All Lists]
Advanced

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

Re: emacs-26 d2d5e54: Mention remote file name completion in Emacs manua


From: Michael Albinus
Subject: Re: emacs-26 d2d5e54: Mention remote file name completion in Emacs manual
Date: Sun, 04 Feb 2018 23:07:01 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

John Wiegley <address@hidden> writes:

Hi John,

> Clément has made me think I'm objecting too broadly. Indeed, these all do what
> I expected in ivy:
>
>     /ssh:hermes:/<TAB>        completes in / on remote
>     /ssh:hermes://<TAB>       completes in / on remote
>     /ssh:hermes:///<TAB>      completes in / on local
>
> Are you saying this is inconsistent for plain Emacs?

Yes. Vanilla Emacs ("emacs -Q") behaves like this:

     /ssh:ford:/<TAB>        completes in / on remote
     /ssh:ford://<TAB>       completes in / on local
     /ssh:ford:///<TAB>      completes in / on remote

The second one is the inconsistency I wrote about (it shall complete in
/ on remote). The third one I didn't recognize until now, it shall
complete in / on local. A bug.

My proposal is the behavior you've shown with ivy, also for vanilla
Emacs.

> John

Best regards, Michael.



reply via email to

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