From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: mode-line-inactive and face inheritance Date: Thu, 21 Feb 2002 21:31:43 -0700 (MST) Message-ID: <200202220431.g1M4VhD13855@aztec.santafe.edu> References: <9003-Sat16Feb2002095527+0200-eliz@is.elta.co.il> <200202181524.g1IFOe210109@rum.cs.yale.edu> <200202192130.g1JLU5s13034@aztec.santafe.edu> <200202192253.g1JMrRt18194@rum.cs.yale.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: quimby2.netfonds.no X-Trace: quimby2.netfonds.no 1014352516 15221 195.204.10.66 (22 Feb 2002 04:35:16 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 22 Feb 2002 04:35:16 GMT Cc: monnier+gnu/emacs@rum.cs.yale.edu, eliz@is.elta.co.il, emacs-devel@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby2.netfonds.no with esmtp (Exim 3.12 #1 (Debian)) id 16e7QS-0003xP-00 for ; Fri, 22 Feb 2002 05:35:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16e7P6-0003p0-00; Thu, 21 Feb 2002 23:33:52 -0500 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16e7N2-0003Ji-00; Thu, 21 Feb 2002 23:31:44 -0500 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.11.6+Sun/8.9.3) with ESMTP id g1M4Vku02852; Thu, 21 Feb 2002 21:31:46 -0700 (MST) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g1M4VhD13855; Thu, 21 Feb 2002 21:31:43 -0700 (MST) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: monnier+gnu/emacs@rum.cs.yale.edu In-reply-to: <200202192253.g1JMrRt18194@rum.cs.yale.edu> (monnier+gnu/emacs@rum.cs.yale.edu) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: quimby.gnus.org gmane.emacs.devel:1407 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:1407 Actually, I think we can just reuse t instead of `all' or `common'. Currently t can only be meaningfully used for the last entry, so we can simply extend its meaning a little bit in a backward compatible way. Even better. > Also it allows nesting of display-specific specs > so you can extract the common part of the `light' and `'dark' > settings for `color' displays. > > That seems too complex; I think I would not want to document this > even if it worked. I'm ambivalent about it. I think it could also make things simpler. I am thinking about documenting this, and it seems complex, so I think we should do without it. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel