From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: comint fix for shell colors Date: Fri, 18 Nov 2016 16:40:52 +0200 Message-ID: <83k2c0df63.fsf@gnu.org> References: <83twb5cd8t.fsf@gnu.org> <582f0f65.En4KsDnZnxPG7ZLy%wjenkner@inode.at> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1479480089 12395 195.159.176.226 (18 Nov 2016 14:41:29 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 18 Nov 2016 14:41:29 +0000 (UTC) Cc: erik@selberg.org, emacs-devel@gnu.org To: Wolfgang Jenkner Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 18 15:41:25 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c7kLz-00024h-SO for ged-emacs-devel@m.gmane.org; Fri, 18 Nov 2016 15:41:23 +0100 Original-Received: from localhost ([::1]:37052 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c7kM1-0006wz-Nr for ged-emacs-devel@m.gmane.org; Fri, 18 Nov 2016 09:41:25 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34034) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c7kLV-0006ws-AP for emacs-devel@gnu.org; Fri, 18 Nov 2016 09:40:54 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c7kLR-0008PI-9S for emacs-devel@gnu.org; Fri, 18 Nov 2016 09:40:53 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:49573) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c7kLR-0008P4-6n; Fri, 18 Nov 2016 09:40:49 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2575 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1c7kLQ-0002SM-DU; Fri, 18 Nov 2016 09:40:48 -0500 In-reply-to: <582f0f65.En4KsDnZnxPG7ZLy%wjenkner@inode.at> (message from Wolfgang Jenkner on Fri, 18 Nov 2016 15:25:41 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:209478 Archived-At: > Date: Fri, 18 Nov 2016 15:25:41 +0100 > From: Wolfgang Jenkner > Cc: emacs-devel@gnu.org > > In emacs-25 and master comint-highlight-prompt is prepended to > ansi-color faces used for highlighting prompts. The user has just > to customize the comint-highlight-prompt face so that it doesn't > inherit from minibuffer-prompt and it won't clobber anything. See > > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=20084 > > commit 792d44b3c31d2a682607ab8b79ae7d26b7402f41 Thanks. (I wonder why you didn't respond to the original message -- it was posted 4 days ago, and I waited for someone knowledgeable to chime in before replying.) > So I think there's nothing to do here execept perhaps for documenting > something. Indeed, I think this change should be described in NEWS. Could you provide a patch for that, please?