all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Problems loading ecb and color-theme
@ 2004-11-05  1:32 Tassilo Horn
  2004-11-05 11:07 ` Reiner Steib
  0 siblings, 1 reply; 7+ messages in thread
From: Tassilo Horn @ 2004-11-05  1:32 UTC (permalink / raw)


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

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

end of thread, other threads:[~2004-11-07 13:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-05  1:32 Problems loading ecb and color-theme Tassilo Horn
2004-11-05 11:07 ` Reiner Steib
2004-11-05 14:22   ` Tassilo Horn
2004-11-05 14:41     ` Klaus Berndl
2004-11-05 15:58       ` Tassilo Horn
2004-11-06 17:22         ` Klaus Berndl
2004-11-07 13:17           ` Tassilo Horn

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.