unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Robert Pluim <rpluim@gmail.com>
To: Filippo Argiolas <filippo.argiolas@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Replace filename from compilation buffer errors
Date: Fri, 29 Nov 2024 12:14:54 +0100	[thread overview]
Message-ID: <87jzcmfg0h.fsf@gmail.com> (raw)
In-Reply-To: <m2r06ui9r4.fsf@gmail.com> (Filippo Argiolas's message of "Fri, 29 Nov 2024 12:01:51 +0100")

>>>>> On Fri, 29 Nov 2024 12:01:51 +0100, Filippo Argiolas <filippo.argiolas@gmail.com> said:

    Filippo> Hi I am working on a project that builds in a temporary workspace.
    Filippo> I'd like to take advantage of Emacs compilation mode, especially jumping
    Filippo> from an error to the locus inside the file.

    Filippo> Problem is it jumps in the file inside the temp workspace instead of the
    Filippo> one in the source tree.

    Filippo> Is there a way to achieve a simple string substitution in the file name
    Filippo> before jumping while keeping existing compilation regexps?

The following perhaps:

    compilation-transform-file-match-alist is a variable defined in `compile.el'.

    Its value is (("/bin/[a-z]*sh\\'" nil))

    Alist of regexp/replacements to alter file names in compilation errors.
    If the replacement is nil, the file will not be considered an
    error after all.  If not nil, it should be a regexp replacement
    string.

Robert
-- 



  reply	other threads:[~2024-11-29 11:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-29 11:01 Replace filename from compilation buffer errors Filippo Argiolas
2024-11-29 11:14 ` Robert Pluim [this message]
2024-11-29 11:26   ` Filippo Argiolas
2024-11-29 12:45     ` Robert Pluim

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=87jzcmfg0h.fsf@gmail.com \
    --to=rpluim@gmail.com \
    --cc=filippo.argiolas@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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).