unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* color-theme in emacs problem
@ 2005-01-22  3:54 jindan
  2005-01-22  9:39 ` Tassilo Horn
  0 siblings, 1 reply; 2+ messages in thread
From: jindan @ 2005-01-22  3:54 UTC (permalink / raw)


I have just emerged color-theme 6.5.4, in emacs 21.3.1
when I put (require 'color-theme) in my .emacs, I got

color-theme-backup-original-values: Symbol's function definition is
void: color-theme-filter


detailed error with emacs --debug-init says:
Debugger entered--Lisp error: (wrong-type-argument keymapp nil)
define-key(nil [menu-bar Tools] ("Tools" keymap "Tools"))
byte-code("芧H?\205^G^@侨?
\"\"^Z仁^H\203(^@^H9\203#^@薧H!\204#^@^HJ\202$^@^HC\202*^$
easy-menu-get-map(nil ("Tools") nil)
easy-menu-add-item(nil ("Tools") "--")
byte-code("懒!\210旅呐#\210旅魄#\207" [require easymenu
easy-menu-add-item nil ("Tools"$
require(color-theme)
eval-buffer(#<buffer *load*> nil "~/.emacs" nil t)
load-with-code-conversion("/root/.emacs" "~/.emacs" t t)
load("~/.emacs" t t)
#[nil "^H\205\227^@ ?\203^Q^@荿H萉\2025^@
?\203'^@是颂#\203#^@蚛2025^@蝄2025^@ ?
command-line()
normal-top-level()



anyone else had this problem? how did you solve it?
Thanks for helping! 

sanrou

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: color-theme in emacs problem
  2005-01-22  3:54 color-theme in emacs problem jindan
@ 2005-01-22  9:39 ` Tassilo Horn
  0 siblings, 0 replies; 2+ messages in thread
From: Tassilo Horn @ 2005-01-22  9:39 UTC (permalink / raw)


jindan@gmail.com writes:

> easy-menu-get-map(nil ("Tools") nil)
> easy-menu-add-item(nil ("Tools") "--")

Open the file color-theme.el and change those two lines to

     easy-menu-get-map(nil ("tools") nil)
     easy-menu-add-item(nil ("tools") "--")

The new version of color-theme is intended to work with a current emacs
from CVS which needs uppercase easy-menu items.

Regards,
Tassilo
-- 
There are 10 types of people in the world: Those who understand
binary, and those who don't...

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-01-22  9:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-22  3:54 color-theme in emacs problem jindan
2005-01-22  9:39 ` Tassilo Horn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).