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

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

bug#279: 23.0.60; (minor) minibuffer file-name completion issue for file


From: Chong Yidong
Subject: bug#279: 23.0.60; (minor) minibuffer file-name completion issue for files containing $
Date: Thu, 28 Aug 2008 10:15:29 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2.91 (gnu/linux)

"Tim Van Holder" <tim.vanholder@gmail.com> writes:

> On Wed, Aug 27, 2008 at 7:19 PM, Chong Yidong <cyd@stupidchicken.com> wrote:
>> I've checked in a fix that should allow completions to work properly
>> with files containing `$', including proper highlighting of the
>> completions buffer.
>
> Unfortunately, after a fresh build this morning:
>   make maintainer-clean
>   /path/to/sources/configure --with-x
>   make
>   emacs -Q),
> I still get the behaviour I saw yesterday: once it reaches
> "/foo/$$blah." it claims there are no
> completions.

What is your precise recipe?  I can't reproduce the problem over here:

touch \$blah.quux
touch \$blah.xyzzy
emacs -Q
M-x shell RET
cd $$b TAB     -> completes to \$blah.
TAB            -> completions window opens up






reply via email to

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