From: JTree <eastera@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: ecb problem
Date: Sun, 09 Sep 2007 23:25:05 -0700 [thread overview]
Message-ID: <1189405505.373543.183380@k79g2000hse.googlegroups.com> (raw)
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!
reply other threads:[~2007-09-10 6:25 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1189405505.373543.183380@k79g2000hse.googlegroups.com \
--to=eastera@gmail.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).