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

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

Border case in filename completion


From: Gerd Moellmann
Subject: Border case in filename completion
Date: Wed, 3 Sep 2003 13:26:22 +0200 (CEST)

In GNU Emacs 21.3.50.8 (i386-unknown-freebsd4.8, X toolkit, Xaw3d scroll bars)
 of 2003-09-01 

Say I want to find-file sprof.lisp in a directory ~/foo containing
the three files

    sprof.lisp
    sprof2.lisp
    sprof.example

Now,

    C-x C-f ~/foo/sprof. TAB

What happens is that point is placed in the minibuffer in front of the
period.  Another TAB shows all three files above in the *Completions*
buffer, which I guess is explainable by a change mentioned in NEWS,
that only the part before point is used for completion.  Moving point
to the end of the minibuffer again, after the period, and ? again
puts point in front of the period and displays all three files in
*Completions*.




reply via email to

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