From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Transforming paths in compilation output (containerized builds) Date: Sun, 08 Dec 2024 09:04:28 +0200 Message-ID: <865xnuhczn.fsf@gnu.org> References: <86msh7gs62.fsf@gnu.org> <86jzcahgsd.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2606"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun Dec 08 08:05:06 2024 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1tKBLm-0000W6-2K for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 08 Dec 2024 08:05:06 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tKBLE-0007GR-2W; Sun, 08 Dec 2024 02:04:32 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tKBLD-0007GJ-F1 for help-gnu-emacs@gnu.org; Sun, 08 Dec 2024 02:04:31 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tKBLD-0006Dv-7K for help-gnu-emacs@gnu.org; Sun, 08 Dec 2024 02:04:31 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=2kjiE9HXrdYgPbYfqeuXc4o24FdUWeWldFW0O/y53R8=; b=FlGwM51GDRFi vwZnW1fqCDHxDfXGRSTko/8kK+UGdar3hh8iUJyfuzqaVmEijrBz6+9gpg2hEphYIUqhccihK8QMH 7OUPFlT1cxaEliz4bR8pfK7NsQ4fL3jZyzVzgIpvqP+gczPUFrXJpFOBiSR7MeJxofOlPN53BTK/y rew/qWfc1Xwx7ICF6K2r3EFZ3tdXVJtue+zT7cDSAU9KUIkeMWhLiLP9ik73Xe4mUSViBmsn0oKfe fWWU0S/C165CY0nk9oKiyee0grYh0c7pAjQTUMlhrQn9JpTaOLEgUSHOKoRQA0qfBteUQ/lEeNnjv Fih3l4Tc0ZPyMQmowJXpTg==; In-Reply-To: (message from Yuri Khan on Sun, 8 Dec 2024 13:32:27 +0700) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:148672 Archived-At: > From: Yuri Khan > Date: Sun, 8 Dec 2024 13:32:27 +0700 > Cc: help-gnu-emacs@gnu.org > > On Sun, 8 Dec 2024 at 12:43, Eli Zaretskii wrote: > > > > > Is compilation-transform-file-match-alist what you are looking for? > > > > > > The variable talks only about errors. Does it apply to all messages not just > > > the errors? > > > > It is applied to all messages. > > In my experience, it is not applied to messages as such. It is > consulted when building text properties while fontifying the messages > so that the user can jump to error locations; but the actual visible > text in the buffer remains unmodified. Yes. As its doc string says.