From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Customizing faces with `defcustom' Date: Wed, 04 Jan 2006 22:46:09 -0500 Message-ID: References: <43103F48.1020804@gmx.at> <4313F4CB.10200@gmx.at> <4375A332.6070000@gmx.at> <87fyperhgd.fsf@jurta.org> <438D5913.7030801@gmx.at> <43ABFA5C.2080302@gmx.at> <87y82afehi.fsf@jurta.org> <43B01C54.2040005@gmx.at> <87oe32fmt0.fsf@jurta.org> <43B26315.20005@gmx.at> <87acekpoho.fsf@jurta.org> <87zmmjxg1t.fsf@jurta.org> <877j9gy12z.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1136432891 19905 80.91.229.2 (5 Jan 2006 03:48:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 5 Jan 2006 03:48:11 +0000 (UTC) Cc: rudalics@gmx.at, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 05 04:48:09 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EuM6c-0005c8-15 for ged-emacs-devel@m.gmane.org; Thu, 05 Jan 2006 04:48:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EuM8J-0006f5-97 for ged-emacs-devel@m.gmane.org; Wed, 04 Jan 2006 22:49:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EuM81-0006e0-GI for emacs-devel@gnu.org; Wed, 04 Jan 2006 22:49:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EuM80-0006dg-TY for emacs-devel@gnu.org; Wed, 04 Jan 2006 22:49:29 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EuM80-0006dd-RK for emacs-devel@gnu.org; Wed, 04 Jan 2006 22:49:28 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EuM9W-0003qE-D3 for emacs-devel@gnu.org; Wed, 04 Jan 2006 22:51:02 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EuM4n-0004zx-Od; Wed, 04 Jan 2006 22:46:09 -0500 Original-To: Juri Linkov In-reply-to: <877j9gy12z.fsf@jurta.org> (message from Juri Linkov on Wed, 04 Jan 2006 08:31:16 +0200) 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:48732 Archived-At: Meanwhile, I found that XEmacs uses the name `mode-line-buffer-id' to highlight the string from the variable `mode-line-buffer-identification' in the mode line. It seems a good name. Ok.