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

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

bug#12201: 24.1; rgrep ignores directories matching grep-find-ignored-di


From: Wolfgang Jenkner
Subject: bug#12201: 24.1; rgrep ignores directories matching grep-find-ignored-directories
Date: Tue, 14 Aug 2012 19:20:00 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (berkeley-unix)

On Tue, Aug 14 2012, Tom Tromey wrote:

> gdb has a test suite directory named 'gdb.cp'.
> This happens to match a name in grep-find-ignored-files.
> Today I used rgrep to search the gdb test suite, and found to my
> surprise that it ignores this directory.

See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10351

Your test case seems to work for me: When I eval

(rgrep "inline" "*.exp" "/tmp/gdb-7.4.1")

or do something equivalent in an interactive way *grep* contains

[...]
./gdb/testsuite/gdb.base/pending.exp:224:".*Breakpoint.*, main.*$mainline.*" \
./gdb/testsuite/gdb.base/pending.exp:283:\[0-9\]+\[\t \]+breakpoint     keep 
y.* in main at .*$srcfile:$mainline.*
./gdb/testsuite/gdb.cp/mb-inline.exp:18:# This test verifies that setting 
breakpoint on line in inline
./gdb/testsuite/gdb.cp/mb-inline.exp:28:set testfile "mb-inline"
./gdb/testsuite/gdb.cp/mb-inline.exp:37:     untested mb-inline.exp
[...]

Perhaps you are accessing gdb.cp via a symbolic link, for some reason?

Wolfgang





reply via email to

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