GNU bug report logs -
#30559
26.0.91; grep-use-null-filename-separator customization
Previous Next
Reported by: Juri Linkov <juri <at> linkov.net>
Date: Tue, 20 Feb 2018 21:37:01 UTC
Severity: normal
Tags: fixed
Found in version 26.0.91
Fixed in version 26.1
Done: Juri Linkov <juri <at> linkov.net>
Bug is archived. No further changes may be made.
Full log
Message #15 received at 30559 <at> debbugs.gnu.org (full text, mbox):
>> This is a request to push the patch to the emacs-26 release branch.
>
> OK.
Sorry, I forgot to do the same for zrgrep. I already noticed earlier
that grep-use-null-filename-separator let-binding is missing here,
but forgot to test this to affirm the necessity to fix zrgrep too.
So this fix is needed for the release branch.
Eli, is it OK to push this patch to emacs-26 as well?
diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el
index 755c9c7..9b6ebee 100644
--- a/lisp/progmodes/grep.el
+++ b/lisp/progmodes/grep.el
@@ -1184,6 +1184,7 @@ zrgrep
;; by `grep-compute-defaults'.
(grep-find-template nil)
(grep-find-command nil)
+ (grep-use-null-filename-separator nil)
(grep-host-defaults-alist nil)
;; Use for `grep-read-files'
(grep-files-aliases '(("all" . "* .*")
This bug report was last modified 7 years and 137 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.