From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: buffer name face Date: Sat, 19 Dec 2009 12:30:26 -0800 Message-ID: References: <87ljgyivo2.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1261254715 15249 80.91.229.12 (19 Dec 2009 20:31:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 19 Dec 2009 20:31:55 +0000 (UTC) To: "'Sean Sieger'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Dec 19 21:31:47 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NM5xe-0007RG-NW for geh-help-gnu-emacs@m.gmane.org; Sat, 19 Dec 2009 21:31:45 +0100 Original-Received: from localhost ([127.0.0.1]:38087 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NM5xI-0003dj-0k for geh-help-gnu-emacs@m.gmane.org; Sat, 19 Dec 2009 15:31:12 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NM5wy-0003bj-76 for help-gnu-emacs@gnu.org; Sat, 19 Dec 2009 15:30:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NM5wt-0003XC-CJ for help-gnu-emacs@gnu.org; Sat, 19 Dec 2009 15:30:51 -0500 Original-Received: from [199.232.76.173] (port=33529 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NM5wt-0003X8-5X for help-gnu-emacs@gnu.org; Sat, 19 Dec 2009 15:30:47 -0500 Original-Received: from rcsinet11.oracle.com ([148.87.113.123]:54815 helo=rgminet11.oracle.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NM5ws-0005ya-5L for help-gnu-emacs@gnu.org; Sat, 19 Dec 2009 15:30:46 -0500 Original-Received: from rcsinet15.oracle.com (rcsinet15.oracle.com [148.87.113.117]) by rgminet11.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id nBJKVA7J005654 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 19 Dec 2009 20:31:11 GMT Original-Received: from acsmt356.oracle.com (acsmt356.oracle.com [141.146.40.156]) by rcsinet15.oracle.com (Switch-3.4.1/Switch-3.4.1) with ESMTP id nBJKUYjD007273; Sat, 19 Dec 2009 20:30:38 GMT Original-Received: from abhmt018.oracle.com by acsmt355.oracle.com with ESMTP id 1127133221261254615; Sat, 19 Dec 2009 12:30:15 -0800 Original-Received: from dradamslap1 (/24.5.185.59) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sat, 19 Dec 2009 12:30:14 -0800 X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcqA5ZpqyIu5ZEsmTQWfvw/F6NPqpwABERbw In-Reply-To: <87ljgyivo2.fsf@gmail.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Source-IP: acsmt356.oracle.com [141.146.40.156] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090206.4B2D37EF.0180:SCFMA4539814,ss=1,fgs=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:70754 Archived-At: > How do you change the color of the buffer name in the mode > line? In tty on Ubuntu 9.10, it's a pale grey that I can't really see. > > I've been searching the manual, the elisp manual, emacswiki and once > again, I can't come up with the right search terms. Dunno about tty, but otherwise, customizing face `mode-line-buffer-id' should solve the problem.