Problems with bash and JDE

2003-04-02 Thread Lenz, Georg
Hei since I am using JDE I am using bash as shell (configured as described in JDE Installation instruction). The problem is that I can't use an interactive shell with that setup. Running M-x shell and than using an interactive command like "ls" (or any other command) always responds ":command no

prj.el requires constant reloading

2003-04-02 Thread joshua rosenblatt
I have a source tree like this project etc --> conf files like web.xml, struts.xml, ejb-jar.xml Source java com . . . packages web --> jsp, css, etc I put a prj.el in the com directory (the root of the package tree) and i assume that the settings that are in the file should automa

Re: IPlanet serverside debugging?

2003-04-02 Thread Jason Rumney
Paul Kinnucan <[EMAIL PROTECTED]> writes: > If you are trying to debug a program running in a vm embedded in > another application, the container application must provide some means > for you to tell it to start the embedded vm in debug server or client > mode. Often there is somewhere to specify

Re: IPlanet serverside debugging?

2003-04-02 Thread Paul Kinnucan
Galen Boyer writes: [snip] > > We can't control how it starts, but we still might be able to > connect to the running process. Our problem is we don't know how > to get our the JDEE into those hooks. What parameters and such > does it expect... > Hi Galen, Both JDEEbug and the JDEE/jdb

Re: IPlanet serverside debugging?

2003-04-02 Thread Galen Boyer
On 02 Apr 2003, [EMAIL PROTECTED] wrote: > Galen Boyer <[EMAIL PROTECTED]> writes: > >> Is this doable within the jdee? > > Which iPlanet? App Server and Web Server are completely > different products. I think iAS uses a standard JVM, in which > case using the remote debugging options would work.

Re: Re: [PATCH] smart complete?

2003-04-02 Thread otisg
Tools > Packages > Add Download Site > xemacs.org Tools > Packages > List and Install That's how I usually update XEmacs packages. Otis On Wed, 02 Apr 2003, Andrew Hyatt ([EMAIL PROTECTED]) wrote: > > otisg - > > What new packages on xemacs.org are you referring to? > > andy - > > I'

Re: IPlanet serverside debugging?

2003-04-02 Thread Jason Rumney
Galen Boyer <[EMAIL PROTECTED]> writes: > Is this doable within the jdee? Which iPlanet? App Server and Web Server are completely different products. I think iAS uses a standard JVM, in which case using the remote debugging options would work. But I think iWS uses its own JVM (from the Kiva days)

[PATCH] smart complete?

2003-04-02 Thread Paul Kinnucan
Andy Piper writes: > I haven't submitted this, but I like this idea. This basically rebinds > indent key (TAB usually) to indent and then try completion if indentation > does nothing. > > What do people think? > I think this is okay if it is a customizable option that is off by default to

Re: IPlanet serverside debugging?

2003-04-02 Thread Galen Boyer
On Wed, 02 Apr 2003, [EMAIL PROTECTED] wrote: > On JBoss you only have to start it using a debud flag. I've > used jdee to do remote debugging on JBoss successfully. IPlanet is not a java only app server. I think this throws a wrench into the mix. I was wondering if there was anybody who had suc

Re: [PATCH] smart complete?

2003-04-02 Thread Andrew Hyatt
otisg - What new packages on xemacs.org are you referring to? andy - I'm not sure I would like tab to complete. Completion sometimes is very, very slow. I once narrowed down the slowness to the part where we have to go through the import list and try to fully qualify the class getting importe

Re: [PATCH] smart complete?

2003-04-02 Thread otisg
Sounds yummy as long as it can be turned on/off (like jde-abbrev stuff). I can't wait for the new packages on xemacs.org... Otis On Tue, 1 Apr 2003, Andy Piper ([EMAIL PROTECTED]) wrote: > I haven't submitted this, but I like this idea. This basically rebinds > indent key (TAB usually