From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.devel Subject: Re: new *Help* argument highlighting Date: Tue, 11 May 2004 16:58:33 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20040511205833.GA8144@fencepost> References: <20040510013534.F994.LEKTU@mi.madritel.es> <20040510020140.F99A.LEKTU@mi.madritel.es> <87llk0qftn.fsf-monnier+emacs@gnu.org> <87oeovq7my.fsf@mail.jurta.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1084309697 19354 80.91.224.253 (11 May 2004 21:08:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 11 May 2004 21:08:17 +0000 (UTC) Cc: bob@rattlesnake.com, Stefan Monnier , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue May 11 23:08:02 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BNeTo-0001XZ-00 for ; Tue, 11 May 2004 23:08:00 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BNeTo-0005EC-00 for ; Tue, 11 May 2004 23:08:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BNeST-0004vL-Tf for emacs-devel@quimby.gnus.org; Tue, 11 May 2004 17:06:37 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BNeMC-0003PW-L5 for emacs-devel@gnu.org; Tue, 11 May 2004 17:00:08 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BNeLd-0003J3-KW for emacs-devel@gnu.org; Tue, 11 May 2004 17:00:06 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BNeKg-00037P-6u for emacs-devel@gnu.org; Tue, 11 May 2004 16:58:34 -0400 Original-Received: from miles by fencepost.gnu.org with local (Exim 4.34) id 1BNeKf-0002Zv-Oz; Tue, 11 May 2004 16:58:33 -0400 Original-To: Juri Linkov Content-Disposition: inline In-Reply-To: <87oeovq7my.fsf@mail.jurta.org> User-Agent: Mutt/1.3.28i Blat: Foop X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:23178 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:23178 On Tue, May 11, 2004 at 06:57:09PM +0300, Juri Linkov wrote: > This problem with bold faces in a mode line was solved recently > by using `Buffer-menu-buffer-face' instead of the hard-coded > `(:weight bold)'. Which, BTW, is a silly thing to use for the mode-line -- there should be a more generic face that's in turn :inherited by Buffer-menu-buffer-face (or just change the buffer-menu code to use the third face directly, and add a face alias to be backward compatible). -Miles -- I'd rather be consing.