recognizing arg list

2003-04-04 Thread Anna H. Pryor
Can you please tell me how I am supposed to integrate my argument list into the jde? I was able to get the make file to work, but not to integrate it into the jde. I type compile in the minibuffer and then return and then make run. But then when I try to use the debugger, it does not

Fwd: recognizing arg list

2003-04-04 Thread Anna H. Pryor
I'm sorry if you are getting this again. I don't know why I was sent this message... -- Forwarded Message -- Subject: recognizing arg list Date: Fri, 4 Apr 2003 07:50:37 -0800 From: Anna H. Pryor [EMAIL PROTECTED] To: [EMAIL PROTECTED] Can you please tell me how I am

question about turning off auto-formatting...

2003-04-04 Thread Joseph Jupin
Okay - I just upgraded to the latest builds on many things in my XEmacs bundle and for some unknown reason, auto-formatting is turned on. That is, if I do an auto-complete of say ife to the proper layout, it then goes through the whole document to reformat it - and it takes FOREVER! Could

Re: question about turning off auto-formatting...

2003-04-04 Thread Jeba Bhaskaran
--- Joseph Jupin [EMAIL PROTECTED] wrote: Okay - I just upgraded to the latest builds on many things in my XEmacs bundle and for some unknown reason, auto-formatting is turned on. That is, if I do an auto-complete of say ife to the proper layout, it then goes through the whole document

Re: question about turning off auto-formatting...

2003-04-04 Thread Gann Bierner
It looks like you can turn this off in Project-Options-Autocode with jde-gen-cflow-enable. For some reason, I had to restart emacs (I use gnuemacs 21.2.1) to have it take effect. For the record, I like the feature, but I've had to turn it off myself because of the long indenting delay Joe

viewing jar files on line

2003-04-04 Thread john lukar
Hi. using dired, I can view TAR files on the fly and look at individual files without having to explicitly untar the file. Is it possible to setup xemacs to do the same with jar files? I know I can run shell commands in dired mode on a jar file but that is not as convinient as just clicking on

Re: viewing jar files on line

2003-04-04 Thread Nick
I think this is what fixed it for me: (setq auto-mode-alist (cons '(\\.\\(arc\\|zip\\|jar\\|war\\|lzh\\|zoo\\)\\' . archive-mode) auto-mode-alist)) That's in my init.el. -Nick On Fri, Apr 04, 2003 at 12:34:13PM -0800, john lukar wrote: Hi. using dired, I can view TAR files on the fly

cygwin emacs

2003-04-04 Thread Robert Mecklenburg
Has anyone gotten JDEE to work with cygwin emacs (running on Cygwin X)? I've just spent a couple hours working on it with little success. Using the compile server I get: CompileServer output: -classpath p://classes;p://classes/lib;r://Tom Sawyer Software-3.1/Graph Editor Toolkit 3.1 for

RE: [PATCH] smart complete?

2003-04-04 Thread Andy Piper
At any rate, until completion works better, I would vote to hold off on that change. Or check in it, with a default of off. Right, that's what Paul wanted. I find completion reasonably quick, but if its more accessible that will also motivate me to use it and fix bugs that I find... andy

RE: Re: [PATCH] smart complete?

2003-04-04 Thread Andy Piper
Tools Packages List and Install Or - Update Installed Packages andy