help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Java support in 21.3


From: James Davidson
Subject: Re: Java support in 21.3
Date: Mon, 10 Jan 2005 14:07:59 -0800
User-agent: Mozilla Thunderbird 1.0 (Macintosh/20041206)

On 1/10/05 11:02 AM, Jim Perrin wrote:
Please forgive me if I ask a question that has been answered previously (even many times before)...

I am trying to upgrade to 21.3, but my .emacs file from 20.3 is not working. When it loads, it gives me an error:

////////
An error has occurred while loading `c:/_emacs':

Symbol's value as variable is void: senator-minor-mode

To ensure normal operation, you should investigate the cause
of the error in your initialization file and remove it.  Start
Emacs with the `--debug-init' option to view a complete error
backtrace
///////

The file works fine for my old version. I try to find a new version of the .emacs file, but I am having a hard time understanding it. The root of the problem is that Emacs has to look as close as possible on windows as it already looks on the unix systems we have here. So, not understanding what alot of the options mean, how do I change my current .emacs file to work with 21.3? Below is a copy of my current file:

........


(setq load-path
      (nconc
       '(
     "~/emacs-20.7/site-lisp/elib-1.0"
     "~/emacs-20.7/site-lisp/semantic-1.3.2"
     "~/emacs-20.7/site-lisp/speedbar-0.13a"
     "~/emacs-20.7/site-lisp/eieio-0.15"
     "~/emacs-20.7/site-lisp/jde-2.2.6/lisp"
     )
       load-path))

Here's an issue: You're using quite an old version of the JDE. Even if it works with 21.3 (I assume it does), you don't seem to have all the supporting files you need.

I can't provide specific information, because I'm using the latest JDE release (2.3.5). I'm using a bundle called CEDET (Collection of Emacs Development Environment Tools), which includes senator as part of semantic. You could consider upgrading to 2.3.5.

If you want to stick with your current version, you need to find out where senator-minor-mode is defined, and make sure that file is included in your load path.

-Jim

reply via email to

[Prev in Thread] Current Thread [Next in Thread]