all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: bigfaceworm <bigfaceworm@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Defining new compilation error regexp
Date: Thu, 9 Jul 2009 16:12:31 -0700 (PDT)	[thread overview]
Message-ID: <44d17ee3-c4ec-4fb0-8629-a4ce9d41f8d3@y10g2000prf.googlegroups.com> (raw)

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


                 reply	other threads:[~2009-07-09 23:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44d17ee3-c4ec-4fb0-8629-a4ce9d41f8d3@y10g2000prf.googlegroups.com \
    --to=bigfaceworm@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.