Tracker: Bugs

5 [Incorrect loads by cedet.el] - ID: 3494490
Last Update: Comment added ( misiu_mp )

Neither install method (make or emacs build) yields a correct install:

init.el always complains that CEDET Version 1.0 is already loaded


Nobody/Anonymous ( nobody ) - 2012-02-25 17:56:22 PST

5

Open

None

Eric M. Ludlam

semantic

None

Public


Comments ( 3 )




Date: 2012-03-07 08:14:20 PST
Sender: misiu_mp

Well, of course, I have ECB.

Loading /usr/share/emacs/site-lisp/site-start.d/ecb.el (source)...
ECB 2.40 uses CEDET 1.0pre7 (contains semantic 2.0pre7, eieio 1.2, speedbar
<unknown version>).

When loaded emacs -Q, I could load cedet without problems.
The old cedet is installed under /usr/share/emacs/23.2/lisp/cedet
So how do I upgrade my cedet to the newest version?



Date: 2012-03-02 04:32:11 PST
Sender: zappoSourceForge.net SubscriberProject Admin

I haven't seen this problem. Are there other init files on your system
where CEDET is being loaded for other reasons? You can test like this:

emacs -q
M-x load-file RET /home/me/cedet/common/cedet.el RET

where you replace the path with your location of the CEDET init file. If
that works, you should check all your init files to make sure that CEDET is
not being used before your cedet init lines.

Check your .emacs, .emacs.el, init.el, or default.el, and anything else
that might be going on from your system.


Date: 2012-03-02 03:42:07 PST
Sender: misiu_mp

Yes, it happens for me too. Mine is saying
Loading /home/michalp/code/cedet-1.0.1/common/cedet.el (source)...
progn: CEDET Version 1.0pre7 already loaded.
I didn't explicitly install cedet before and want to make sure I run the
latest version.



Log in to comment.

Attached File

No Files Currently Attached

Change ( 1 )

Field Old Value Date By
assigned_to nobody 2012-03-02 04:32:11 PST zappo