From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jack Hill Subject: Re: Guix search, colors and INSIDE_EMACS Date: Tue, 11 Feb 2020 11:37:08 -0500 (EST) Message-ID: References: <87blqeml4w.fsf@ambrevar.xyz> <87tv46qqlf.fsf@elephly.net> <878slamdzp.fsf@ambrevar.xyz> <87r1z13ap2.fsf@ambrevar.xyz> <87v9od2oyw.fsf@gnu.org> <87ftfhkxzt.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:56411) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j1YX8-0006jQ-4j for guix-devel@gnu.org; Tue, 11 Feb 2020 11:37:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j1YX6-0007Ze-WA for guix-devel@gnu.org; Tue, 11 Feb 2020 11:37:09 -0500 Received: from minsky.hcoop.net ([104.248.1.95]:48788) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j1YX6-0007Z9-T1 for guix-devel@gnu.org; Tue, 11 Feb 2020 11:37:08 -0500 Received: from marsh.hcoop.net ([45.55.52.66]) by minsky.hcoop.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1j1YX6-0005Ev-8o for guix-devel@gnu.org; Tue, 11 Feb 2020 11:37:08 -0500 In-Reply-To: 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: Guix Devel Hi Guix, I've been trying to follow this discussion as I have observed problems with the linking characters in eshell. However, it seems I am having seeing different behavior than others. In both Emacs 26.3 and Emacs-next 27.0.50, running as `emacs -q`, INSIDE_EMACS is not being set in eshell so, guix describe looks like guix describe ]8;;file://lib-its13/var/guix/profiles/per-user/install/current-guix-66-link\Generation 66 Feb 07 2020 10:38:56]8;;\ (current) guix 232f344 repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: ]8;;https://git.savannah.gnu.org/cgit/guix.git/commit/?id=232f344f9b9dc775fe8f9c7db2e45ba20431b071\232f344f9b9dc775fe8f9c7db2e45ba20431b071]8;;\ In shell and term mode, INSIDE_EMACS is being set, and everything looks fine (although without any highlighting). Is something wrong with my emacs that INSIDE_EMACS is not being set? Is there some other way that guix can detect if it is running from eshell? Best, Jack