Re: indent problem

Artur Hefczyc <[email protected]> Tue, 20 Nov 2007 16:58:18 +0000 (UTC)
Newsgroups gmane.emacs.jdee
Message-ID <[email protected]>
Cezar <cezar <at> mixandgo.ro> writes:
> Hello list,
> 
>   I have the following error when pressing TAB in JDE (gentoo linux, 
> amd64, emacs-cvs, jde-2.3.5.1).

Hello,

It seems to me that the problem is because some of emacs files have been
compiled using earlier version of emacs. You have installed more recent version
and there might be compatibility problems.

My suggestion is to recompile emacs files. Do as follows:
1. Close emacs
as root:
2. cd /usr/share/emacs
3. rm -f `find site-lisp/ -name "*.elc"`
4. emacs -batch -f batch-byte-compile  `find site-lisp/ -name "*.el"`
as user:
5. Open emacs again and check if it works now....

Artur