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

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

Re: Error happened to my Emacs when I configure the ECB for Emacs 21.4


From: Lennart Borgman (gmail)
Subject: Re: Error happened to my Emacs when I configure the ECB for Emacs 21.4
Date: Tue, 15 May 2007 20:50:24 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070326 Thunderbird/2.0.0.0 Mnenhy/0.7.5.666

mclos.lin@gmail.com wrote:
Does anybody let me know what happened to my Emacs? I run the Emacs
under OpenBSD 4.1. The Emacs' version is 21.4

My emacs for ECB configuration is following:

;; Configure ECB
(add-to-list 'load-path "~/.emacs.d/cedet-1.0pre3/eieio/")
(add-to-list 'load-path "~/.emacs.d/cedet-1.0pre3/semantic/")
(setq semantic-load-turn-everything-on t)
(setq semantic-idle-scheduler-idle-time 432000)
(add-to-list 'load-path "~/.emacs.d/cedet-1.0pre3/speedbar/")
(add-to-list 'load-path "~/.emacs.d/ecb-2.32")
(require 'ecb)
(require 'ecb-autoloads)


The debug message:

Debugger entered--Lisp error: (void-function case)
  (case system-type (cygwin32 (quote cygwin)) (windows-nt

Looks like there is a missing

  (eval-when-compile
    (require 'cl))

somewhere.




reply via email to

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