GNU bug report logs - #5777
23.1.90; find-dired prompt bug

Previous Next

Package: emacs;

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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 5777 in the body.
You can then email your comments to 5777 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#5777; Package emacs. (Fri, 26 Mar 2010 15:39:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Stefan Guath <stefan <at> automata.se>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Fri, 26 Mar 2010 15:39:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Stefan Guath <stefan <at> automata.se>
To: bug-gnu-emacs <at> gnu.org
Subject: 23.1.90; find-dired prompt bug
Date: Fri, 26 Mar 2010 15:33:02 +0100
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.




Reply sent to Chong Yidong <cyd <at> stupidchicken.com>:
You have taken responsibility. (Sun, 28 Mar 2010 19:33:02 GMT) Full text and rfc822 format available.

Notification sent to Stefan Guath <stefan <at> automata.se>:
bug acknowledged by developer. (Sun, 28 Mar 2010 19:33:02 GMT) Full text and rfc822 format available.

Message #10 received at 5777-done <at> debbugs.gnu.org (full text, mbox):

From: Chong Yidong <cyd <at> stupidchicken.com>
To: Stefan Guath <stefan <at> automata.se>
Cc: 5777-done <at> debbugs.gnu.org
Subject: Re: 23.1.90; find-dired prompt bug
Date: Sun, 28 Mar 2010 15:32:45 -0400
> 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.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 26 Apr 2010 11:24:03 GMT) Full text and rfc822 format available.

bug unarchived. Request was from Stefan Guath <stefan <at> automata.se> to control <at> debbugs.gnu.org. (Fri, 21 Oct 2011 16:09:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#5777; Package emacs. (Fri, 21 Oct 2011 16:10:02 GMT) Full text and rfc822 format available.

Message #17 received at 5777 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Guath <stefan <at> automata.se>
To: 5777 <at> debbugs.gnu.org,
 Chong Yidong <cyd <at> stupidchicken.com>
Subject: Re: 23.1.90; find-dired prompt bug
Date: Fri, 21 Oct 2011 14:50:29 +0200
Hi,

When looking in command find-dired in find-dired.el, the bug is still there (running GNU Emacs 23.3.1 x86_64-apple-darwin, NS apple-appkit-1038.35 of 2011-03-10)

Regards,

/Stefan Guath

On 28 mar 2010, at 21:32, Chong Yidong wrote:

>> 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.
> 





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#5777; Package emacs. (Fri, 21 Oct 2011 16:17:01 GMT) Full text and rfc822 format available.

Message #20 received at 5777 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: Stefan Guath <stefan <at> automata.se>
Cc: Chong Yidong <cyd <at> stupidchicken.com>, 5777 <at> debbugs.gnu.org
Subject: Re: bug#5777: 23.1.90; find-dired prompt bug
Date: Fri, 21 Oct 2011 12:14:56 -0400
Stefan Guath wrote:

> When looking in command find-dired in find-dired.el, the bug is still
> there (running GNU Emacs 23.3.1 x86_64-apple-darwin, NS
> apple-appkit-1038.35 of 2011-03-10)

The fix was never in the Emacs 23 branch. It will be in Emacs 24.
You might like to try http://alpha.gnu.org/gnu/emacs/pretest/ .





bug Marked as fixed in versions 24.1. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Fri, 21 Oct 2011 16:17:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#5777; Package emacs. (Fri, 21 Oct 2011 17:57:02 GMT) Full text and rfc822 format available.

Message #25 received at 5777 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Guath <stefan <at> automata.se>
To: Glenn Morris <rgm <at> gnu.org>
Cc: Chong Yidong <cyd <at> stupidchicken.com>, 5777 <at> debbugs.gnu.org
Subject: Re: bug#5777: 23.1.90; find-dired prompt bug
Date: Fri, 21 Oct 2011 19:54:37 +0200
Ok, thanks! I reverted from 24 to 23 because font-lock was too slow... Hope that will improve. Thanks for a fantastic product - you're doing an incredible work!

/s

On 21 okt 2011, at 18:14, Glenn Morris wrote:

> Stefan Guath wrote:
> 
>> When looking in command find-dired in find-dired.el, the bug is still
>> there (running GNU Emacs 23.3.1 x86_64-apple-darwin, NS
>> apple-appkit-1038.35 of 2011-03-10)
> 
> The fix was never in the Emacs 23 branch. It will be in Emacs 24.
> You might like to try http://alpha.gnu.org/gnu/emacs/pretest/ .
> 





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#5777; Package emacs. (Fri, 21 Oct 2011 19:16:01 GMT) Full text and rfc822 format available.

Message #28 received at 5777 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Stefan Guath <stefan <at> automata.se>
Cc: Glenn Morris <rgm <at> gnu.org>, 5777 <at> debbugs.gnu.org
Subject: Re: bug#5777: 23.1.90; find-dired prompt bug
Date: Fri, 21 Oct 2011 15:14:07 -0400
> Ok, thanks! I reverted from 24 to 23 because font-lock was too slow... Hope
> that will improve.

I don't know of any pending bug report about font-lock being slow, so
it's unlikely to improve.  Are you talking about slowness of processing
of the output of find-dired (which should still be about as fast/slow
with or without font-lock)?


        Stefan




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 19 Nov 2011 12:24:03 GMT) Full text and rfc822 format available.

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.