Generating javadoc from jde?

2001-01-08 Thread T. V. Raman
I use jdok inside jde to document my code. I'm looking for a way of running javadoc from inside jde since jde already knows the classpath settings etc for my project. I'd be equally happy if jmaker could put out the necessary doc rule into the Makefile. Ideas? -- Best Regards, --raman

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

2000-12-19 Thread T. V. Raman
In general setting the classpath environment variable is evil because it leads to all kinds of hard to trace problems. "Ovidiu" == Ovidiu Predescu [EMAIL PROTECTED] writes: Ovidiu On Mon, 18 Dec 2000 10:14:01 -0800, Ovidiu "T. V. Raman" [EMAIL PROTECTED] wrote:

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

2000-12-18 Thread T. V. Raman
I'd suggest adding a xslt-global-classpath that is customizable where one can specify the location of the xalan related jar files. At present the only way to hack this is to create a dummy foo.java file in the directory containing the xml file, and then allowing jde to create a corresponding

JDE Beta 2.2.6 (beta 7) Semantic and speedbar

2000-12-18 Thread T. V. Raman
I just upgraded everything --speedbar, semantic, eieio (0.15) and it all works --cudos to all involved! (Eric --copying you because of a request I have with regards to semantic and imenu --see below) Incidentally, senator.el is a true boon to emacspeak users since the message that is displayed

Re[1]: JDE Beta 2.2.6 (beta 7) Semantic and speedbar

2000-12-18 Thread T. V. Raman
Wow Eric --Thanks! Will play with it --looks like everything I want and more is already there. -- Best Regards, --raman IBM Research: Human Language Technologies Phone:1 (408) 927 2608 Fax:1 (408) 927 3012 Email:

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 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 T. V. Raman
ED] writes: Ovidiu On Fri, 15 Dec 2000 14:56:07 -0800, Ovidiu "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 --

Re: size of completion menu

2000-08-02 Thread T. V. Raman
this is in fact the power of emacs --it has a lot of room for the user to grow --as opposed to interfaces designed for idiots which make one feel constrained and imprisoned as one stops being an idiot "eric" == eric [EMAIL PROTECTED] writes: eric : Short of this, you can type some more

jde and custom

2000-06-16 Thread T. V. Raman
It's nice to be able to customize jde on a per project basis. The typical things one customizes across projects are classpath settings --and less frequently things like template generators. However as set up at present one is either forced to navigate through the custom point and click

Re: jde and custom

2000-06-16 Thread T. V. Raman
Paul -- I confess I must agree with all you say below. I wasn't asking for us to go back to editting the lisp vars by hand --I was asking if people had worked out quick short cut ways to update --say just the global-classpath-- with a few keystrokes. My present solution is to use

Re: Q: Outline-mode?

2000-06-15 Thread T. V. Raman
also if you indent your code properly you should be able to use emacs level clipping by setting selective-display -- Best Regards, --raman IBM Research: Human Language Technologies Phone:1 (408) 927 2608 Fax:1 (408)

jde:debug --app is running --continue?

2000-06-07 Thread T. V. Raman
I often get this prompt from the jde --and have no clue what it means -- when you hit jde-debug (using jdebug) and have debugged the app once --you get a yes/no prompt saying "An instance of the app being debugged is already running --continue?" If I type "yes" debugging proceeds --however I'm

ANN: JDE-2.1.6beta24 available

2000-05-24 Thread T. V. Raman
Paul --you state 1.1 or later of Eric's semantic package the latest I see on his site is ftp://ftp.ultranet.com/pub/zappo/semantic-1.0.tar.gz -- "Paul" == Paul Kinnucan [EMAIL PROTECTED] writes: Paul for download at http://sunsite.auc.dk/jde/ Paul JDE-2.1.6beta24 Release Notes

possible bug in jde-mode

2000-05-10 Thread T. V. Raman
Here is function main taken from sax.SaxCount.java --one of the samples in the open source xerces XML parser. When placed in a buffer in either java or c++-mode --hitting C-M-f on the '{' of method main moves corectly to the close brace; in jde-mode this hits an error: public static void

jdebug and socksified emacs

2000-05-10 Thread T. V. Raman
I run my emacs socksified since emacs *is* my windowing system --and everything else:-) Prolbem: jdebug hangs when you run it under a socksified emacs on linux (socksify emacs by starting it as runsocks emacs) --the above results in ld_PRELOAD having the socks libs added to it. I verified