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

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

bug#5360: 23.1.91; rgrep forces me to choose a directory


From: jidanni
Subject: bug#5360: 23.1.91; rgrep forces me to choose a directory
Date: Tue, 12 Jan 2010 08:39:12 +0800

rgrep forces me to choose a directory, e.g.,
(rgrep "INIT" "* .*" "/usr/share/initscripts/" nil)
when I really want to choose a wildcard of several directories.

OK, so I use repeat-complex-command to forge in
(rgrep "INIT" "* .*" "/usr/share/init*" nil)
And low and behold, rgrep assumes it can cd to that "directory" and
proceeds even though the cd failed! So at least it should check that its
cd doesn't fail, even if wildcard directories will never be implemented.

In GNU Emacs 23.1.91.1






reply via email to

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