From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: modeline colors Date: Tue, 28 Nov 2006 22:58:59 +0100 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1164751203 16758 80.91.229.2 (28 Nov 2006 22:00:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Nov 2006 22:00:03 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Nov 28 22:59:59 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GpAyz-00018l-I1 for geh-help-gnu-emacs@m.gmane.org; Tue, 28 Nov 2006 22:59:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GpAyz-0002uT-7C for geh-help-gnu-emacs@m.gmane.org; Tue, 28 Nov 2006 16:59:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GpAym-0002s5-HA for help-gnu-emacs@gnu.org; Tue, 28 Nov 2006 16:59:04 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GpAyl-0002qp-7H for help-gnu-emacs@gnu.org; Tue, 28 Nov 2006 16:59:03 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GpAyk-0002qj-UX for help-gnu-emacs@gnu.org; Tue, 28 Nov 2006 16:59:03 -0500 Original-Received: from [217.72.192.221] (helo=fmmailgate01.web.de) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GpAyk-0000R9-MU for help-gnu-emacs@gnu.org; Tue, 28 Nov 2006 16:59:02 -0500 Original-Received: from smtp07.web.de (fmsmtp07.dlan.cinetic.de [172.20.5.215]) by fmmailgate01.web.de (Postfix) with ESMTP id 8CF673F5C488; Tue, 28 Nov 2006 22:59:01 +0100 (CET) Original-Received: from [87.193.63.180] (helo=[192.168.1.2]) by smtp07.web.de with asmtp (TLSv1:AES128-SHA:128) (WEB.DE 4.107 #114) id 1GpAyj-00088x-00; Tue, 28 Nov 2006 22:59:01 +0100 In-Reply-To: X-Image-Url: http://homepage.mac.com/sparifankal/.cv/thumbs/me.thumbnail Original-To: Eli Barzilay X-Mailer: Apple Mail (2.752.2) X-Sender: Peter_Dyballa@web.de 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:39071 Archived-At: Am 28.11.2006 um 22:00 schrieb Eli Barzilay: > Peter Dyballa writes: > >> Am 28.11.2006 um 20:35 schrieb Eli Barzilay: >> >>> If I put this (and only this) in my .emacs: >>> >>> (set-face-background 'modeline "red") >>> (set-face-background 'default "blue4") >> >> How is it when you change the sequence of lines? > > The same. I even tried to do the first line in the post init hook, > with no success. I have extra customisation to distinguish my different Emacsen and to override X resources: '(modeline ((t (:background "DeepSkyBlue1" :foreground "black" :height 1.25 :family "courier"))) t) '(modeline-inactive ((t (:inherit modeline :background "PaleTurquoise1" :foreground "grey20" :box (:line-width -1 :color "grey75") :weight light :family "profontwindows"))) t) This works for GNU Emacs 21.3.50, 22.0.x + 23, and this was, initially, created in a *Customisation* buffer. On Mac OS X ... -- Greetings Pete Sorry my terrible English, my native language Lisp!