From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: customize-face with default and diff-added Date: Sat, 16 Oct 2010 15:26:10 -0400 Message-ID: <8762x2ndm5.fsf@stupidchicken.com> References: <87aamijcts.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1287258004 31661 80.91.229.12 (16 Oct 2010 19:40:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 16 Oct 2010 19:40:04 +0000 (UTC) Cc: Emacs development discussions To: "Aneesh Kumar K. V" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 16 21:26:24 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P7COb-00079o-8R for ged-emacs-devel@m.gmane.org; Sat, 16 Oct 2010 21:26:21 +0200 Original-Received: from localhost ([127.0.0.1]:53976 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P7COa-0003th-6B for ged-emacs-devel@m.gmane.org; Sat, 16 Oct 2010 15:26:20 -0400 Original-Received: from [140.186.70.92] (port=45455 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P7COR-0003pv-PX for emacs-devel@gnu.org; Sat, 16 Oct 2010 15:26:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P7COQ-0002T1-Sv for emacs-devel@gnu.org; Sat, 16 Oct 2010 15:26:11 -0400 Original-Received: from pantheon-po26.its.yale.edu ([130.132.50.121]:47367) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P7COQ-0002St-Qw for emacs-devel@gnu.org; Sat, 16 Oct 2010 15:26:10 -0400 Original-Received: from furball (173-14-147-246-NewEngland.hfc.comcastbusiness.net [173.14.147.246]) (authenticated bits=0) by pantheon-po26.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o9GJQ9O9003088 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 16 Oct 2010 15:26:09 -0400 Original-Received: by furball (Postfix, from userid 1000) id 73991160A31; Sat, 16 Oct 2010 15:26:10 -0400 (EDT) In-Reply-To: (Aneesh Kumar K. V.'s message of "Wed, 13 Oct 2010 22:11:36 +0530") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:131766 Archived-At: "Aneesh Kumar K. V" writes: > ... > > I started with the above .emacs and enabled diff-mode and changed the > diff-added face. That result in the default face details to be removed > from the custom-set-faces above. The resulting .emacs was > > (custom-set-faces > ;; custom-set-faces was added by Custom. > ;; If you edit it by hand, you could mess it up, so be careful. > ;; Your init file should contain only one such instance. > ;; If there is more than one, they won't work right. > '(diff-added ((t (:inherit diff-changed :foreground "red"))))) I'm afraid I can't reproduce the problem. Are you still seeing it? This may have been a transient bug during the recent Custom changes.