Re: JDB + java 1.3

2000-12-15 Thread Paul Kinnucan
At 10:32 AM 12/15/00 +0100, Michiel Meeuwissen [EMAIL PROTECTED] wrote: Troy Noble [EMAIL PROTECTED] skribis: To summarize things I've read on the list recently... and tried myself. I believe the preferred method is to use JDebug instead of JDB whenever you have a JVM that supports JPDA

Updated senator 2.0 available

2000-12-15 Thread David Ponce
Hello All, The latest bug fix release of the SEmantic NAvigaTOR 2.0 library is available at http://www.dponce.com/more-elisp.html. Summary of changes: - `senator-mark-defun' now work on XEmacs too. - Fixed a "side effect" bug with latest `beginning-of-defun' and `end-of-defun' advices.

Debugging

2000-12-15 Thread Jeff Rancier
I am having trouble finding the JDK's source files while debugging. E.g. I am trying to step into System.out.Println(), and I get: Cannot find java.io.PrintStream source. Enter path: C-h v jde-db-source-directories RET gives me: jde-db-source-directories's value is ("./"

Re: Updated senator 2.0 available

2000-12-15 Thread John Cooper
"David Ponce" [EMAIL PROTECTED] writes: The latest bug fix release of the SEmantic NAvigaTOR 2.0 library is available at http://www.dponce.com/more-elisp.html. With this version of senator.el, I get the following error whenever I start an isearch (even non-Java buffers): Signaling:

Re: [ANNOUNCE] (X)Emacs mode for XSLT processing

2000-12-15 Thread T. V. Raman
I pulled and tried xslt-process on Emacs 20.6 using Xalan. There are a few problems: 1) messages never make it into the *xslt-messages* or *xslt-output* buffers. Worse, the things barfs with a message about xalan not being found even though I have xalan.jar and xerces.jar on the

Re: [ANNOUNCE] (X)Emacs mode for XSLT processing

2000-12-15 Thread David J. Biesack
Date: Fri, 15 Dec 2000 10:15:29 -0800 Cc: Ovidiu Predescu [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] From: "T. V. Raman" [EMAIL PROTECTED] I pulled and tried xslt-process on Emacs 20.6 using Xalan. There are a few problems: 1) messages never

Loading a java file destroys ordinary debugging in XEmacs

2000-12-15 Thread Trond Eivind Glomsrød
This problem is against jde 2.1.9/XEmacs 21.1.12, but also happens with jde-2.2.6beta7. The problem: When trying to run gdb after having visited a java file (thus loading jde), gdb mode no longer works properly. It just hangs there, doing nothing if you try to run commands like "list" inside

Re: [ANNOUNCE] (X)Emacs mode for XSLT processing

2000-12-15 Thread Ovidiu Predescu
On Fri, 15 Dec 2000 13:48:16 -0500 (EST), "David J. Biesack" [EMAIL PROTECTED] wrote: Date: Fri, 15 Dec 2000 10:15:29 -0800 Cc: Ovidiu Predescu [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] From: "T. V. Raman" [EMAIL PROTECTED] I pulled and

Re: TPE, was: (X)Emacs mode for XSLT processing

2000-12-15 Thread Galen Boyer
On Fri, 15 Dec 2000, [EMAIL PROTECTED] wrote: Not yet. I was planning on waiting until I could write the documentation (in XML, of course). If anyone is interested, I'd be glad to post it on the JDE website sans documentation. I would definitely try to use it without documentation, but there

Re: [ANNOUNCE] (X)Emacs mode for XSLT processing

2000-12-15 Thread T. V. Raman
you're seeing something that I am missing? note that the pathnames are UNIX pathnames --not dos-impaired pathnames. "David" == David J Biesack [EMAIL PROTECTED] writes: Date: Fri, 15 Dec 2000 10:15:29 -0800 David You need a ';' before David

Re: [ANNOUNCE] (X)Emacs mode for XSLT processing

2000-12-15 Thread T. V. Raman
I still have no luck getting it running --I'm sure it is something trivial with the bsh that I am overlooking. This is under Linux --and jde works fine for me --everything is setup for jdebug etc etc. BSH buffer shows: cd /tmp/ java -classpath

update --xslt process and bsh

2000-12-15 Thread T. V. Raman
Here is some more hopefully useful debug info. I evaluated whichClass("xslt.Xalan") to make sure it can find it --it can --though eval still complains cd /tmp/ java -classpath

Re: [ANNOUNCE] (X)Emacs mode for XSLT processing

2000-12-15 Thread Ovidiu Predescu
On Fri, 15 Dec 2000 14:56:07 -0800, "T. V. Raman" [EMAIL PROTECTED] wrote: I still have no luck getting it running --I'm sure it is something trivial with the bsh that I am overlooking. This is under Linux --and jde works fine for me --everything is setup for jdebug etc etc. BSH buffer

Re: [ANNOUNCE] (X)Emacs mode for XSLT processing

2000-12-15 Thread T. V. Raman
Got it! The problem (as seems to be always the case in recent times in my case) is Custom bites again!! I had set xslt-process-default-processor by hand to (list 'xalan1) --fixing the case of x in the above fixed the problem. "Ovidiu" == Ovidiu Predescu [EMAIL PROTECTED] writes:

Re: [ANNOUNCE] (X)Emacs mode for XSLT processing

2000-12-15 Thread Ovidiu Predescu
On Fri, 15 Dec 2000 16:23:38 -0800, "T. V. Raman" [EMAIL PROTECTED] wrote: Got it! The problem (as seems to be always the case in recent times in my case) is Custom bites again!! I had set xslt-process-default-processor by hand to (list 'xalan1) --fixing the case of x in the above