From: Ankur <jainankur@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Emacs 22.1 color theme issue
Date: Wed, 25 Jul 2007 05:54:51 -0000 [thread overview]
Message-ID: <1185342891.126485.54840@19g2000hsx.googlegroups.com> (raw)
In-Reply-To: <mailman.3937.1185338865.32220.help-gnu-emacs@gnu.org>
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
next prev parent reply other threads:[~2007-07-25 5:54 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-24 12:07 Emacs 22.1 color theme issue Ankur
2007-07-24 13:10 ` Arjen Wiersma
2007-07-25 4:56 ` Amy Templeton
[not found] ` <mailman.3937.1185338865.32220.help-gnu-emacs@gnu.org>
2007-07-25 5:54 ` Ankur [this message]
2007-07-25 8:08 ` Peter Dyballa
[not found] ` <mailman.3946.1185350923.32220.help-gnu-emacs@gnu.org>
2007-07-25 13:33 ` Ankur
2007-07-25 14:17 ` Peter Dyballa
2007-07-25 14:11 ` Mark Harrison
2007-07-25 15:59 ` Ankur
2007-07-27 0:43 ` Giorgos Keramidas
2007-07-24 17:40 ` Exal de Jesus Garcia Carrillo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1185342891.126485.54840@19g2000hsx.googlegroups.com \
--to=jainankur@gmail.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.