all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Defining new compilation error regexp
@ 2009-07-09 23:12 bigfaceworm
  0 siblings, 0 replies; only message in thread
From: bigfaceworm @ 2009-07-09 23:12 UTC (permalink / raw)
  To: help-gnu-emacs

All,

Emacs 22.1

Am trying to get 'next-error to work on a particular (new) output
format, but am having trouble debugging my efforts because I cannot
seem to find where the values of 'compilation-error-regexp-alist-alist
or 'compilation-error-regexp-alist are used in compile.el  (other than
for font lock purposes).

I've done 'edebug-defun on 'compilation-next-error-function, and the
call to 'compilation-next-error either returns with a proper value
(when I haven't done any customization) or errors out with "moved past
last error",

'compilation-next-error is relying on properties being set on text in
the *compilation* buffer, but for the life of me, I can't find *where*
those are being set.

Any help? I'm mostly trying to find where the regexp-alist(-alist) is
used to set up properties so 'compilation-next-error-function can
proceed appropriately.


thanks,

TJ


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

only message in thread, other threads:[~2009-07-09 23:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-09 23:12 Defining new compilation error regexp bigfaceworm

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.