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

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

Re: ido shows wrong completions


From: Kim F. Storm
Subject: Re: ido shows wrong completions
Date: Tue, 16 Aug 2005 13:35:10 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Matthieu Moy <address@hidden> writes:

> I have a ~/local/ and a ~/local-mirror/ directory in my $HOME.
>
> With ido enabled, when I do C-x C-f ~/local/ TAB TAB, the list of
> completion is the list of files in my $HOME, with the 7th character
> highlighted, whereas it should list $HOME/local/.
>

Actually, this is a feature rather than a bug.

The first TAB gives you the completions for the current pattern
in the current directory.  So it shows the possible
completions of ~/local/ in ~.

If there are many completions, subsequent TABs will scroll the
completions window.

When you have tabbed through all completions, the next TAB will
go back to the first page, but this time showing you ALL the
elements in the current directory.

Since there are only two completions for /local/, the first TAB shows
then both, so the second TAB shows the first page of ALL elements.

To get the completions for ~/local/, you must hit RET before the
first TAB.


If you have some better idea how to handle this, please tell me.

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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