RE: Error in Modifying JDE Key Bindings

2003-01-28 Thread WATSON Matt
Jeba,

You have probably upgraded your jde since you last modified your key
bindings. This means the jde-keybindings in your .emacs file has a reference
to an old function that no longer exists.

Customizations in your .eamcs can refer to functions that don't exist, but
when you then edit those and save them in customize it checks that they are
all valid.

Remove the customization of jde-keybindings from your .emacs file (noting
what changes you had made) and re-add them manually in customize after
restarting emacs.

Matt

 I am getting the following error when I try to
 customize jde-key-bindings. I am using Emacs 21.2 and
 Win XP. I was able to do this without getting error in
 XEmacs. 
 
 Debugger entered--Lisp error: (error Saving
 jde-key-bindings: Invalid function:
 jde-db-menu-debug-applet)


IMPORTANT NOTICE:
This e-mail and any attachment to it is intended only to be read or used by
the named addressee.  It is confidential and may contain legally privileged
information.  No confidentiality or privilege is waived or lost by any
mistaken transmission to you.  If you receive this e-mail in error, please
immediately delete it from your system and notify the sender.  You must not
disclose, copy or use any part of this e-mail if you are not the intended
recipient.  The RTA is not responsible for any unauthorised alterations to
this e-mail or attachment to it.  



relative path in prj.el

2003-01-28 Thread Sharad Jain



I am trying to setup prj.el with relative 
global-classpath, compile-directory, source-path.
Although, documentation says that all relative 
paths are calculated with respect to location
of prj.el, I see that when I try to compile a java 
file, it calculates all those paths relative to that
java file.
I am sure, when the java file is loaded, it is able 
to locate prj.el which is in the project base directory.
This is the same directory where my src/classes 
directory resides and all paths are specified as
./src (sourcepath) and ./classes 
(classpath).
I looked at mail-archive and found a posting about 
this bug on 16th December. I dont know, if it is
fixed. I am using jde-2.3.2 and (elib-1.0, 
semantic-1.4.2, speedbar-0.14beta2, eieio-0.17).

Thanks in anticipation,
-sharad