(compilation-error-regexp-alist): Allow
digits in program name in first pattern.
This commit is contained in:
parent
fdc3f606b1
commit
a0730fbd38
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ or when it is used with \\[next-error] or \\[compile-goto-error].")
|
|||
;; We insist on a non-digit in the file name
|
||||
;; so that we don't mistake the file name for a command name
|
||||
;; and take the line number as the file name.
|
||||
("\\([-a-zA-Z._]+: ?\\)?\
|
||||
("\\([a-zA-Z][-a-zA-Z._0-9]+: ?\\)?\
|
||||
\\([a-zA-Z]?:?[^:( \t\n]*[^:( \t\n0-9][^:( \t\n]*\\)[:(][ \t]*\\([0-9]+\\)\
|
||||
\\([) \t]\\|:\\(\\([0-9]+:\\)\\|[0-9]*[^:0-9]\\)\\)" 2 3 6)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue