From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Leo Newsgroups: gmane.emacs.help Subject: Re: e23 inverse video on mode line and nowhere else Date: Wed, 13 Jan 2010 08:31:22 +0000 Organization: University of Cambridge Message-ID: References: <201001130142.o0D1gPRH010981@f7.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1263371585 23443 80.91.229.12 (13 Jan 2010 08:33:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 13 Jan 2010 08:33: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 Wed Jan 13 09:32:58 2010 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 1NUyev-00075p-SH for geh-help-gnu-emacs@m.gmane.org; Wed, 13 Jan 2010 09:32:58 +0100 Original-Received: from localhost ([127.0.0.1]:49511 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUyew-0008Nf-DQ for geh-help-gnu-emacs@m.gmane.org; Wed, 13 Jan 2010 03:32:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NUydv-0007yy-K2 for help-gnu-emacs@gnu.org; Wed, 13 Jan 2010 03:31:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NUydr-0007xF-3o for help-gnu-emacs@gnu.org; Wed, 13 Jan 2010 03:31:55 -0500 Original-Received: from [199.232.76.173] (port=56045 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUydq-0007x8-Te for help-gnu-emacs@gnu.org; Wed, 13 Jan 2010 03:31:50 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:57459) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NUydq-0000Hp-Gj for help-gnu-emacs@gnu.org; Wed, 13 Jan 2010 03:31:50 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1NUydm-0006jE-3V for help-gnu-emacs@gnu.org; Wed, 13 Jan 2010 09:31:46 +0100 Original-Received: from smaug.linux.pwf.cam.ac.uk ([193.60.95.72]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 Jan 2010 09:31:46 +0100 Original-Received: from sdl.web by smaug.linux.pwf.cam.ac.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 Jan 2010 09:31:46 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 32 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: smaug.linux.pwf.cam.ac.uk User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:BdjYQxnNdKAPvVc7AfNGbHaOmi8= 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:71200 Archived-At: On 2010-01-13 01:42 +0000, Karl Berry wrote: > I habitually run Emacs in an xterm window. For that purpose, I'd like > to have the mode lines be inverse video, and not to have inverse > video, or any other face manipulations (underline, etc.), in buffer > contents, such as *compilation* and *grep*. When I run emacs in terminals, the mode line is always inverse video but the rest is normal. M-x describe RET mode-line RET: Face: mode-line (sample) (customize this face) Documentation: Basic mode line face for selected window. Defined in `faces.el'. Family: unspecified Foundry: unspecified Width: unspecified Height: unspecified Weight: unspecified Slant: unspecified Foreground: unspecified Background: unspecified Underline: unspecified Overline: unspecified Strike-through: unspecified Box: unspecified Inverse: t Stipple: unspecified Font: unspecified Fontset: unspecified Inherit: unspecified Leo