help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Quite a few emacs questions


From: Lennart Borgman (gmail)
Subject: Re: Quite a few emacs questions
Date: Wed, 23 May 2007 11:26:45 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070326 Thunderbird/2.0.0.0 Mnenhy/0.7.5.666

mowgli wrote:
On May 22, 3:53 pm, "Lennart Borgman (gmail)"
<lennart.borg...@gmail.com> wrote:

Hm, strange, that works for me with the Emacs 22 pretest. Do you have
something like this? :

   (add-to-list 'load-path  "path-to-color-theme/")
   (require 'color-theme)
   (color-theme-initialize)
   (color-theme-euphoria)

This is the actual error that I get if I use the above with the actual
path to the emacs-goodies-el directory where the color-theme resides:

Debugger entered--Lisp error: (void-function color-theme-initialize)
  (color-theme-initialize)
  eval((color-theme-initialize))
  eval-last-sexp-1(nil)
  eval-last-sexp(nil)
* call-interactively(eval-last-sexp)


That looks very strange. The function color-theme-initialize is defined in color-theme and you have just done (require 'color-theme).

Can you first turn on Enter Debugger on Error and then do

  M-x find-library RET color-theme RET

and then look for color-theme-initialize in the file that is opened.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]