Hello,

I have XEmacs 21.4.15, JDE 2.3.4beta3 on a Debian-unstable-system. I have 
removed the old versions of the packages eieio, semantic, speedbar using the 
built-in packages-tools. 

Instead, I installed cedet-1.0beta2b, downloaded today. 

I have attached the init.el-file.

However, many things don't work - for example, typing if leads to ifif 
-expansion - even in comments, typing abbrevs like pri causes the error 
"Symbols value as variable is void: --expansion--", I occasionally get other 
errors too. But, the behaviour definitely has changed after installing cedet, 
so it is recognised in some way. (I have added the line activating the 
semantic-functions later, this changed the behaviour of xemacs/JDE, but why 
didn't JDE complain about missing functions before???)

As I don't think that JDE is that buggy, I suspect I made some mistake.

For example: Is my init.el-file correct? Do I have to activate some other 
functions as well?
The errors happen even without custom.el and prj.el-files, so my settings 
shouldn't be the cause.

Thanks for any help,

Wolfgang
(setq semantic-load-turn-everything-on t)
(add-to-list 'load-path (expand-file-name 
"/usr/share/xemacs21/site-packages/cedet-1.0beta2b/common"))

(add-to-list 'load-path (expand-file-name 
"/usr/share/xemacs21/site-packages/lisp/jde/lisp"))




(read-abbrev-file "~/.xemacs/abbrevs")

 


Reply via email to