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

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

Problems loading ecb and color-theme


From: Tassilo Horn
Subject: Problems loading ecb and color-theme
Date: Fri, 05 Nov 2004 02:32:45 +0100
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

Hi,

since I fetched a new CVS Emacs yesterday the entries for loading ecb
and color-theme in my site-start.el confuse Emacs.

The entries for both are:

,----
| ;;; ecb site-lisp configuration 
| (add-to-list 'load-path "/usr/share/emacs/site-lisp/ecb")
| (require 'ecb)
| 
| ;;; color-theme site-lisp configuration
| (add-to-list 'load-path "/usr/share/emacs/site-lisp/color-theme")
| (require 'color-theme)
`----

When I now start Emacs I have the following in my *Messages* buffer:

,----
| Loading mwheel...done
| (emacs)
| Loading disp-table...done
| Loading tool-bar...done
| Loading image...done
| Loading tooltip...done
| Loading help-fns...done
| Loading dictionary-init (source)...done
| Loading /usr/share/emacs/site-lisp/cedet/common/cedet...
| "/usr/share/emacs/site-lisp/cedet/common/" added to `load-path'
| Setting up cedet...done
| Setting up cogre...done
| Setting up ede...done
| Setting up eieio...done
| Setting up semantic...
| Loading derived...done
| Loading advice...done
| Loading font-lock...done
| Loading semantic-idle...done
| Loading semanticdb...done
| Setting up semantic...done
| Setting up speedbar...done
| Setting up cedet-contrib...done
| Loading /usr/share/emacs/site-lisp/cedet/common/cedet...done
| ECB 2.27 uses semantic 2.0beta3, eieio 0.18beta2 and speedbar 0.15beta2.
| Loading edmacro...done
| byte-code: Wrong type argument: keymapp, nil
`----

One confusing thing is that if I only comment out both (require '...),
then start Emacs and say 'M-x load-library RET ecb' ecb works fine. The
same with color-theme brings me the same error as if the require would
still be there.

Does anyone know what this could be?

Regards,
Tassilo


reply via email to

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