From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: Color themes Date: Mon, 10 Aug 2009 21:26:12 -0700 (PDT) Message-ID: <200908110426.n7B4QCNd002567@godzilla.ics.uci.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> <87hbwfc87c.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1249964991 29454 80.91.229.12 (11 Aug 2009 04:29:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 11 Aug 2009 04:29:51 +0000 (UTC) Cc: David De La Harpe Golden , Lennart Borgman , joakim@verona.se, emacs-devel@gnu.org, Juri Linkov , Leo , Stefan Monnier , Leo , Drew Adams , Miles Bader To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 11 06:29:41 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 1MaizR-0000nS-Td for ged-emacs-devel@m.gmane.org; Tue, 11 Aug 2009 06:29:38 +0200 Original-Received: from localhost ([127.0.0.1]:43932 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MaizQ-0007zT-FZ for ged-emacs-devel@m.gmane.org; Tue, 11 Aug 2009 00:29:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MaizL-0007zE-Rt for emacs-devel@gnu.org; Tue, 11 Aug 2009 00:29:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MaizF-0007x6-SC for emacs-devel@gnu.org; Tue, 11 Aug 2009 00:29:30 -0400 Original-Received: from [199.232.76.173] (port=51736 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MaizF-0007x3-OL for emacs-devel@gnu.org; Tue, 11 Aug 2009 00:29:25 -0400 Original-Received: from sallyv2.ics.uci.edu ([128.195.1.120]:44710) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1MaizC-0000AH-U1; Tue, 11 Aug 2009 00:29:23 -0400 Original-Received: from godzilla.ics.uci.edu (godzilla.ics.uci.edu [128.195.10.101]) by sallyv2.ics.uci.edu (8.13.8+Sun/8.13.8) with ESMTP id n7B4QCTC027536; Mon, 10 Aug 2009 21:26:12 -0700 (PDT) Original-Received: (from dann@localhost) by godzilla.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id n7B4QCNd002567; Mon, 10 Aug 2009 21:26:12 -0700 (PDT) In-Reply-To: <87hbwfc87c.fsf@cyd.mit.edu> (Chong Yidong's message of "Mon, 10 Aug 2009 23:58:47 -0400") Original-Lines: 21 X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: n7B4QCTC027536 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-0.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44, dmtrx141 1.00) X-ICS-MailScanner-From: dann@godzilla.ics.uci.edu X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) 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:114025 Archived-At: Chong Yidong writes: > 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. Unfortunately that is not always true. :-( emacs -Q M-x list-faces-display will show a few that do not: buffer-menu-buffer, mode-line-buffer-id, mode-line-emphasis, and that is just looking for things that look bold. > Or at least they should. Agreed.