From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: kai.grossjohann@uni-duisburg.de (Kai =?iso-8859-1?q?Gro=DFjohann?=) Newsgroups: gmane.emacs.help Subject: Re: Colorizing Emacs Date: Wed, 05 Mar 2003 15:42:03 +0100 Organization: University of Duisburg, Germany Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <84isuxswn8.fsf@lucy.is.informatik.uni-duisburg.de> References: <84llzuffpr.fsf@lucy.is.informatik.uni-duisburg.de> <84el5m5h4f.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1046875655 23113 80.91.224.249 (5 Mar 2003 14:47:35 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 5 Mar 2003 14:47:35 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 05 15:47:33 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18qaBB-00060U-00 for ; Wed, 05 Mar 2003 15:47:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18qa9H-0002MG-03 for gnu-help-gnu-emacs@m.gmane.org; Wed, 05 Mar 2003 09:45:35 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!fu-berlin.de!uni-berlin.de!lucy.is.informatik.uni-duisburg.DE!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 70 Original-NNTP-Posting-Host: lucy.is.informatik.uni-duisburg.de (134.91.35.216) Original-X-Trace: fu-berlin.de 1046875329 63000305 134.91.35.216 (16 [73968]) User-Agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:xnYAyZsLQ2cyXVf7Bo65CIbRGW8= Original-Xref: shelby.stanford.edu gnu.emacs.help:110849 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:7350 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:7350 Lucas writes: > Un beau jour, kai.grossjohann@uni-duisburg.de (Kai Großjohann) nous a dit: > >> Hm. Lessee now... >> >> ~/.Xresources has this: >> >> #define KAIFG black >> #define KAIBG gainsboro > Not so bad, I'll test for a few. > >> #define KAIBG_ALT grey > Too sad :) > >> #define KAIBG_HILITE ghostwhite > Highlight ? Highlight what ? :) > Is there a way do define it in .emacs ? Maybe it is used in places outside Emacs in my config. For example, KDE has these scrollable drop-down lists that one can select things from. >> Emacs*pointerColor: KAIFG > No way to do that on XP, bloody OS. > >> Emacs.pane.menubar.background: KAIBG_ALT >> Emacs.pane.menubar.buttonForeground: red >> Emacs.pane.menubar.buttonBackground: green > [...] > > Fruit Salad :) And still no way to do that *easily* on XP... I think the red and green colors don't do anything. But if it ever does something, I will see it right away. >> Emacs.fringe.attributeBackground: KAIBG_ALT > > fringe ? You even set the border colour ? :) See the Emacs 21 NEWS file (M-x view-emacs-news RET) for information on the fringe. It's not the border. >> And ~/.emacs has this: >> >> (set-mouse-color "black") >> (eval-after-load "custom" >> '(progn >> (set-face-bold-p 'custom-button-face t))) > Face not found :( Did you load custom.el first? >> ;; if font has no italic, use color >> (unless (condition-case nil >> (x-resolve-font-name >> (x-make-font-italic (x-get-resource "emacs" "font"))) > My Emacs tells that x-make-font-italic is obsolete, but I'm sure you've > got a good reason to keep using it :) Maybe I haven't used non-italic fonts in a while... > Nice colours too :) 8-) -- A preposition is not a good thing to end a sentence with.