GNU bug report logs -
#27840
26.0.50; vc-git-grep stopped working on git master
Previous Next
Reported by: Tom Tromey <tom <at> tromey.com>
Date: Wed, 26 Jul 2017 17:59:02 UTC
Severity: normal
Tags: fixed
Found in version 26.0.50
Done: npostavs <at> users.sourceforge.net
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
On 7/27/17 2:32 AM, npostavs <at> users.sourceforge.net wrote:
> Perhaps we should
> instead disable this option by default; when I introduced it, I didn't
> think about the fact that grep.el is used for not-quite-grep programs as
> well.
Or we can try to think of them as separate. I.e., the patch below also
works. And if we want to use the --null option for vc-git-grep, we can
construct a derivative alist in vc-git.el.
Up to you, of course.
diff --git a/lisp/vc/vc-git.el b/lisp/vc/vc-git.el
index cc3e295..f52dc6e 100644
--- a/lisp/vc/vc-git.el
+++ b/lisp/vc/vc-git.el
@@ -1443,7 +1443,8 @@ vc-git-grep
(add-to-history 'grep-history command))))
(when command
(let ((default-directory dir)
- (compilation-environment (cons "PAGER=" compilation-environment)))
+ (compilation-environment (cons "PAGER=" compilation-environment))
+ grep-use-null-filename-separator)
;; Setting process-setup-function makes exit-message-function work
;; even when async processes aren't supported.
(compilation-start command 'grep-mode))
This bug report was last modified 7 years and 294 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.