From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: Persistent white background Date: Mon, 17 Jan 2005 00:49:50 +0100 Message-ID: <4F7AA294-6819-11D9-B7A1-000D932A32C4@Web.DE> References: <87acralq7d.fsf@wilson.rwth-aachen.de> <87r7km7gks.fsf@thalassa.informatimago.com> <87zmzar3i2.fsf@wilson.rwth-aachen.de> <87mzva76qi.fsf@thalassa.informatimago.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1105920070 8756 80.91.229.6 (17 Jan 2005 00:01:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 17 Jan 2005 00:01:10 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 17 01:01:04 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CqKKO-0005eL-00 for ; Mon, 17 Jan 2005 01:01:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CqKWC-0004VL-UV for geh-help-gnu-emacs@m.gmane.org; Sun, 16 Jan 2005 19:13:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CqKRs-00037u-E9 for help-gnu-emacs@gnu.org; Sun, 16 Jan 2005 19:08:48 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CqKRo-00036O-Id for help-gnu-emacs@gnu.org; Sun, 16 Jan 2005 19:08:45 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CqKRn-00033U-W9 for help-gnu-emacs@gnu.org; Sun, 16 Jan 2005 19:08:44 -0500 Original-Received: from [194.97.50.155] (helo=mout2.freenet.de) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CqK9a-0003Wt-Gq for help-gnu-emacs@gnu.org; Sun, 16 Jan 2005 18:49:54 -0500 Original-Received: from [194.97.50.135] (helo=mx2.freenet.de) by mout2.freenet.de with esmtpa (Exim 4.43) id 1CqK9Y-0006ZM-PG; Mon, 17 Jan 2005 00:49:52 +0100 Original-Received: from d935f.d.pppool.de ([80.184.147.95] helo=[192.168.1.2]) by mx2.freenet.de with esmtpsa (ID peter_dyballa@freenet.de) (TLSv1:RC4-SHA:128) (Exim 4.43 #13) id 1CqK9Y-00033h-J6; Mon, 17 Jan 2005 00:49:52 +0100 In-Reply-To: <87mzva76qi.fsf@thalassa.informatimago.com> Original-To: Torsten Bronger X-Mailer: Apple Mail (2.619) 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: main.gmane.org gmane.emacs.help:23400 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:23400 Am 15.01.2005 um 21:55 schrieb Pascal Bourguignon: > Oops, I forgot I have an advice on set-background-color: > > (defadvice set-background-color (after sbc-fringe last (color-name)=20= > activate) > (when (facep 'fringe) (set-face-background 'fringe color-name))) Isn't the fringe just a wide and colourful vertical border at both=20 sides of the buffer that contains line continuation marks? Have you tried to set X defaults this way? Emacs*background: LightSteelBlue Emacs*foreground: DarkGreen Could you check with strings what GNU Emacs expects as X ressources? strings /usr/bin/emacs-21.3.50 | egrep '(back|fore)ground' I too made GTK Emacsen under Red Hat Linux and Mac OS X and had no=20 problems with X resoources. -- Mit friedvollen Gr=FC=DFen Pete Remember: use logout to logout.