all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Oleksandr Gavenko <gavenkoa@gmail.com>
To: 9414@debbugs.gnu.org
Subject: bug#9414: Fixed patch.
Date: Thu, 01 Sep 2011 01:33:07 +0300	[thread overview]
Message-ID: <4E5EB6A3.3010108@gmail.com> (raw)
In-Reply-To: <4E5EAB2B.3080404@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 112 bytes --]

Previous patch is wrong (I miss 'find' options priority).

This one right (more priestly tested and work fine).

[-- Attachment #2: grep-find-ignored-directories_2.patch --]
[-- Type: text/plain, Size: 433 bytes --]

=== modified file 'lisp/progmodes/grep.el'
--- lisp/progmodes/grep.el	2011-02-10 19:13:31 +0000
+++ lisp/progmodes/grep.el	2011-08-31 22:25:40 +0000
@@ -956,7 +956,7 @@
 		      dir
 		      (concat
 		       (and grep-find-ignored-directories
-			    (concat (shell-quote-argument "(")
+			    (concat "-type d " (shell-quote-argument "(")
 				    ;; we should use shell-quote-argument here
 				    " -path "
 				    (mapconcat


  reply	other threads:[~2011-08-31 22:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-31 21:44 bug#9414: Use of 'grep-find-ignored-directories' exclude files from search Oleksandr Gavenko
2011-08-31 22:33 ` Oleksandr Gavenko [this message]
2011-09-05  9:55   ` bug#9414: Fixed patch Juri Linkov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E5EB6A3.3010108@gmail.com \
    --to=gavenkoa@gmail.com \
    --cc=9414@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.