From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: DaveLG526 Newsgroups: gmane.emacs.help Subject: Trouble Adding Color Theme Date: Sat, 11 Apr 2009 01:02:26 -0700 (PDT) Organization: http://groups.google.com Message-ID: <1d499f37-a212-42ea-b7bb-c0515f41b93a@y33g2000prg.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1239439762 26742 80.91.229.12 (11 Apr 2009 08:49:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 11 Apr 2009 08:49:22 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Apr 11 10:50:41 2009 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 1LsYvB-0005m3-9k for geh-help-gnu-emacs@m.gmane.org; Sat, 11 Apr 2009 10:50:41 +0200 Original-Received: from localhost ([127.0.0.1]:40647 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LsYlO-0002Tc-EV for geh-help-gnu-emacs@m.gmane.org; Sat, 11 Apr 2009 04:40:34 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!y33g2000prg.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 30 Original-NNTP-Posting-Host: 99.52.200.227 Original-X-Trace: posting.google.com 1239436946 7516 127.0.0.1 (11 Apr 2009 08:02:26 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 11 Apr 2009 08:02:26 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: y33g2000prg.googlegroups.com; posting-host=99.52.200.227; posting-account=vEXdlgoAAABytWM2VDAZ3Be0_-uekw5A User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8 (.NET CLR 3.5.30729), gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:168377 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:63658 Archived-At: I added this following 5 lines to my .emacs file and I also have the color-theme-blue.el file in the .emacs.d directory ;; Color theme, add to .emacs (require 'color-theme) (color-theme-initialize) (load-file "~/.emacs.d/color-theme-blue.el") (color-theme-blue) This is the error message I receive when I started emacs. I have no idea what it means. Any ideas? Debugger entered--Lisp error: (void-function color-theme-initialize) (color-theme-initialize) eval-buffer(# nil "c:/Program Files/Emacs/ emacs/.emacs" nil t) ; Reading at buffer position 443 load-with-code-conversion("c:/Program Files/Emacs/emacs/.emacs" "c:/ Program Files/Emacs/emacs/.emacs" t t) load("~/.emacs" t t) #[nil "=08 Dave