]> git.eshelyaron.com Git - emacs.git/commit
Match w32 paths in grep sans --null hits (Bug#32051)
authorNoam Postavsky <npostavs@gmail.com>
Mon, 9 Jul 2018 20:56:47 +0000 (16:56 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Fri, 13 Jul 2018 01:49:50 +0000 (21:49 -0400)
commit3eb4603b0d432740ff4e8deb637cca2f35cf5fee
tree0333e7f6507ec70149cc79758198c002caeb059d
parent5cc7c4b48a2d6eca5d14d12b1cd258bf9cabde74
Match w32 paths in grep sans --null hits (Bug#32051)

* lisp/progmodes/grep.el (grep-regexp-alist): Add an optional part to
match paths starting with C: (other drive letters).
* test/lisp/progmodes/compile-tests.el
(compile-tests--grep-regexp-testcases)
(compile-tests--grep-regexp-tricky-testcases)
(compile-test-grep-regexps): New tests.
(compile--test-error-line): Return `compilation-message'.
lisp/progmodes/grep.el
test/lisp/progmodes/compile-tests.el