From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Chris McMahan Newsgroups: gmane.emacs.help Subject: Re: color-theme 6.5.0 Date: 09 Jan 2003 10:32:45 -0500 Organization: Posted via Supernews, http://www.supernews.com Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <877kdmntwp.fsf@emacswiki.org> <87r8bmtnfs.fsf@computer.localdomain> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1042142494 5862 80.91.224.249 (9 Jan 2003 20:01:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 9 Jan 2003 20:01:34 +0000 (UTC) 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 18Wirt-0001WI-00 for ; Thu, 09 Jan 2003 21:01: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 18WenG-00087g-00 for gnu-help-gnu-emacs@m.gmane.org; Thu, 09 Jan 2003 10:40:30 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!news-out.cwix.com!newsfeed.cwix.com!news-east.rr.com!news.stealth.net!news.stealth.net!gestalt.direcpc.com!telocity-west!DIRECTV!sn-xit-03!sn-xit-01!sn-post-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Original-X-Complaints-To: abuse@supernews.com Original-Lines: 47 Original-Xref: shelby.stanford.edu gnu.emacs.help:108768 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:5310 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:5310 D. Goel writes: > [fup to g.e.help] > > > > Nice work, but it's a shame I still have to load the > > color theme manually (M-x color-theme-robin-hood RET) > > to get the colors right. > > It would be so nice if I could put it in my ~/.emacs. > > > > (Happens with Emacs 21.2.1 on Windows 2000 and XP.) > > this is what happens for KDE: > http://www.emacswiki.org/cgi-bin/wiki.pl?ColorsAndKde > > > something similar might be happening for windows :) > > HTH > > DG http://deego.gnufans.org/~deego/ > -- Hmmm... I've been using color-theme from my .emacs since its initial release. Could the key be to place it within the init hook? Here's what I've got: ;;;====================================================================== ;;; load the color theme package ;;;====================================================================== (require 'color-theme) (if (not window-system) nil (progn (add-hook 'after-init-hook (lambda () (color-theme-dark-blue2))))) -- (. .) =ooO=(_)=Ooo======================== Chris McMahan | cmcmahan-AT-one.net ====================================