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

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

bug#1285: marked as done (23.0.60; minibuffer-complete and `C-x d')


From: Emacs bug Tracking System
Subject: bug#1285: marked as done (23.0.60; minibuffer-complete and `C-x d')
Date: Sat, 8 Nov 2008 06:35:04 -0800

Your message dated Sat, 08 Nov 2008 09:25:33 -0500
with message-id <87od0qxpk2.fsf@cyd.mit.edu>
and subject line Re: 23.0.60; minibuffer-complete and `C-x d'
has caused the Emacs bug report #1285,
regarding 23.0.60; minibuffer-complete and `C-x d'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
1285: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=1285
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems
--- Begin Message --- Subject: 23.0.60; minibuffer-complete and `C-x d' Date: Fri, 31 Oct 2008 16:16:07 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)
In GNU Emacs 23.0.60.12 (i686-pc-linux-gnu, GTK+ Version 2.12.9)
 of 2008-10-25 on escher

When I type `C-x d <something> TAB', where `<something>' is any sequence
of characters, then if `<something>' can complete to more than one
directory name, then the *Completions* buffer displays only those
directory names, but no non-directory file names.  But if `<something>'
can complete to a non-directory file name, then it does.  For example,
on my system `C-x d /usr/lib/libv TAB' completes to '/usr/lib/libvisual'
and after a second TAB the *Completions* buffer displays:

Possible completions are:
libvisual-0.4/
libvisual/

But `C-x d /usr/lib/libvisual-0.4. TAB' completes to 
'/usr/lib/libvisual-0.4.so.0'
and after a second TAB the *Completions* buffer displays:

Possible completions are:
libvisual-0.4.so.0
libvisual-0.4.so.0.0.0

Typing `C-x C-f /usr/lib/libvis TAB' completes to '/usr/lib/libvisual'
and after a second TAB the *Completions* buffer displays:

Possible completions are:
libvisual-0.4.so.0                 libvisual-0.4.so.0.0.0
libvisual-0.4/                     libvisual/

(In Emacs 22.2, `C-x d [or: C-x C-f] /usr/lib/libvis TAB' does just the
latter.)

This is with -Q, and I get the same behavior with completion-styles set
to any of `basic', `emacs21', emacs22', or `partial-completion'.





--- End Message ---
--- Begin Message --- Subject: Re: 23.0.60; minibuffer-complete and `C-x d' Date: Sat, 08 Nov 2008 09:25:33 -0500 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)
Stefan Monnier <monnier@iro.umontreal.ca> writes:

>> How bout reverting to the old version of dired-read-dir-and-switches
>> then?  (We can keep the new version commented out, so that someone can
>> come back to try and get it working properly later.)
>
> Sure,

Done.


--- End Message ---

reply via email to

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