Re: second error on a line

2004-07-08 Thread Nick Sieger
Paul Kinnucan writes: PK Ed Mooney writes: Thanks, Paul. Just to confirm, I'm talking about the case where a single line of Java code has more than one error, which show up as more than one line in the compilation buffer. E.g.: PK Hi Ed, PK I've confirmed the problem. I'll try to provide

hanging wget with jde-help-*

2004-02-28 Thread Nick Sieger
Hi all, I have a nagging little problem with the current wget usage in jde-help.el. One of the javadoc sites in my `jde-help-docsets' list is on my corporate intranet, and is accessible only when at work or connected to the VPN. When I bring my laptop home and do a jde-help-* lookup when not

RE: jde + emacs-w3m problem

2003-10-04 Thread Nick Sieger
JC == James Cox [EMAIL PROTECTED] writes: JC I had to modify jde-help.el. I think w3m was choking on the file JC url - I believe that this was a problem with w3m, not jdee, so I JC never submitted this. JC I changed the line in jde-file-to-url from: JC (format file://localhost/%s JC to: JC

RE: jde + emacs-w3m problem

2003-10-04 Thread Nick Sieger
JC == James Cox [EMAIL PROTECTED] writes: JC Hi Paul, JC If I remember correctly, integration was pretty much a snap. JC After JC installing emacs-w3m-1.3.4, and w3m 0.4.1, I needed to modify JC jde-file-to-url because there seemed to be some discrepancy in how JC jdee and w3m handle URL

Re[3]: JDEE plugins (was JUCI)

2003-02-23 Thread Nick Sieger
Eric == Eric M Ludlam [EMAIL PROTECTED] writes: Nick Sieger [EMAIL PROTECTED] seems to think that: PK == Paul Kinnucan [EMAIL PROTECTED] writes: PK Eric M. Ludlam writes: Something I always wanted to do was use EIEIO to wrap Java objects. EIEIO could act as a proxy for Java objects

RE: JDEE plugins (was JUCI)

2003-02-19 Thread Nick Sieger
MP == Mark Pollack [EMAIL PROTECTED] writes: MP Hi, Just my two cents, I'm a lisp-wimp as I am sure are many of MP the users of JDEE, but a good Java programmer. If there was some MP way that I could write JDEE extensions in Java for at least some MP subset of plug-in functionality that would

RE: JDEE plugins (was JUCI)

2003-02-19 Thread Nick Sieger
PK == Paul Kinnucan [EMAIL PROTECTED] writes: [...] 4) Based on (3), it can replace direct invocations of the JVM with jde-eval calls (which should make it much faster) PK Yes. Problem with (4) is how to get the output to a compilation buffer. When I launch a new JVM process myself,

RE: JDEE plugins (was JUCI)

2003-02-19 Thread Nick Sieger
PK == Paul Kinnucan [EMAIL PROTECTED] writes: PK Hi, You and others have raised two related but separate issues: PK one is the need for plugin-in support and the other is a need for PK a way to extend the JDEE that requires only Java programming PK skills. My proposal addresses the first. I

RE: Java - elisp communication (was RE: BanInfo wizard anyone?)

2002-12-11 Thread Nick Sieger
PK == Paul Kinnucan [EMAIL PROTECTED] writes: PK Yep. I'm looking forward to seeing what Nick comes up with. Here's the package documentation that I have so far. I plan to expand more on the later sections. I'm also willing to package up what code I have and send that along, but I don't want

JUCI (was RE: BanInfo wizard anyone?)

2002-12-09 Thread Nick Sieger
From: Paul Kinnucan [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 07, 2002 8:45 AM To: Nick Sieger Cc: [EMAIL PROTECTED] Subject: RE: BanInfo wizard anyone? Well, I didn't, but the beanshell is still directly involved. Elisp sends strings to the beanshell which invokes java

RE: Java - elisp communication (was RE: BanInfo wizard anyone?)

2002-12-09 Thread Nick Sieger
From: Nascif Abousalh-Neto [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 11:46 AM To: Nick Sieger; Galen Boyer; [EMAIL PROTECTED] Cc: Graham Bennett Subject: Java - elisp communication (was RE: BanInfo wizard anyone?) Hi Nick, Well, I didn't, but the beanshell is still

RE: BanInfo wizard anyone?

2002-12-06 Thread Nick Sieger
From: news [mailto:[EMAIL PROTECTED]]On Behalf Of Galen Boyer Sent: Friday, December 06, 2002 8:45 AM To: [EMAIL PROTECTED] Subject: Re: BanInfo wizard anyone? On Fri, 6 Dec 2002, [EMAIL PROTECTED] wrote: Another idea would be to add options to the jde-jeval function or new commands

RE: BanInfo wizard anyone?

2002-12-06 Thread Nick Sieger
The translation layer could handle things like the java method signature returning, say, a hashmap. The layer could have a hashmap to alist converter. I've actually got a working prototype of a generic interface/translation layer that does just that. For now, I'm calling it JUCI

RE: Javadoc comments

2002-09-12 Thread Nick Sieger
Thanks for the nifty code, Klaus. Your `my-cc-mode-return' function led me to wonder if there was a way to make auto-fill/filladapt obey string semantics. It'd be slick if hitting space after the fill-column would close the current string and re-open it in the proper way on the next line. I

RE: [PATCH] jde-help-show-class-member-doc doesn't work on Xemacs

2001-08-08 Thread Nick Sieger
I believe IE understands the 'file:///D|/...' notation also, so perhaps that should become the standard on windows to convert 'drive:' to 'drive|' when building the URL. /Nick -Original Message- From: Dr. Volker Zell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 08, 2001 12:07 PM

RE: Browsing to an anchor

2001-08-07 Thread Nick Sieger
- From: Nick Sieger [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 07, 2001 9:49 AM To: 'Javier Lopez'; 'Paul Kinnucan'; '[EMAIL PROTECTED]' Subject: RE: Browsing to an anchor The second case that you describe, Javier, may be more user-friendly than forcing the user to specify the path to IE

RE: Browsing to an anchor

2001-08-07 Thread Nick Sieger
we're back to the temp HTML file with the META HTTP-EQUIV=refresh ... tag solution that Don pointed out. /Nick -Original Message- From: Paul Kinnucan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 07, 2001 10:22 AM To: Nick Sieger; 'Javier Lopez'; '[EMAIL PROTECTED]' Subject: RE: Browsing

RE: jde-ant

2001-07-18 Thread Nick Sieger
Hi Douglas, This is also kind of a hack, but basically I advise the function `compile-internal' to put the value of `jde-global-classpath' in $CLASSPATH for the duration of the compilation. Has anyone else solved this problem of propagating jde-global-classpath to compiles more elegantly than

RE: Version 1.3 of jde-ant.el

2001-06-19 Thread Nick Sieger
Title: RE: Version 1.3 of jde-ant.el Perhaps ant -projecthelp could be spawned inside of the beanshell. This would avoid the JVM startup costs. For that matter, maybe ant could always be spawned in the beanshell. The only difficulty I see would be to capture its output properly and display in

Re: Enhancement: smart clean/update imports

2001-04-27 Thread Nick Sieger
--- Paul Kinnucan [EMAIL PROTECTED] wrote: Nick, would BCEL's dual license permit BCEL.jar to be distributed with the JDE? If so, I'd be inclined simply to include BCEL.jar in the JDE zip file along with jde.jar and bsh.jar. Since the only terms for redistribution under LGPL include

RE: bug in writing prj.el files

2001-04-22 Thread Nick Sieger
From: Paul Kinnucan [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 21, 2001 10:38 PM Subject: Re: bug in writing prj.el files Hi Eric, Yes, I have seen this double quote phenomenon myself. Must be a regression error in the many changes to the project code in the last several beta

RE: AW: AW: JDebug Improvement Suggestion

2001-04-05 Thread Nick Sieger
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2001 10:45 AM [...] trying out more of the commands and helping with debugging. My favorite command would be a fully functional "evaluate expression". I know you have said in the past that JPDA doesn't support

RE: jde-save-project misses some jde variables

2001-04-05 Thread Nick Sieger
From: Robert Mecklenburg [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2001 12:11 PM RM jde-compile-option-sourcepath RM jde-compile-option-directory RM jde-gen-cflow-if RM jde-gen-cflow-else RM jde-gen-cflow-elseif RM jde-gen-cflow-while RM jde-gen-cflow-for RM [ are not being