unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* ecb problem
@ 2007-09-10  6:25 JTree
  0 siblings, 0 replies; only message in thread
From: JTree @ 2007-09-10  6:25 UTC (permalink / raw)
  To: help-gnu-emacs

Hi all,

    I want to use ecb and add the content :

    (add-to-list 'load-path (expand-file-name "e:/Program Files/
ntemacs23/site-lisp/cedet/common"))
    (load-file "e:/Program Files/ntemacs23/site-lisp/cedet/common/
cedet.el")
    (add-to-list 'load-path (expand-file-name "e:/Program Files/
ntemacs23/site-lisp/ecb"))
    (require 'ecb)

    into my .emacs, but when i use "emacs --debug--init" to start
emacs, I get an error message below:

      Debugger entered--Lisp error: (file-error "Cannot open load
file" "semantic-loaddefs")
  load("semantic-loaddefs" nil t)
  eval-buffer(#<buffer  *load*<8>> nil "e:/Program Files/ntemacs23/
site-lisp/cedet/semantic/semantic-fw.el" nil t)  ; Reading at buffer
position 10350
  load-with-code-conversion("e:/Program Files/ntemacs23/site-lisp/
cedet/semantic/semantic-fw.el" "e:/Program Files/ntemacs23/site-lisp/
cedet/semantic/semantic-fw.el" nil t)
  require(semantic-fw)
  eval-buffer(#<buffer  *load*<7>> nil "e:/Program Files/ntemacs23/
site-lisp/cedet/semantic/semantic-tag.el" nil t)  ; Reading at buffer
position 1959
  load-with-code-conversion("e:/Program Files/ntemacs23/site-lisp/
cedet/semantic/semantic-tag.el" "e:/Program Files/ntemacs23/site-lisp/
cedet/semantic/semantic-tag.el" nil t)
  require(semantic-tag)
  eval-buffer(#<buffer  *load*<6>> nil "e:/Program Files/ntemacs23/
site-lisp/cedet/semantic/semantic.el" nil t)  ; Reading at buffer
position 1552
  load-with-code-conversion("e:/Program Files/ntemacs23/site-lisp/
cedet/semantic/semantic.el" "e:/Program Files/ntemacs23/site-lisp/
cedet/semantic/semantic.el" nil t)
  require(semantic)
  eval-buffer(#<buffer  *load*<5>> nil "e:/Program Files/ntemacs23/
site-lisp/ecb/ecb-semantic-wrapper.el" nil t)  ; Reading at buffer
position 1914
  load-with-code-conversion("e:/Program Files/ntemacs23/site-lisp/ecb/
ecb-semantic-wrapper.el" "e:/Program Files/ntemacs23/site-lisp/ecb/ecb-
semantic-wrapper.el" nil t)
  require(ecb-semantic-wrapper)
  eval-buffer(#<buffer  *load*<4>> nil "e:/Program Files/ntemacs23/
site-lisp/ecb/ecb-speedbar.el" nil t)  ; Reading at buffer position
2572
  load-with-code-conversion("e:/Program Files/ntemacs23/site-lisp/ecb/
ecb-speedbar.el" "e:/Program Files/ntemacs23/site-lisp/ecb/ecb-
speedbar.el" nil t)
  require(ecb-speedbar)
  eval-buffer(#<buffer  *load*<3>> nil "e:/Program Files/ntemacs23/
site-lisp/ecb/ecb-file-browser.el" nil t)  ; Reading at buffer
position 1408
  load-with-code-conversion("e:/Program Files/ntemacs23/site-lisp/ecb/
ecb-file-browser.el" "e:/Program Files/ntemacs23/site-lisp/ecb/ecb-
file-browser.el" nil t)
  require(ecb-file-browser)
  eval-buffer(#<buffer  *load*<2>> nil "e:/Program Files/ntemacs23/
site-lisp/ecb/ecb.el" nil t)  ; Reading at buffer position 8005
  load-with-code-conversion("e:/Program Files/ntemacs23/site-lisp/ecb/
ecb.el" "e:/Program Files/ntemacs23/site-lisp/ecb/ecb.el" nil t)
  require(ecb)
  eval-buffer(#<buffer  *load*> nil "c:/Documents and Settings/Eastera/
Application Data/.emacs" nil t)  ; Reading at buffer position 2120
  load-with-code-conversion("c:/Documents and Settings/Eastera/
Application Data/.emacs" "c:/Documents and Settings/Eastera/
Application Data/.emacs" t t)
  load("~/.emacs" t t)
  #[nil "\b
  command-line()
  normal-top-level()

  I cannot resolve the problem......
   Any suggestions greatly appreciated!

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-09-10  6:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-10  6:25 ecb problem JTree

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).