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

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

Re: Emacs 22.1 color theme issue


From: Ankur
Subject: Re: Emacs 22.1 color theme issue
Date: Wed, 25 Jul 2007 05:54:51 -0000
User-agent: G2/1.0

On Jul 25, 9:56 am, Amy Templeton <amy.g.temple...@gmail.com> wrote:
> Arjen Wiersma <c...@credmp.org> wrote:
> > Ankur <jainan...@gmail.com> writes:
> > > Now when I press RET on any color-theme in the list, I get the
> > > following error :
>
> > > Symbol's function definition is void : color-theme-arjen.
>
> > > Could someone help me resolving this problem.
> > Good choice for a color theme ;).... personally I add both
> > color-theme and color-theme/themes to my load-path and also load
> > color-theme-library.el in order to get it to work.
> > Having just:
> > (require 'color-theme)
> > (color-theme-arjen)
> > gives me the same error, however using color-theme-select works just
> > fine. (?)...
> > I settled on loading color-theme-library.el (byte compiled of course)
> > and that has worked for me...
>
> Personally, I've found that...
>
> (require 'color-theme)
> (color-theme-initialize)
> (color-theme-your-theme-here)
>
> ...works fine on my Emacs, and didn't give me any problems when I
> upgraded from 21.4.
>
> Anyway...just two cents.
>
> Amy
>
> --
> I got a hint of things to come when I overheard my boss lamenting,
> "The books are done and we still don't have an author! I must sign
> someone today!"
>                 -- Tamim Ansary, Edutopia Magazine, Issue 2,
>                    November 2004, on the topic of school textbooks

Hi

I entered the following lines into my .emacs

(require 'color-theme)
(color-theme-initialize)
(color-theme-matrix)

and started emacs. I received the following error:

Debugger entered--Lisp error: (void-function color-theme-matrix)
  (color-theme-matrix)
  eval-region(4253 4273 t (lambda (ignore) (goto-char 4273) (quote
(color-theme-matrix))))  ; Reading at buffer position 4253
  apply(eval-region (4253 4273 t (lambda (ignore) (goto-char 4273)
(quote ...))))
  eval-defun-2()
  eval-defun(nil)
  (save-restriction (narrow-to-defun) (eval-defun nil) (goto-char
(point-min)) (let* (... ... ... ... ... ... ...) (setq faces ...)
(setq theme ...) (setcdr ... ...) (message "Pretty printing analysed
color theme function...") (with-current-buffer ... ... ... ... ...)
(message "Pretty printing analysed color theme function... done")
(ediff-buffers ... ...)))
  (save-excursion (save-restriction (narrow-to-defun) (eval-defun nil)
(goto-char ...) (let* ... ... ... ... ... ... ... ...)))
  color-theme-analyze-defun()
  call-interactively(color-theme-analyze-defun)
  execute-extended-command(nil)
  call-interactively(execute-extended-command)

Any idea?

I am using Emacs 22.1 on Windows XP.

Regards
Ankur Jain



reply via email to

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