From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sean Sieger Newsgroups: gmane.emacs.help Subject: Re: buffer name face Date: Mon, 21 Dec 2009 20:35:04 -0500 Message-ID: <87zl5bokon.fsf@gmail.com> References: <87ljgyivo2.fsf@gmail.com> <0350F9AA-2707-49AD-8F66-61D6D6BAA9BD@Web.DE> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1261445765 19594 80.91.229.12 (22 Dec 2009 01:36:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Dec 2009 01:36:05 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Dec 22 02:35:58 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 1NMtfJ-0004nw-OQ for geh-help-gnu-emacs@m.gmane.org; Tue, 22 Dec 2009 02:35:58 +0100 Original-Received: from localhost ([127.0.0.1]:57664 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NMtfJ-0004Zm-RY for geh-help-gnu-emacs@m.gmane.org; Mon, 21 Dec 2009 20:35:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NMtew-0004ZN-Iv for help-gnu-emacs@gnu.org; Mon, 21 Dec 2009 20:35:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NMtes-0004Ym-1X for help-gnu-emacs@gnu.org; Mon, 21 Dec 2009 20:35:34 -0500 Original-Received: from [199.232.76.173] (port=39133 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NMter-0004Yh-UN for help-gnu-emacs@gnu.org; Mon, 21 Dec 2009 20:35:29 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:60840) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NMter-0005RZ-Id for help-gnu-emacs@gnu.org; Mon, 21 Dec 2009 20:35:29 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1NMteo-0004dT-JY for help-gnu-emacs@gnu.org; Tue, 22 Dec 2009 02:35:26 +0100 Original-Received: from pool-70-18-27-142.ny325.east.verizon.net ([70.18.27.142]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Dec 2009 02:35:26 +0100 Original-Received: from sean.sieger by pool-70-18-27-142.ny325.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Dec 2009 02:35:26 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 15 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-70-18-27-142.ny325.east.verizon.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (gnu/linux) Cancel-Lock: sha1:RlQqvDwxW1ECrtYGkWLYhYUIQPM= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:70790 Archived-At: Peter Dyballa writes: In GNU Emacs 22 I have this customisation: '(mode-line ((t (:background "DeepSkyBlue1" :foreground "black" :height 1.25 :family "courier")))) '(mode-line-inactive ((t (:inherit mode-line :background "PaleTurquoise1" :foreground "grey20" :box (:line-width -1 :color "grey75") :weight light :family "profontwindows")))) The difference between an active and an inactive buffer is not visible, also the font change. The mode-line is pretty well visible and the black text too. Thanks for this, Peter; I'll experiment with it.