Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
186ac3d4
Commit
186ac3d4
authored
Jun 18, 2004
by
Daniel Pfeiffer
Browse files
(grep-regexp-alist): Match columns and column ranges, if present.
parent
c0090c20
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/progmodes/grep.el
lisp/progmodes/grep.el
+1
-1
No files found.
lisp/progmodes/grep.el
View file @
186ac3d4
...
...
@@ -216,7 +216,7 @@ Notice that using \\[next-error] or \\[compile-goto-error] modifies
`complation-last-buffer' rather than `grep-last-buffer'."
)
(
defvar
grep-regexp-alist
'
((
"^\\(.+?\\)[:( \t]+\\([0-9]+\\)[:) \t]
"
1
2
)
'
((
"^\\(.+?\\)[:( \t]+\\([0-9]+\\)
\\(
[:) \t]
\\)\\(?:\\([0-9]+\\)\\(?:-\\([0-9]+\\)\\)?\\3\\)?"
1
2
(
4
.
5
)
)
(
"^Binary file \\(.+\\) matches$"
1
nil
nil
1
))
"Regexp used to match grep hits. See `compilation-error-regexp-alist'."
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment