ANN: JDE-2.2.9beta6 available at

2001-11-21 Thread Paul Kinnucan
http://jde.sunsite.dk/rootpage.html#Downloading JDE 2.2.9beta6 *** * PLEASE READ * *** *

ANN: JDE-2.2.9beta1 available at

2001-09-29 Thread Paul Kinnucan
http:[EMAIL PROTECTED]/rootpage.html#Downloading JDE 2.2.9beta1 *** * PLEASE READ * *** *

ANN: JDE 2.2.9beta1 available... (correct URL)

2001-09-29 Thread Paul Kinnucan
http://jde.sunsite.dk/rootpage.html#Downloading JDE 2.2.9beta1 *** * PLEASE READ * *** *

Problems with JDE 2.2.9beta1 and jde-db-debugger

2001-09-29 Thread Paul Kinnucan
Sandip Chitale writes: > It seems jde-db-debugger is being defined as > a list as well as a class in jde-db.el > Hi Sandip, Thanks for catching this. I'll provide a fix later this evening. Paul > Here are the snippets - > > (defcustom jde-db-debugger (list "jdb (new)") > "Specify th

RE: Bash for Wndows 2000

2001-09-24 Thread Paul Kinnucan
Berndl, Klaus writes: > >>Name one. > > >I must admit again, for the moment i don´t know another one...but nevertheless > >i stand also for my recommendation not to use bash as default-shell if you don´t > >want use it as interactive shell (s.b.), because there can always be a package which

Q: set jde-jdk?

2001-11-24 Thread Paul Kinnucan
Yin Ming writes: > Paul, I have done all the works, except the jde-jdk. My question is > what things should I input into it? I read helps and realize that this > jde-jdk must be one of the items of jde-jdk-registry. each registry > item contains a version and a path, could you tell me what I s

Debug error

2001-09-27 Thread Paul Kinnucan
Which version of the JDK are you using? - Paul Norman Walsh writes: > Can anyone offer insight? It's been a while since I tried to run the > debugger so when it failed I went out and got the latest and greatest > of everything: > > elib-1.0 > eieio-0.17beta3 > semantic-1.4beta11 >

Re: Debug error

2001-09-27 Thread Paul Kinnucan
Norman Walsh writes: > / Paul Kinnucan <[EMAIL PROTECTED]> was heard to say: > | Which version of the JDK are you using? > > 1.2.2 on Linux. Does setting jde-db-debugger to oldjdb help? - Paul

Re: Debug error

2001-09-27 Thread Paul Kinnucan
Norman Walsh writes: > / Paul Kinnucan <[EMAIL PROTECTED]> was heard to say: > | Norman Walsh writes: > | > / Paul Kinnucan <[EMAIL PROTECTED]> was heard to say: > | > | Which version of the JDK are you using? > | > > | > 1.2.2 on Linux.

RE: Problem with indent-new-comment-line

2001-09-27 Thread Paul Kinnucan
Hi Curtis, Thanks for digging this out. Perhaps Eric or David can comment. - Paul Curtis Clifton writes: > > -Original Message- > > From: Paul Kinnucan [mailto:[EMAIL PROTECTED]] > > > > Niranjan Rao writes: > > > JDE Version 2.2.8

jde 2.2.8 java-font-lock

2001-11-26 Thread Paul Kinnucan
Miten Mehta writes: > Hello Sir, > > I was using andersl font for java but > when I installed new version of emacs/jde and saw that > fontification changed. Please find sample java file > and .emacs files at urls: > http://mama.indstate.edu/users/mehta/PersonEJB.java.html > > > http:

Re: How to set current working directory?

2001-10-07 Thread Paul Kinnucan
Chris Woods writes: > Paul Kinnucan wrote: > > > > I've already tried this and it does not work. Specifically, I tried the > > equivalent of: > > > > cd c:/foo > > javac Bar.java > > > Here's a transcript of what I've

ANN: JDE 2.2.9beta3 available at...

2001-10-08 Thread Paul Kinnucan
http://jde.sunsite.dk/rootpage.html#Downloading JDE 2.2.9beta3 *** * PLEASE READ * *** *

Problems using jde-compile 2.2.9beta3 with xemacs 21.4.3

2001-10-10 Thread Paul Kinnucan
Perkens-Golomb, Burkhard writes: > I'm using Xemacs 21.4.3 on Win NT and JDE 2.2.9beta3. I try to > compile a java source (jde-compile) and xemacs don't know the variables > (Symbol's value as variable is void): > > compilation-error-regexp-alist > compilation-enter-directory-regexp-alist

running bsh -- under cywin -- classpath eval

2001-10-11 Thread Paul Kinnucan
Sanjay Mishra writes: > To: [EMAIL PROTECTED] > Subject: > --text follows this line-- > > Please enter the details of your bug report here > > Hello: > > Starting bsh or invking a command that uses bsh causes > following error(s). It almost seems like cygwin-path > routines are addi

Re: problems with jde-compile-jde on jde-2.2.8

2001-10-12 Thread Paul Kinnucan
Mike Woolley writes: > Paul Kinnucan <[EMAIL PROTECTED]> writes: > > > Jeff Greif writes: > > > > > The problem appears to be the attempt to support both GNU Emacs and > > Xemacs using runtime conditionals. It appears that compile-time > >

Elisp help...

2001-10-16 Thread Paul Kinnucan
Greg Fenton writes: > I'm a hack...there, I said it. > > Need help with a simple elisp function. I want to > take a string, strip out all lower-case characters, > and down-case the resulting string. > > So, for example, > (my-func "NumberFormatException") yields "nfe" > (my-func "

Small bug

2001-10-16 Thread Paul Kinnucan
Luis Novais writes: > Hi, > > I notice that when the flag: > Jde Read Compile Args > is on the args we set when requested are not been passed to > the compiler, at least for jikes. > > I tried to compile a java file and redirect the class file > to another directory, so i used -d d:/som

Re: JDEbug is not in the emacs menus

2001-12-02 Thread Paul Kinnucan
Milan Zimmermann writes: > > Same problem for me. The only way I can fix  it is to do the following: > - open A.java (whatever) > - force Beanshell to start by compiling A.java > - close A.java > - open A.java ==> JDeBug is in the menu now > > Any ideas why this is hapenning? > * An e

Re: JDEbug is not in the emacs menus

2001-12-03 Thread Paul Kinnucan
Milan Zimmermann writes: > Sorry for not filing the report. Attaching it here, plus my .emacs (I am > loading .emacs from another startup file and the "main" does not seem to copy > to the report) Thanks for the report. It turns out that there is a bug that causes the JDEbug menu not to app

Re: JDEbug is not in the emacs menus

2001-12-03 Thread Paul Kinnucan
Milan Zimmermann writes: > Paul, thanks for your help. Basically, I need to set debugger to JdeBug in > JdeBug's customize and "save for current session" and then save the project > file (prj.el), is that right? > Yes, that is right. I believe this should avoid the bug. The problem with

compile trouble with jde-2.2.9beta2

2001-10-06 Thread Paul Kinnucan
Guy Worthington writes: > > Thanks to the handful of volunteers that created and refined JDEE, > you’ve made an IDE that’s a pleasure. > > I decided to try the “javac server” option, and so downloaded > jde-2.2.9beta2. Compiling chokes with the following message in the > “BackTrace” Buff

some oddities with the jdk-registry

2001-12-07 Thread Paul Kinnucan
Heinz-Dieter Conradi writes: > hi all, > > while tracking down some problems with regard to using the IBM VM i > noticed some oddities with regard to the jdk-registry. > > - specifying the Jde-Run-Executable > resulted in calling this executable without arguments > Did you set jde-ru

Re: some oddities with the jdk-registry

2001-12-08 Thread Paul Kinnucan
Heinz-Dieter Conradi writes: > hi paul, > > > Heinz-Dieter Conradi writes: > > > hi all, > > > > > > while tracking down some problems with regard to using the IBM VM i > > > noticed some oddities with regard to the jdk-registry. > > > > > > - specifying the Jde-Run-Executable > >

.emacs file

2001-12-09 Thread Paul Kinnucan
chris pollin writes: > hi, was wondering if you can help, > > i am having problems editing my .emacs file to get jde to load on start-up. > What should the file be edited to? See "Installing the JDEE" on the JDEE website. Paul

Provisional Breakpoints

2001-12-09 Thread Paul Kinnucan
Hi All, One of the issues regarding the jdb and JDEbug set breakpoint commands is that they really don't set breakpoints. They request them. The JDE allows you to "set" (i.e., request) a breakpoint when the debugger is not running. Both JDEbug and jdb allow you to set ("request") a breakpoint whe

problems with code completion

2001-12-09 Thread Paul Kinnucan
Marc Jeanson writes: > Hello, > I've been trying for a while now to get the JDE to do code completion > (C-c C-v . ), but I still can't get anything working here. > > I'm sure I don't have the correct things setup, but I don't know what > else to try. I've set the jdk-registry, jde-jdk bu

RE: jde init problem

2001-12-11 Thread Paul Kinnucan
Bibighaus, Alexander writes: > yes that was it...never would've guess it. thanks a bunch > The JDE installation instructions mention this prominently. - Paul

re. compilation errors

2001-12-11 Thread Paul Kinnucan
chris pollin writes: > > how do i tell jde where javac resides on my system??? > Did you read the documentation for jde-compiler as I suggested you do in my last message? Did you read the section in the JDE User's Guide on compiling? - Paul

jde-import-find-and-import error: window-config void

2001-12-11 Thread Paul Kinnucan
J. T. writes: > Hi: > > I started to use jde2.2.9beta 7 today (upgraded from > 2.2.8). One thing I couldn't figure out is the error I > got when doing jde-import-find-and-import. > > If the class name has a few matches, a buffer will be > created to give the choices, after choosing one f

RE: temporarily enhanced minibuffer

2001-12-11 Thread Paul Kinnucan
Heinz-Dieter Conradi writes: > hi olle, > > On Tue, 11 Dec 2001, Olle Sundblad wrote: > > > > Heinz-Dieter Conradi writes: > > > > > since some prereleases, i have noticed that after some commands (e.g. > > > > after compiling) the minibuffer is temporarily enhanced. in turn the > >

jde-help.el bug and fix

2001-12-11 Thread Paul Kinnucan
Brad Giaccio writes: > I noticed a bug when using jde-help-symbol with a docset that is not remote > the problem is in jde-help-get-root-dir: > I don't understand the bug. What are the symptoms? The function works for me. However, I did find a small bug. The function assumes that a JDK API do

auto-fill mode really works?

2001-12-17 Thread Paul Kinnucan
Le Wang writes: > Hi, > > I know JDE is supposed to work nicely with auto-fill mode now, but I'm not > seeing this with XEmacs 21.4.5. I'm using the latest libraries and JDE > 2.2.9beta7. Everything freshly installed. I'm using Solaris 8, and > Cygwin+XP. > > When I turn on auto-fill,

[CVS-Update] Rename the jde_meta.html buffer

2001-12-18 Thread Paul Kinnucan
Sandip Chitale writes: > Folks, > > Should the buffer corresponding to the temporary file "jde_meta.html" > be renamed to, say - "*jde_meta.html*" in the jde-help-show-class-member-doc > function in jde-help.el, so that many buffer cycling packages skip over that > buffer ? I have updated

[CVS Update] JDE does not accept latest semantic beta13

2001-12-19 Thread Paul Kinnucan
Berndl, Klaus writes: > The variable jde-semantic-max-version has the value > "1.4beta12" so that JDE does not accept latest beta13 of semantic > if jde-check-version-flag is not nil. > > IMHO the value of jde-semantic-max-version should be changed to "1.4beta13" because >latest JDE seems

Problem with debugging with JDE in Emacs-21 and Emacs-20

2001-12-19 Thread Paul Kinnucan
[EMAIL PROTECTED] writes: > > I am new to JDE, but we wish to evaluate it as an alternative to other IDE's. > > I have installed the following packages: > > eieio-0.16, elib-1.0, jde-2.2.8, semantic-1.4beta13 and speedbar-0.13a > > and customized the jde-db-source-directories v

Re: Problem with debugging with JDE in Emacs-21 and Emacs-20

2001-12-20 Thread Paul Kinnucan
[EMAIL PROTECTED] writes: > [EMAIL PROTECTED] (Paul Kinnucan) writes: > > > > error in process filter: use-local-map: Symbol's function definition is void: >gud-new-keymap > > > error in process filter: Symbol's function definition is void: gud-

placement of member variables in get-set generator

2001-12-20 Thread Paul Kinnucan
Eric D. Friedman writes: > > Does anyone have any idea what it would take to change M-x jde-gen-get-set > so that it would place the member variable at the top (or bottom) of > the class but put the generated methods at point? > > Currently this template places everything at point, and my

debugger seems to hang

2001-12-29 Thread Paul Kinnucan
Jürgen Jatzkowski writes: > Hi, > > I started using JDE as my favourite Java development environment ;) Now > that I want to debug my application using JDEbug I come into some > trouble when I step through the application: > > - I started the application outside Emacs (GNU Emacs 20.7.1)

Re: debugger seems to hang

2001-12-30 Thread Paul Kinnucan
Milan Zimmermann writes: > > Jürgen Jatzkowski writes: > > > Hi, > ... > > Paul Kinnucan writes: > > > > No. However, you should be aware that JDEbug is of alpha quality. > > It has not received much attention over the last two years because >

Re: debugger seems to hang

2001-12-30 Thread Paul Kinnucan
Jürgen Jatzkowski writes: > Paul Kinnucan wrote: > > > Jürgen Jatzkowski writes: > > > Hi, > > > > > > I started using JDE as my favourite Java development environment ;) Now > > > that I want to debug my application using JDEbug I com

Project Hook Function

2001-12-30 Thread Paul Kinnucan
Paul Ebermann writes: > "Graham Bennett" skribis: > > Is it possible to have different email addresses (and maybe even > > different names) defined for each jde project, i.e. defined in the > > prj.el. I want to have my work email for work projects and my personal > > email for personal proj

Re: debugger seems to hang

2001-12-30 Thread Paul Kinnucan
Kevin A. Burton writes: > > > * value of local variable at point is automatically displayed in tooltip on > > Emacsen that support tooltips or minibuffer (emulates a tool tip). > > Are you putting the tooltip at (point) or around the mouse? If you are putting > it at the (point) I want

Customization problem between NTEmacs21.1 and JDE2.2.9

2002-01-09 Thread Paul Kinnucan
Lenz, Georg writes: > Hei > > its seems so that there are customization problems. > I can not set the variable jde-help-docsets via customization (writing it > directly into the project file works). > Also changing the default build file name for ant does not work. In the > current sessio

Re: compiling packages

2002-01-10 Thread Paul Kinnucan
Phillip Lord writes: > > "Madeleine" == Arnold, Madeleine <[EMAIL PROTECTED]> writes: > > Madeleine> Hi there I'm a JDE newbie of 2 days. Can anyone help with > Madeleine> this question: Is there a way in JDE to compile all > Madeleine> classes within a particular package? I've fou

JDEE 2.2.8 startup problem with Xemacs on Solaris 8.

2002-01-14 Thread Paul Kinnucan
John Shott writes: > JDEE Afficionados: > > I seem to be unable to get JDEE 2.2.8 to startup properly when running Xemacs > 21.1.13 on Solaris 8 and am hoping that someone can help to diagnose what I > have done wrong. While I probably have some sort of a configuration problem, > I can get

Re: Missing jdebug key bindings

2002-01-15 Thread Paul Kinnucan
Hi, The JDEbug key bindings are broken for XEmacs in JDE 2.2.8. I intend to fix them in an upcoming beta release of JDE 2.2.9. - Paul Jim Crossley writes: > Hi Petter... > > Petter Måhlén <[EMAIL PROTECTED]> writes: > > > It could be that the key bindings only work in a window with jde-m

Re: can't get jde-help-docsets to work

2002-01-18 Thread Paul Kinnucan
uot;). Would jde work with > semantic 1.4beta13? > Yes, it works. The next release will bump the limits. - Paul > > On Fri, 18 Jan 2002, Paul Kinnucan wrote: > > > Nicholas Sushkin writes: > > > I have JDE 2.2.8 on Linux with emacs 20.7.1 and the f

ANN: JDE-2.2.9beta8 available at

2002-01-20 Thread Paul Kinnucan
http://jde.sunsite.dk/rootpage.html#Downloading JDE 2.2.9beta8 *** * PLEASE READ * *** *

RE: JDE-2.2.9beta8 available at

2002-01-21 Thread Paul Kinnucan
Petter Måhlén writes: > Hi Paul, > > I tried downloading the beta, but when I start up Emacs, I get the following > message (twice): > > Error in init file: Assertion failed: (typep listener jde-db-listener) > > After this, JDE hasn't loaded successfully (menu doesn't show up when I ope

RE: jde-file-to-url which are compatible with Opera and internet explorer

2002-01-24 Thread Paul Kinnucan
Schewe, Jon (MN65) writes: > I just tried it in IE6 and it doesn't work. Sorry to spoil you're day. > Maybe I spoke too fast. This bears further investigation. - Paul

problems with jde-help-docsets

2002-01-24 Thread Paul Kinnucan
Max Rydahl Andersen writes: > I've discovered a "oddity" with jde-help-docsets :) > > It seems that the third parameter which designates the doc-lookup-function > has to be something other than nil, even though it is ignored by the jde > lookup facility when it simply is a "javadoc" type of

Re: jde-file-to-url which are compatible with Opera and internet explorer

2002-01-24 Thread Paul Kinnucan
Max Rydahl Andersen writes: > And now I have tested it with IE6 and it works! halleluja! :) > Thank you, Max. - Paul > ""Max Rydahl Andersen"" <[EMAIL PROTECTED]> wrote in message > a2pm59$ei1$[EMAIL PROTECTED]">news:a2pm59$ei1$[EMAIL P

Re: JDE vs. java-mode

2002-01-24 Thread Paul Kinnucan
Scott Evans writes: > > Stuff that java-mode does not do which is VERY usefull :) > > > > * import of a class with a simple keystroke (C-v-z) > > * lookup java doc for a class or symbol (C-v-w) > > * lookup java source code for class (C-v-y) > > * auto-completion (C-v .) > > Hey, som

jde-help-symbol to use existing browser instance

2002-01-24 Thread Paul Kinnucan
J K writes: > Hi, > > JDE 2.2.8 > Windows 2000 > > When I use jde-help-symbol I find that a new instance of the browser is > started to show the Javadoc. Is there a way to say, 'show the documentation > in the existing browser window' > Set browse-url-new-window-flag on Emacs 21 or

Re: JDE vs. java-mode

2002-01-24 Thread Paul Kinnucan
Scott Evans writes: > > > Invalid function: (macro . #search-parts search-includes) "...(15)" [search-includes search-parts streamorbuffer >token semantic-find-nonterminal-by-function lambda (tok) eq ((semantic-token-token >tok))] 6 ("c:\\Program >Files\\XEmacs\\xemacs-packages\\lisp\\sema

Re: Gosling interview

2002-01-25 Thread Paul Kinnucan
Daniel Hegyi writes: > >In contrast, there are some tasks that are better handled through a > >GUI. For example, GUIs are better for doing things like browsing an > >RMI registry to see which objects are registered, managing a set of > >web servers which you execute your web apps on, or displa

Re: JDE vs. java-mode

2002-01-25 Thread Paul Kinnucan
Scott Evans writes: > > Sorry Paul, I spoke to soon -- as someone else pointed out, it's > actually a different error: > > Signaling: (invalid-function (macro lambda (token streamorbuffer &optional >search-parts search-includes) "Find all nonterminals with a token TOKEN within >STREAMOR

Re: JDE vs. java-mode

2002-01-25 Thread Paul Kinnucan
Jim Crossley writes: > Paul Kinnucan <[EMAIL PROTECTED]> writes: > > > Scott Evans writes: > > [...] > > > > imports to work though; I get an error as such: > > > > > > Invalid function: (macro . # > > st

[CVS Update] Fix for import class bug

2002-01-25 Thread Paul Kinnucan
efc.el == Fixes Lisp error: (wrong-type-argument window-live-p #) that occurs in Emacs 21.1.1 when the user clicks an efc dialog box button. This error occurs, for example, when the import wizard displays a dialog to let you pick one of several similarly named classes to import. The fix is t

JdeBug Buffer behavior

2002-01-25 Thread Paul Kinnucan
Michael Wisse writes: > Hallo! > > I want to use JdeBug. It works, but I have two questions concerning > buffer behavior. > > Is it possible, to configure emacs, that it displays by default the CLI > Buffer after launching JdeBug and not the process buffer as third > window? > Not ye

problems with jde-help-docsets

2002-01-25 Thread Paul Kinnucan
Max Rydahl Andersen writes: > I've discovered a "oddity" with jde-help-docsets :) > > It seems that the third parameter which designates the doc-lookup-function > has to be something other than nil, even though it is ignored by the jde > lookup facility when it simply is a "javadoc" type of

Help Needed Debugging Tomcat Servelets

2002-01-25 Thread Paul Kinnucan
Heather Marie Buch writes: > Hi Paul, > Heather, I haven't done any servelet development and I don't have access to Linux so I'm afraid I can't be of much help myself. However, there are JDE users who have used JDEbug successfully to debug Tomcat applications. Therefore I am reposting your m

RE: Extending JDE using Java (WAS: Gosling interview)

2002-01-25 Thread Paul Kinnucan
Nascif Abousalh-Neto writes: > > -Original Message- > > From: Paul Kinnucan [mailto:[EMAIL PROTECTED]] > > > Nascif Abousalh-Neto writes: [snip] > > I had the impression you had not read my e-mail entirely; > I had mentioned that JDE already use

C-c C-v C-z

2002-01-25 Thread Paul Kinnucan
Stefan Heimann writes: > Hi! > > I try the import-wizard, but it does not work. > > The messages buffer contains the following error message: > > Starting the BeanShell. Please wait... > exclude-regexp=(bsh.*) > exclude-regexp=bsh.* > new-import=javax.swing.JFrame > jde-import-get-im

RE: Extending JDE using Java (WAS: Gosling interview)

2002-01-25 Thread Paul Kinnucan
Matt Munz writes: > Nascif, > > I have been curious about the BeanShell since I heard about it, but haven't > tried it yet. It sounds like you're familiar with it. > > Nacif> It is easy to have a Lisp function calling a Java method, using the > BeanShell; not so much to do the reverse. >

Re: Help Needed Debugging Tomcat Servelets

2002-01-26 Thread Paul Kinnucan
Heather Marie Buch writes: > OK, thanks for the quick response! > > This is very helpful. I can try this. > > However, I have one question. When you say, "connect via jpda," do you > mean > that I should follow the instructions for the 1.2.2 jdk (maybe download > jpda.jar) and set these

Re: Help Needed Debugging Tomcat Servelets

2002-01-26 Thread Paul Kinnucan
Heather Marie Buch writes: [snip] > stdout and stderr goes into emacs), but, after doing that, jdebug hits > my breakpoints. It asks me where the source is every time it hits a Heather, this means either that jde-db-source-directories is not set or is set incorrectly. jde-db-source-directorie

RE: Extending JDE using Java (WAS: Gosling interview)

2002-01-26 Thread Paul Kinnucan
Daniel Hegyi writes: > In one letter Paul K. writes: > >Why not use Java to add GUIs for these tasks to Emacs. Again, I think the > >opposition Emacs versus IDE is more perception than reality. > > > In another letter Paul K. writes: > >I think what you are suggesting is impractical. I d

JDE Build adds -Xdepend to javac command line when it should not

2002-01-27 Thread Paul Kinnucan
Heini Aarela writes: > I have been using only the Compile and Run commands from JDE menu, and > that has been enough because I am not doing serious programming at the > moment. Anyhow, I would like to know how to use the Build command in JDE > menu; it hasn't worked out for me yet, no matter w

Disabling jde-cflow-if

2002-01-27 Thread Paul Kinnucan
Molitor, Stephen writes: > I'd like to disable jde-cflow-if. What's the best way to do that? I > couldn't find 'if' in jde-mode-abbreviations. > Hi Stephen, The variable jde-gen-abbrev-templates lists the control flow templates. The function jde-gen-load-abbrev-templates adds the templa

Problems with xemacs/cygwin and jde 2.2.9b8

2002-01-28 Thread Paul Kinnucan
Hi Jeppe, Thanks for the fix. I'll look into this as soon as I can. Regards, Paul Jeppe N. Madsen writes: > Hi, > > > I'm a newbie to jde, using 2.2.9beta8 on xemacs 21.2.6/cygin. Having > installed jde, I encountered a few problems. > > 1) If I open /tmp/test.java and compile usin

Whay is JDE/Xemacs startup so slow?

2002-01-28 Thread Paul Kinnucan
Altmann, Michael writes: > Do other people find that it takes 20 secs to load jde? This seems > excessively long. I am running xemacs 21.1 on a solaris server box (I'm not > sure its exact speed). Without jde it takes just a second to start xemacs. > There are many messages about "loading r

Re: Whay is JDE/Xemacs startup so slow?

2002-01-29 Thread Paul Kinnucan
Gary Lawrence Murphy writes: > > "J" == Jason Rumney <[EMAIL PROTECTED]> writes: > > >> The JDE is a big, complex application that requires about 30 > >> lisp packages > > J> It may still be worth debugging, since regexp-opt should only > J> be loaded once. The total

how to set classpath

2002-01-29 Thread Paul Kinnucan
Heather Buch writes: > Hello, > > A few questions on setting the classpath in jde: > > 1) Do I need to set the path to the jdk libraries themselves? (I guess > this would be something like > /var/local/https-1.0/java/jdk1.3.1_01/lib, or > /var/local/https-1.0/java/jdk1.3.1_01/jre/lib) in

appending a project global classpath to a default global classpath

2002-01-29 Thread Paul Kinnucan
Heather Buch writes: > I think the users guide answered my question about this: > > "When you open a Java source file, the JDE looks for project files in > the directory tree containing the source file. If the JDE finds one or > more project files, it loads the project files in the > follow

Re: how to set classpath

2002-01-29 Thread Paul Kinnucan
Heather Buch writes: > Hi. Thanks. > > Can I just do this again: > > gzip -cd jde-latest.tar.gz | tar xvf - > > or do I need to reinstall all other libraries (elib, eieio, etc)? > You may need to reinstall semantic or eieio, depending on what versions are installed now. Check the Rele

RE: invalid vm path when compiling

2002-01-29 Thread Paul Kinnucan
Peter T. Nielsen writes: > > > > > hello, > > Try to use c:/jdk1.3/bin > > > > I think "/" is default path separated char in win emacs. > > > > I have allready tried this also without any lock! Anybody else with an idea > why I suddenly

attaching with jdb

2002-01-31 Thread Paul Kinnucan
Scott Evans writes: > Oh, wait. Looks like JDEE doesn't provide a mechanism to attach to a > running process if you're using jdb? Shoot. If that's true, I guess > I'm back to the command line for now... > Which version of JDEE are you using? An attach command for jdb is the very next thin

problem with stack/Up

2002-01-31 Thread Paul Kinnucan
Max Rydahl Andersen writes: > When I press stack Up in JDEbug i get a message saying "let*: Symbol's > function definition is void: jde-dbo-show-line" > > Anyone ? > Version? This could be a regression error in the latest version of JDE 2.2.9 that would be easy for me to fix. - Paul

RE: find all instances of method x

2002-02-01 Thread Paul Kinnucan
Curtis Clifton writes: > Aaron, > > I use grep in emacs for this purpose. In your example I would do a M-x grep, > then grep -n -e 'create(' *.java > > This will display a buffer showing all the lines containing the string > 'create('. Clicking on lines in that buffer will jump to the p

JDE config problem?

2002-02-07 Thread Paul Kinnucan
Gary Lawrence Murphy writes: > > On using jde-gen-class-buffer to create a class that implements > java.oi.FileFilter, JDE correctly inserts the needed accept() method > but also inserts the following message just after that method: > > Invalid function: (macro . # streamorbuffer &

Searching for variables in a file

2002-02-07 Thread Paul Kinnucan
J K writes: > > Hi, > > Let's say I have a variable declared and used in many places in a file. > Currently I use the emacs word-search-forward to search for all occurances > of it. I get the first location. But now to repeat the word search again, I > have to type M-x word-search-forw

Re: Searching for variables in a file

2002-02-07 Thread Paul Kinnucan
J K writes: > Paul, > > When I use JDE-Find-Expression and type the word I want to search, I see the > following being run > > find c:/Work/Java/Rob/src -name "*.java" -type f | xargs grep -i -n "m_case" > /dev/null NUL > > Sometimes I want to run 'grep -w -n' and sometimes the 'grep

RE: JDE config problem?

2002-02-08 Thread Paul Kinnucan
Berndl, Klaus writes: > Gary Lawrence Murphy writes: > > > > > > On using jde-gen-class-buffer to create a class that implements > > > java.oi.FileFilter, JDE correctly inserts the needed accept() method > > > but also inserts the following message just after that method: > > > > > >

Latest jmaker.el file

2002-02-08 Thread Paul Kinnucan
Jim Crowell writes: > Paul, > > I have downloaded the jmaker.el file that is referenced on the JDEE Contrib > page. It's revision history has the latest mods on 11/27/1998. > > On the JDEE "Mail Archive" I found a modified version [jmaker.el > Modification Date: Fri, 12 Oct 2001 02:28:16

Byte-compiling dependency confusion.

2002-02-09 Thread Paul Kinnucan
Jake Gage writes: > Hey there, > > I've been using emacs for quite a few years, but never byte compiled > anything until I started using the JDE... so bear with me. I've > checked all the documentation and FAQs I could find, but I'm still a > bit confused. I've byte compiled all the JDE

Strange problem locating files, cygwin related?

2002-02-10 Thread Paul Kinnucan
Niels Olof Bouvin writes: > Hi > > I have happily used JDEE for a few years. On the occasion of a new machine > I have just upgraded to Emacs 21.1 running on W2K. I use jdk1.4.0-rc and > the latest cygwin, speedbar, semantic, elib and eieio, all properly compiled > through make. I origin

RE: JDE config problem?

2002-02-12 Thread Paul Kinnucan
Berndl, Klaus writes: > >I've run the JDE with eieio both compiled and uncompiled and I've > >never noticed any difference in performance. Further, I can't imagine > >why it should cause bad performance. eieio is not used to do any > >computationally intensive tasks. > > First of all not

have jde remember last opened file

2002-02-13 Thread Paul Kinnucan
A. N. writes: > How can I have JDE/emacs remember the list of the > files that were open when I exit the emacs.. and > reopen all the files when I restart emacs? > I use desktop.el to do this. I cannot recommend it highly enough. When you close Emacs, desktop.el saves the current state of Em

Jde parser

2002-02-14 Thread Paul Kinnucan
WangFuchuan writes: > Why jde->code generation->templates->. do't work correctly? > command line is: Symbol's function definitaion is void :deactivate-mark > and , while I type: > ife[space],all the word is deleted and : > command line is: Symbol's function definitaion is void :deactivat

jde2.2.9beta.. error on .emacs loading..

2002-02-17 Thread Paul Kinnucan
eugene kim writes: > > hello.. > > what's the problem here? > - > Signaling: (cl-assertion-failed (typep listener jde-db-listener)) Possibly an obsolete version of eieeio. See the release notes for JDE-2.2.9beta8.

Why JDEE ?

2002-02-25 Thread Paul Kinnucan
John Cobo writes: > Paul, > > I am looking to set up a shared JAVA development > environment on a (UNIX) server which allows several > developers to use it from their clients PCs. > > I am new to this stuff, but it seems that Forte, Net > Beans, etc. all assume that the user is sitting o

Re: JDE New Class Bug (?)

2002-03-04 Thread Paul Kinnucan
Paul Ebermann writes: > I think, the problem is, that the "jde-compile-option-sourcepath" > (which is "G:\java\sources") is not in the list. > > I inserted it (before jde-global-classpath) > and ... [try] ... it works. > You should be using jde-db-source-directories to specify the locati

Cannot Set Indentation 2, (setq c-basic-offset 2) broken

2002-03-05 Thread Paul Kinnucan
Anthony Berglas writes: > Hello All, > > I want to set the basic indentation to be two characters rather than 4. Is > this possible using JDE? The following used to sort of work, but the hook > did not appear to fire -- I had to explicitly call ajb-jde-mode-hook > whenever I visited a new

Using the JDEE for EJB

2002-03-06 Thread Paul Kinnucan
Tony Fang writes: > Paul: > I have a question about using Emacs IDE. Can I use Emacs IDE for > EJB development ? That means creats jar file, ear file etc. > Hi Tony, I am forwarding this question to the JDEE mailing list. I believe that there are JDEE users who are using it to do E

Re: exuberant ctags etags and the jtags script

2002-03-08 Thread Paul Kinnucan
Stuart Popejoy writes: > I know, bad form to reply to my own post, but ... > > After a few discussions on comp.emacs.xemacs, I found out that etags is > still under active development, maintained by Francesco Potortí. > > Thus I'm going to rollback my changes once I can get my hands on th

ANN: JDE-2.2.9beta9 available at

2002-03-11 Thread Paul Kinnucan
http://jdee.sunsite.dk/rootpage.html#Downloading JDE 2.2.9beta9 *** * PLEASE READ * *** *

Re: navigation question

2002-03-14 Thread Paul Kinnucan
Laurent Mirguet writes: > > Maybe I am wrong, but it seems to me that C-c C-v C-y doesn't jump to > the definition of "whatever" is under the cursor. The cursor needs to be > over a class. > > But I would like to be able to do the same with a method : JDE would > analyse on which type

RE: jde glitches

2002-03-14 Thread Paul Kinnucan
Berndl, Klaus writes: > Hi Paul, > >... > >You should be sure to byte-compile to minimize the parsing > >problem. > > Some days ago your recommendation was never byte-compile the > packages because this can cause some problems. > I had written a mail to you and this list, where i strong

  1   2   3   4   5   6   7   8   9   >