all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Emacs-22.1 compilation-error-regexp
@ 2008-04-30  3:13 Bob McIsaac
  2008-05-05 12:02 ` Nick Roberts
  0 siblings, 1 reply; 4+ messages in thread
From: Bob McIsaac @ 2008-04-30  3:13 UTC (permalink / raw)
  To: bug-gnu-emacs

The compilation-error-regexp works for gcc output but not for
Openwatcom. However, it worked fine for emacs-21. It seems the regexp
no longer accepts parentheses around the line number.

----- gcc example is ok ----
-*- mode: compilation; default-directory: "c:/altm/acp-7-3/build/" -*-
../src/vi/vi_main.c:53: `xint' undeclared (first use in this function)
../src/vi/vi_main.c:53: (Each undeclared identifier is reported only once

------- Open Watcom Make Version 1.7 -- not ok because of line number ======
..\src\ctrl\lister.c(109): Error! E1009: Expecting ';' but found '{'
..\src\ctrl\lister.c(120): Warning! W201: Unreachable code
..\src\ctrl\lister.c(109): Warning! W131: No prototype found for 
function 'xif'





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

end of thread, other threads:[~2008-05-06  7:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-30  3:13 Emacs-22.1 compilation-error-regexp Bob McIsaac
2008-05-05 12:02 ` Nick Roberts
2008-05-06  3:12   ` Bob McIsaac
2008-05-06  7:58     ` Nick Roberts

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.