unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* problem with recent change to grep-regexp-alist
@ 2005-08-06 10:34 Emanuele Giaquinta
  2005-08-06 18:11 ` Juri Linkov
  0 siblings, 1 reply; 8+ messages in thread
From: Emanuele Giaquinta @ 2005-08-06 10:34 UTC (permalink / raw)


Hi,

In the 1.42 revision of grep.el the subpattern for the filename in the
regexps of the first two grep-regexp-alist's elements has been changed
from "\(.+?\)" to "\([^:\n]+\)". Now the matching fails if the
filename contains a colon, while the previous value worked, thanks to the
non greedy "+?" quantifier. Note that the regexp of the third
grep-regexp-alist's element is still correct, and is the one that
matches if grep-highlight-matches's value is "t" (which is the
default).

Emanuele Giaquinta

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2005-08-10  4:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-06 10:34 problem with recent change to grep-regexp-alist Emanuele Giaquinta
2005-08-06 18:11 ` Juri Linkov
2005-08-06 19:20   ` David Kastrup
2005-08-07 14:25     ` Emanuele Giaquinta
2005-08-08 20:38       ` Juri Linkov
2005-08-08 22:56         ` Emanuele Giaquinta
2005-08-10  4:02           ` Juri Linkov
2005-08-09 23:57   ` Stefan Monnier

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).