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 22:44:01 +0200 Message-ID: <86plm1ewha.fsf@gnu.org> References: <86msh7gs62.fsf@gnu.org> <86jzcahgsd.fsf@gnu.org> <87frmy2c38.fsf@> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33041"; 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 21:44:20 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 1tKO8a-0008Th-I0 for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 08 Dec 2024 21:44:20 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tKO8M-0001Qg-Et; Sun, 08 Dec 2024 15:44:06 -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 1tKO8K-0001PA-3w for help-gnu-emacs@gnu.org; Sun, 08 Dec 2024 15:44:04 -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 1tKO8J-0002A0-RM for help-gnu-emacs@gnu.org; Sun, 08 Dec 2024 15:44:03 -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=yC4EadCOsLu3MPkx4/ZmCWqZgjagWR40dB3bzHZU+3Q=; b=Qc5yUQjYneo9xBq88fsZ 9Xsu82DnIesotEkbhKKR9B38jLc9W93AHR9sdfgWu4LcXJ/g0bEcqKi5UlSzSmHwOtAxjp110muav 0TnZlFXolMkA39Abk7SwK0WSZaqekOU2D8MhqjbSY0dk965B1snpEOGtvco4ILUqcjpf9H0qmgYkC JOckEWW6v+Ew8QpzcLEZJCKBG0whgMY3KDKCCL99EBbVybIqnzlKnX15xcdzKUL6MIkK/Il7VXyF6 hjouiw6e7Mxom8NF2pfwkVTq33GJ5gm8o+Xwig9mXJvJaIQw7NWeeDn/ATeTL+VP7SYuUQrYNsUN9 drVJk3F4XW9MQA==; In-Reply-To: <87frmy2c38.fsf@> (message from =?iso-8859-1?Q?Bj=F6rn?= Bidar on Sun, 08 Dec 2024 21:45:15 +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:148708 Archived-At: > From: Björn Bidar > Cc: Eli Zaretskii , help-gnu-emacs@gnu.org > Date: Sun, 08 Dec 2024 21:45:15 +0200 > > Yuri Khan writes: > > > 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. > > That the actual text remains unmodified is good, it's actually better > since it doesn't reveal any private information/makes the output depend on the > users machine. > > As long as it applies to all messages it's good. Maybe the description > or the name of the variable should be changed then. Already done.