From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: new *Help* argument highlighting Date: Tue, 11 May 2004 18:57:09 +0300 Organization: JURTA Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <87oeovq7my.fsf@mail.jurta.org> References: <20040510013534.F994.LEKTU@mi.madritel.es> <20040510020140.F99A.LEKTU@mi.madritel.es> <87llk0qftn.fsf-monnier+emacs@gnu.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1084294387 11466 80.91.224.253 (11 May 2004 16:53:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 11 May 2004 16:53:07 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue May 11 18:52:57 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 1BNaUz-0006fU-00 for ; Tue, 11 May 2004 18:52:57 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BNaUz-0000O7-00 for ; Tue, 11 May 2004 18:52:57 +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 1BNaUx-0007Oj-NY for emacs-devel@quimby.gnus.org; Tue, 11 May 2004 12:52:55 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BNaUD-0006oX-KM for emacs-devel@gnu.org; Tue, 11 May 2004 12:52:09 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BNaTQ-0005yV-Ou for emacs-devel@gnu.org; Tue, 11 May 2004 12:51:52 -0400 Original-Received: from [66.33.216.126] (helo=kungfu.dreamhost.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BNaTE-0005lh-8g for emacs-devel@gnu.org; Tue, 11 May 2004 12:51:08 -0400 Original-Received: from spoon.dreamhost.com (spoon.dreamhost.com [66.33.219.19]) by kungfu.dreamhost.com (Postfix) with ESMTP id 0D2B656B2 for ; Tue, 11 May 2004 09:03:31 -0700 (PDT) Original-Received: from mail.jurta.org (80-235-44-143-dsl.mus.estpak.ee [80.235.44.143]) by spoon.dreamhost.com (Postfix) with ESMTP id 3CF6F13D886; Tue, 11 May 2004 09:00:14 -0700 (PDT) Original-To: bob@rattlesnake.com In-Reply-To: (Robert J. Chassell's message of "Mon, 10 May 2004 17:54:47 -0400 (EDT)") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) 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:23156 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:23156 "Robert J. Chassell" writes: > [Regarding bold causing a problem in a mode line] > > * I cannot permanently change > :weight bold > to > :weight normal > in the variable `mode-line-buffer-identification' 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)'. > Please tell me how to reset the bold characteristic universally. > I talked about `mode-line-buffer-identification' because it is easy > and obvious, but it turns out that name of directories shown in a > PCL-CVS *cvs* buffer are also effected. The `m' in the word `emacs' > becomes unreadable. I don't know at which point it was changed, but currently cvs directory names have a special face `cvs-header-face' whose bold property can be changed easily. Generally, I think there should not be anonymous faces, and all used faces should have their own names to make it possible to change their properties. -- Juri Linkov http://www.jurta.org/emacs/