* Error of setting up .emacs
@ 2009-06-19 19:54 lehe
2009-06-20 8:29 ` Sébastien Le Maguer
0 siblings, 1 reply; 2+ messages in thread
From: lehe @ 2009-06-19 19:54 UTC (permalink / raw)
To: Help-gnu-emacs
Hi,
Here is the error I got when I start emacs with --debug-init:
Debugger entered--Lisp error: (file-error "Cannot open load file"
"semantic-decorate-mode")
require(semantic-decorate-mode)
eval-buffer(#<buffer *load*<2>> nil
"/home/ting/elisp/semantic-tag-folding.el" nil t) ; Reading at buffer
position 3133
load-with-code-conversion("/home/ting/elisp/semantic-tag-folding.el"
"/home/ting/elisp/semantic-tag-folding.el" nil t)
require(semantic-tag-folding)
eval-buffer(#<buffer *load*> nil "/home/ting/.emacs" nil t) ; Reading at
buffer position 1629
load-with-code-conversion("/home/ting/.emacs" "/home/ting/.emacs" t t)
load("~/.emacs" t t)
#[nil "
Can someone tell me what's wrong and how to fix it?
Thanks and regards!
--
View this message in context: http://www.nabble.com/Error-of-setting-up-.emacs-tp24117812p24117812.html
Sent from the Emacs - Help mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Error of setting up .emacs
2009-06-19 19:54 Error of setting up .emacs lehe
@ 2009-06-20 8:29 ` Sébastien Le Maguer
0 siblings, 0 replies; 2+ messages in thread
From: Sébastien Le Maguer @ 2009-06-20 8:29 UTC (permalink / raw)
To: lehe; +Cc: Help-gnu-emacs
Hi,
it tells you that it don't find "semantic-decorate-mode" so you have to
install it. I think your "cedet" installation failed or is incomplete.
Regards,
Sébastien
On 19/06/2009 21:54, lehe wrote:
> Hi,
> Here is the error I got when I start emacs with --debug-init:
>
> Debugger entered--Lisp error: (file-error "Cannot open load file"
> "semantic-decorate-mode")
> require(semantic-decorate-mode)
> eval-buffer(#<buffer *load*<2>> nil
> "/home/ting/elisp/semantic-tag-folding.el" nil t) ; Reading at buffer
> position 3133
> load-with-code-conversion("/home/ting/elisp/semantic-tag-folding.el"
> "/home/ting/elisp/semantic-tag-folding.el" nil t)
> require(semantic-tag-folding)
> eval-buffer(#<buffer *load*> nil "/home/ting/.emacs" nil t) ; Reading at
> buffer position 1629
> load-with-code-conversion("/home/ting/.emacs" "/home/ting/.emacs" t t)
> load("~/.emacs" t t)
> #[nil "
>
> Can someone tell me what's wrong and how to fix it?
>
> Thanks and regards!
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-06-20 8:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-19 19:54 Error of setting up .emacs lehe
2009-06-20 8:29 ` Sébastien Le Maguer
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).