all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* compilation-error-regexp-alist column doesnt work
@ 2006-11-08 16:06 Florian Kaufmann
  0 siblings, 0 replies; only message in thread
From: Florian Kaufmann @ 2006-11-08 16:06 UTC (permalink / raw)


Hello

I try making next-error not only to jump to the correct line in the
correct file, but also to the correct column within that line. As I
understand it, having gnu in compilation-error-regexp-systems-list
should already do the trick. But it doesn't for me. So I adjusted
compilation-error-regexp-alist to the following:

(("[ 	]*\\(\\([a-zA-Z]:\\)?[^:( 	\n-]+\\):\\([0-9]+\\):\\([0-9]+\\):" 1
3 4))

I do a search, and in the *grep* buffer I have lines like the following

./MyFile.h:43:27: BlaBla

next-error makes everything correct, except that point is always at the
beginning of the line, and not in the column it should be, 27 in the
case of the above example. What do I miss?

Greetings

Flo

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-11-08 16:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-08 16:06 compilation-error-regexp-alist column doesnt work Florian Kaufmann

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.