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 PROT

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

2000-12-15 Thread Ovidiu Predescu
Could not process file, most probably xalan1 could not be found! Argh, make sure xalan1 uses a capital 'X' at the beginning, aka it should be xslt.Xalan1 not xslt.xalan1! Try doing this in bsh: bsh % xslt.Xalan1.invoke("/tmp/foo.xml", "/tmp/test"); It works for me, it shou

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

2000-12-15 Thread Ovidiu Predescu
the above fixed the problem. Good, I'm glad it worked out for you! Please let me know if have any other issues or ideas of improvement. Regards, -- Ovidiu Predescu [EMAIL PROTECTED] http://orion.nsr.hp.com/ (inside HP's firewall only) http://www.geocities.com/SiliconValley/Monitor/7464/

[ANNOUNCE] (X)Emacs mode for XSLT processing

2000-12-13 Thread Ovidiu Predescu
overhead is eliminated and the execution is very fast. You can check-out this (X)Emacs minor mode at: http://www.geocities.com/SiliconValley/Monitor/7464/emacs/xslt-process/ Please send your comments and feedback to [EMAIL PROTECTED] Regards, -- Ovidiu Predescu [EMAIL PROTECTED] http

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

2000-12-13 Thread Ovidiu Predescu
On Wed, 13 Dec 2000 15:33:48 -0500, Paul Kinnucan [EMAIL PROTECTED] wrote: At 09:23 AM 12/13/00 -0800, Ovidiu Predescu wrote: Although this is not quite JDE related, I thought it might interest you. This package is using JDE quite heavily. Interesting. I have assembled (from existing

Re: Cursor moving

2000-11-01 Thread Ovidiu Predescu
, accros multiple files, using M-left and M-right, the same way you do in Netscape. You can check-out this small package at: http://www.geocities.com/SiliconValley/Monitor/7464/emacs/ Have fun, Ovidiu -- Ovidiu Predescu [EMAIL PROTECTED] http://orion.nsr.hp.com/ (inside HP's firewall only) http

Re: lisp code to reformat brackets

2000-08-07 Thread Ovidiu Predescu
On Mon, 7 Aug 2000 16:55:48 -0400, "Glen Cordrey" [EMAIL PROTECTED] m wrote: Does anyone know of any code, elisp or otherwise, which reformats an emacs JDE buffer so the open and close braces are all on separate lines? Although this is not free software, you can try Jindent: