From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.help Subject: Re: buffer name face Date: Sat, 19 Dec 2009 21:35:04 +0100 Message-ID: References: <87ljgyivo2.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1261255277 16689 80.91.229.12 (19 Dec 2009 20:41:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 19 Dec 2009 20:41:17 +0000 (UTC) Cc: Sean Sieger , help-gnu-emacs@gnu.org To: Drew Adams Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Dec 19 21:41:08 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 1NM66s-0001Ft-9K for geh-help-gnu-emacs@m.gmane.org; Sat, 19 Dec 2009 21:41:07 +0100 Original-Received: from localhost ([127.0.0.1]:60363 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NM63Y-0005ya-Bv for geh-help-gnu-emacs@m.gmane.org; Sat, 19 Dec 2009 15:37:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NM63C-0005yN-Ak for help-gnu-emacs@gnu.org; Sat, 19 Dec 2009 15:37:18 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NM638-0005wc-Tc for help-gnu-emacs@gnu.org; Sat, 19 Dec 2009 15:37:18 -0500 Original-Received: from [199.232.76.173] (port=51148 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NM638-0005wZ-Oi for help-gnu-emacs@gnu.org; Sat, 19 Dec 2009 15:37:14 -0500 Original-Received: from mail-fx0-f225.google.com ([209.85.220.225]:62636) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NM62n-0006Eb-UE for help-gnu-emacs@gnu.org; Sat, 19 Dec 2009 15:37:14 -0500 Original-Received: by fxm25 with SMTP id 25so3234787fxm.26 for ; Sat, 19 Dec 2009 12:35:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=E0nc+6kg+JYGHuh4Qnr2ybs3bZnEbK1ShTS/aD6DcsI=; b=GQPPdyxdvFjTkpYVZHe7KApqr3L9E84DIBRHUAKXAPDEvHtgbmjEK3rlzUQKidpbak bULIs309QhCfLAB7P+J90cfaWdy4hGfiaYfyRNQ6re83hTVLqI4b9NcjKwEECu6iMpaD kSGD+JWWC/mJetD2insAFLltOeQi88rT1egsQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=E78qKvvBCQOd434L7zBefO3jyQIRdIWumE6yn/KWIDbG5Wyye7GTp1GcEV9xJRYNkn 6A5Ph0Kmq5GlnHAAOIZgrzAyNWsveuXaMUiGRRThVyLbRfDo+zR279Odk4jGJwTvUzAB uzFveowRj5rj7tMZFrMQo0QTCpwaxoPkolFEE= Original-Received: by 10.239.163.225 with SMTP id q33mr591068hbd.137.1261254924072; Sat, 19 Dec 2009 12:35:24 -0800 (PST) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:70756 Archived-At: On Sat, Dec 19, 2009 at 21:30, Drew Adams wrote: > Dunno about tty, but otherwise, customizing face `mode-line-buffer-id' should > solve the problem. Or you can do this, which is easier :-) I use the other method because I do change also the length of the buffer name, etc. i.e., I use "%b" instead of "%12b". Juanma