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 07:42:26 +0200 Message-ID: <86jzcahgsd.fsf@gnu.org> References: <86msh7gs62.fsf@gnu.org> <87plm3nqfr.fsf@> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3801"; 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 06:43:15 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 1tKA4Z-0000rT-0j for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 08 Dec 2024 06:43:15 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tKA3q-00065y-Rc; Sun, 08 Dec 2024 00:42:30 -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 1tKA3p-00065l-MS for help-gnu-emacs@gnu.org; Sun, 08 Dec 2024 00:42:29 -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 1tKA3p-0006k2-En for help-gnu-emacs@gnu.org; Sun, 08 Dec 2024 00:42:29 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=3KMeQO/W2x1LR4SLy8nAS1TjpHA1Y8Jj24pWKjRkGUU=; b=CfcXu4enWBXCwMk2kTZM iGruewPrNLVbhU/P/bViWfLXqYrsjVwNslNtkHv/m5rGbG+J7WQpLGPykDfdqJe1Xcmfd4FvXNUU2 L9AuoLOWKxKJ3NdmRkFMowTRI7v0nAgrUBV5vUzgLFa3cfK+35xPdM1sbJaZTEfxcjMk3qA+5d19O xeN9maUDqM1rm96lVIMYAtOXLdJQBfsEasGM6KmBoRzCMe8Z7Gaz/E5+6X/dXbib3reL7+tUwTUto h78FHdz8FLYcFeg3PsecSBADCDKSoePbf4zgBB7cO61f5FjHoXUDTPxAYoFDdk0bPcGGSvpAwCjKo bSuqViwJSZ5eqQ==; In-Reply-To: <87plm3nqfr.fsf@> (message from =?utf-8?Q?Bj=C3=B6rn?= Bidar on Sat, 07 Dec 2024 23:17:28 +0200) 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:148669 Archived-At: > From: Björn Bidar > Cc: help-gnu-emacs@gnu.org > Date: Sat, 07 Dec 2024 23:17:28 +0200 > > Eli Zaretskii writes: > > >> From: Björn Bidar > >> Date: Sat, 07 Dec 2024 21:58:36 +0200 > >> > >> I'm looking how to transform the output in the compilation buffer or > >> just make Emacs open the correct paths inside builds happen inside > >> containerized builds. > > > > 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.