all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* new compile command doesn't coalesce errors on the same line
@ 2004-03-16  7:46 Miles Bader
  2004-03-17 20:52 ` Daniel Pfeiffer
  2004-03-17 20:58 ` Daniel Pfeiffer
  0 siblings, 2 replies; 27+ messages in thread
From: Miles Bader @ 2004-03-16  7:46 UTC (permalink / raw)


If *compilation* looks like this:

cray.c:33: error: `driver_num' undeclared (first use in this function)
cray.c:33: error: (Each undeclared identifier is reported only once
cray.c:33: error: for each function it appears in.)
cray.c:36: error: too many arguments to function `make_driver'

Then the first next-error jumps to (having working around the problems
with next-error described in my previous mail) line 33.

However, the next 2 invocations of `M-x next-error' _also_ jump to line
33, which is obvious a bit of a pain (since multi-line error messages
like that are common from gcc).  The old compile command simply ignored
any error lines which were duplicates.

-Miles
-- 
Suburbia: where they tear out the trees and then name streets after them.

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

end of thread, other threads:[~2004-03-31 19:59 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-16  7:46 new compile command doesn't coalesce errors on the same line Miles Bader
2004-03-17 20:52 ` Daniel Pfeiffer
2004-03-17 22:47   ` Miles Bader
2004-03-17 23:04     ` Stefan Monnier
2004-03-19 18:12       ` Daniel Pfeiffer
2004-03-20  4:48       ` Richard Stallman
2004-03-20  6:41         ` Daniel Pfeiffer
2004-03-20  8:26           ` Miles Bader
2004-03-20 19:33             ` Daniel Pfeiffer
2004-03-21 19:21               ` Richard Stallman
2004-03-21  4:59           ` Richard Stallman
2004-03-21  4:59           ` Richard Stallman
2004-03-21  8:22             ` Daniel Pfeiffer
2004-03-22  5:24               ` Richard Stallman
2004-03-23 19:23                 ` Daniel Pfeiffer
2004-03-25  2:00                   ` Richard Stallman
2004-03-28 21:32                     ` Daniel Pfeiffer
2004-03-28 21:39                       ` Stefan Monnier
2004-03-28 22:00                       ` David Kastrup
2004-03-28 22:59                       ` Kim F. Storm
2004-03-29 20:56                       ` Richard Stallman
2004-03-31 19:59                     ` Daniel Pfeiffer
2004-03-17 23:16   ` Kim F. Storm
2004-03-17 20:58 ` Daniel Pfeiffer
2004-03-17 22:34   ` Miles Bader
2004-03-18 11:14   ` Andreas Schwab
2004-03-19 18:16     ` Daniel Pfeiffer

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.