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: Color themes Date: Mon, 10 Aug 2009 23:58:47 -0400 Message-ID: <87hbwfc87c.fsf@cyd.mit.edu> References: <87d47hoox5.fsf@stupidchicken.com> <87hbwp32ep.fsf@catnip.gol.com> <432BC810AC84409882C7E7FB5183D8DD@us.oracle.com> <8763d516ox.fsf@mail.jurta.org> <874osim3df.fsf_-_@mail.jurta.org> <87d475lmc1.fsf@cyd.mit.edu> <874oshx8p2.fsf@cyd.mit.edu> <20a0c1020908100212p32dd463ao8a9a33d7edbf960f@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1249963097 13320 80.91.229.12 (11 Aug 2009 03:58:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 11 Aug 2009 03:58:17 +0000 (UTC) Cc: David De La Harpe Golden , Lennart Borgman , joakim@verona.se, emacs-devel@gnu.org, Juri Linkov , Dan Nicolaescu , Stefan Monnier , Leo , Drew Adams , Miles Bader To: Leo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 11 05:58:08 2009 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.50) id 1MaiUx-0002Rb-LR for ged-emacs-devel@m.gmane.org; Tue, 11 Aug 2009 05:58:07 +0200 Original-Received: from localhost ([127.0.0.1]:57047 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MaiUw-0008H7-C1 for ged-emacs-devel@m.gmane.org; Mon, 10 Aug 2009 23:58:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MaiUq-0008Gp-6w for emacs-devel@gnu.org; Mon, 10 Aug 2009 23:58:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MaiUl-0008GD-T8 for emacs-devel@gnu.org; Mon, 10 Aug 2009 23:57:59 -0400 Original-Received: from [199.232.76.173] (port=55608 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MaiUl-0008GA-NL for emacs-devel@gnu.org; Mon, 10 Aug 2009 23:57:55 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:40601) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MaiUj-0001y2-4K; Mon, 10 Aug 2009 23:57:53 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 14FFA57E275; Mon, 10 Aug 2009 23:58:47 -0400 (EDT) In-Reply-To: <20a0c1020908100212p32dd463ao8a9a33d7edbf960f@mail.gmail.com> (Leo's message of "Mon, 10 Aug 2009 10:12:38 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:114024 Archived-At: Leo writes: > I failed to see how consistency can be reached through this. > > For example, if a package define faces that do not inherit from the > faces in the theme, then enabling the theme won't affect them, right? Most faces inherit from the basic faces (default, bold, italic, region, etc.) plus the font-lock faces. Or at least they should.