Re: font lock for local variables

2001-03-12 Thread Kevin A. Burton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 "Nascif Abousalh-Neto" <[EMAIL PROTECTED]> writes: >Hi, >Just wondering, would it be possible to use the JDE semantic >"knowledge" about a Java file to assign a font lock specifically for >local variables? > >This

Can't get JDEbug to launch

2001-03-12 Thread Jim Goodwin
Title: Can't get JDEbug to launch Hello Paul, As I'm not on the mailing list (yet) I am submitting this directly to you. Any help will be much appreciated. Jim Goodwin The problem is that I cannot get JDEbug to launch the process properly. The command "JDEbug | Processes | Start debug

Re: JDE-2.2.6: File mode specification error

2001-03-12 Thread Rory Molinari
> "Paul" == Paul Kinnucan <[EMAIL PROTECTED]> writes: Paul> At 04:58 PM 3/10/2001 -0500, you wrote: >> Hi, >> >> I have just switched from 2.2.5 to 2.2.6. Now I get a "File mode >> specification error: (void-variable vals)" every time Paul> Please search the JDE mailing list archive, using

Re: jump to next error?

2001-03-12 Thread Jason Stell
The key combo C-x ` (that's control-x, tic-mark) is normally bound to the next-error command. Works for me. Regards. Joel Metelius wrote: Is it possible to jump to the next compile error in the source buffer?? /joel begin:vcard n:Stell;Jason tel;pager:800-724-3329 PIN 382-8028 tel;work:(703) 4

Re: jump to next error?

2001-03-12 Thread Aaron Brashears
On Mon, Mar 12, 2001 at 07:03:00PM +0100, Joel Metelius wrote: > Is it possible to jump to the next compile error in the source buffer?? > > /joel Emacs uses "[ctrl x] `" (control-x and then a backquote) as a default shortcut for the "next-error" function. The compilation buffers for make, javac

jump to next error?

2001-03-12 Thread Joel Metelius
Is it possible to jump to the next compile error in the source buffer?? /joel

Re: JIT

2001-03-12 Thread Aaron Brashears
On Mon, Mar 12, 2001 at 09:39:52AM +0100, Alain Muls wrote: > As a second question, are there good converters from byte-code to > machine code for Linux and Windows? Since no one else mentioned it, you might look at gcj: http://gcc.gnu.org/java/index.html

Re: JIT

2001-03-12 Thread Ovidiu Predescu
Isn't the latest JDK 1.3 from Sun or IBM a HotSpot compiler? This is what I get when I run java -version: Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0beta_refresh-b09) Java HotSpot(TM) Client VM (build 1.3.0beta-b07, mixed mode) I observed _huge_ performance improvements in the

Re: c-mode-common-hook

2001-03-12 Thread Paul Kinnucan
At 04:05 PM 3/12/01 +0530, G Annamalai wrote: >Hello All, > >What is the equivalent of c-mode-common-hook for jde? > >I have this in my .emacs file > >(defun anna-c-mode-common-hook () > (c-set-style "gnu") > (setq c-tab-always-indent t) > (c-comment-only-line-offset . 0) > ) >(add-hook 'c-mod

RE: Problem with running jde

2001-03-12 Thread wannhedenk
you need elib-1.0 in your load path. > -Original Message- > From: Kevin Lee [SMTP:[EMAIL PROTECTED]] > Sent: Monday, March 12, 2001 5:40 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Problem with running jde > > Hi, I have NT Emacs 20.7.1 on Windows ME, JDE 2.2.6

Re: JIT

2001-03-12 Thread Mark Mynsted
I do my development on both WindowsNT 4.x and Linux. I can not speak for others, but my experience has been that the new HotSpot JRE is quite fast and a far better solution than the old JIT solution. (I do not belive there is a JIT solution for Linux.) Depending on what is being run, the HotSp

Problem with running jde

2001-03-12 Thread Kevin Lee
Hi, I have NT Emacs 20.7.1 on Windows ME, JDE 2.2.6.  I am encountering the following error which causes JDE not to start when opening up Emacs: "Error in init file: File error: "Cannot open load file", "avltree" Following is the complete .emacs configuration file with modification of paths,

Javaw with -v option has problems ...

2001-03-12 Thread Vishwanathan SVN
I am using jde2.2.6 on a windows 2000 advance server box. When I go to JDE->Project->Options->run and switch on the verbose ->Print Classes Loaded switch I get the following error message: cd c:\Main\build javaw -classpath C:\Main\build;D:\jkd1.3;D:\jdk1.3\jre\lib\jaws.jre -v -verbosegc -verbose

c-mode-common-hook

2001-03-12 Thread G Annamalai
Hello All, What is the equivalent of c-mode-common-hook for jde? I have this in my .emacs file (defun anna-c-mode-common-hook () (c-set-style "gnu") (setq c-tab-always-indent t) (c-comment-only-line-offset . 0) ) (add-hook 'c-mode-common-hook 'anna-c-mode-common-hook) But when I open t

JIT

2001-03-12 Thread Alain Muls
Hello I am coworking on a Java project. My colleague uses JBuilder v4.0 on Windows NT while I work withXEmacs/JDE/jikes on Linux. All works OK but I have to conclude that the running of programs on the system of my colleague is much faster than on my linux system. I guess this has to do with the