Re: bsh-compilation-buffer error message upon starting emacs

Carlos Konstanski <[email protected]> Tue, 22 May 2007 08:26:42 -0600 (MDT)
Newsgroups gmane.emacs.jdee
Message-ID <[email protected]>
On Tue, 22 May 2007, Sunnan wrote:

> Date: Tue, 22 May 2007 16:11:01 +0200
> From: Sunnan <[email protected]>
> To: [email protected]
> Subject: bsh-compilation-buffer error message upon starting emacs
> 
> Hi, I'm using jde and everything worked fine, but I must've borked it
> somehow and I  don't know how to trouble shoot. Any idea on where to
> start looking? This is what I get when starting emacs.
>
> An error has occurred while loading `/home/sunnan/.emacs':
>
> error: "Given parent class bsh-compilation-buffer is not a class"
> n

Go into your /usr/share/emacs/site-lisp directory as root, and then
run:

grep -nr -e 'bsh-compilation-buffer' *

You'll find that jde-compile.el, beanshell.el, and jde.el contain this
text.  Something is calling into this code from your .emacs file.

Do you have the emacs debugger turned on?  Or can you launch emacs
with the --debug-init switch?  A backtrace would be helpful here.

Carlos Konstanski