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 14:04:01 -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]:52975) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j1apI-0007bu-Jx for guix-devel@gnu.org; Tue, 11 Feb 2020 14:04:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j1apG-0002sb-PQ for guix-devel@gnu.org; Tue, 11 Feb 2020 14:04:04 -0500 Received: from minsky.hcoop.net ([104.248.1.95]:50420) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j1apG-0002rC-L6 for guix-devel@gnu.org; Tue, 11 Feb 2020 14:04:02 -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: zimoun Cc: Guix Devel On Tue, 11 Feb 2020, zimoun wrote: >> In shell and term mode, INSIDE_EMACS is being set, and everything looks fine >> (although without any highlighting). > > You mean set by default, right? Yes, for me emacs is setting INSIDE_EMACS for shell and term, but not eshell with the default configuration. > However, note that '*shell*' render correctly the highlighting > (Generation in bold face) so the OSC could be turned off and the > highlight on. Yes, that sounds like desirable behavior to me. Thanks, Jack