GNU bug report logs -
#5777
23.1.90; find-dired prompt bug
Previous Next
Reported by: Stefan Guath <stefan <at> automata.se>
Date: Fri, 26 Mar 2010 15:39:02 UTC
Severity: normal
Fixed in version 24.1
Done: Chong Yidong <cyd <at> stupidchicken.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 28 Mar 2010 15:32:45 -0400
with message-id <87sk7k6y3m.fsf <at> stupidchicken.com>
and subject line Re: 23.1.90; find-dired prompt bug
has caused the GNU bug report #5777,
regarding 23.1.90; find-dired prompt bug
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 bug-gnu-emacs <at> gnu.org
immediately.)
--
5777: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5777
GNU Bug Tracking System
Contact bug-gnu-emacs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
emacs-version: GNU Emacs 23.1.90.1 (x86_64-apple-darwin10.2.0, NS apple-appkit-1038.25) of 2010-02-23
To trigger bug:
emacs -Q
M-x ido-mode
M-x ido-everywhere
M-x find-dired
Bug symptons:
Impossible to choose directory since 'current directory' (.) is not in the ido-alternatives. Pressing return just enters the directory rather than
choosing it.
Bug reason:
In find-dired (find-dired.el): The first prompt argument in interactive is read-file-name.
Bug solution:
In find-dired (find-dired.el): The first prompt argument in interactive should be read-directory-name.
[Message part 3 (message/rfc822, inline)]
> emacs -Q
> M-x ido-mode
> M-x ido-everywhere
> M-x find-dired
>
> Bug symptons:
> Impossible to choose directory since 'current directory' (.) is not in
> the ido-alternatives. Pressing return just enters the directory rather
> than choosing it.
>
> Bug reason:
> In find-dired (find-dired.el): The first prompt argument in
> interactive is read-file-name.
>
> Bug solution:
> In find-dired (find-dired.el): The first prompt argument in
> interactive should be read-directory-name.
Thanks for reporting the bug, and investigating. I've checked the fix
into the trunk.
This bug report was last modified 13 years and 219 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.