From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: Guix search, colors and INSIDE_EMACS Date: Wed, 05 Feb 2020 16:13:13 +0100 Message-ID: <87imklnk3a.fsf@gnu.org> References: <87blqeml4w.fsf@ambrevar.xyz> <87tv46qqlf.fsf@elephly.net> <87d0aul354.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:33463) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1izMMf-000361-Ub for guix-devel@gnu.org; Wed, 05 Feb 2020 10:13:18 -0500 In-Reply-To: <87d0aul354.fsf@ambrevar.xyz> (Pierre Neidhardt's message of "Tue, 04 Feb 2020 17:37:43 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org Sender: "Guix-devel" To: Pierre Neidhardt Cc: guix-devel@gnu.org Hi! Pierre Neidhardt skribis: > In my experience, colors worked perfectly before the INSIDE_EMACS switch > was introduced. I don't understand what this change tried to fix. > Maybe one fix broke something else. =E2=80=98INSIDE_EMACS=E2=80=99 has always been honored by (guix colors). A= lso, it=E2=80=99s honored similar by all GNU tools and in particular Coreutils, which I think is overall a good thing as Ricardo explained! Now, it=E2=80=99s true that that there are cases where even shell-mode + guix-build-log-mode doesn=E2=80=99t give you as much highlighting as =E2=80= =98guix=E2=80=99 outside Emacs (for example for errors or highlights in all the diagnostics.) Perhaps we =E2=80=9Cjust=E2=80=9D need to enhance comint som= ehow! :-) Ludo=E2=80=99.