Re: Looking for a Style/Mode for editing JSP files

2002-02-25 Thread Marc Brooks
Here's what I have in my .emacs file with emacs 21. I use the mmm mode that is part of the latest version of emacs. Later, Marc --- .emacs snippet below --- ;;; mmm-mode settings (setq mmm-global-mode 'maybe) (add-to-list 'mmm-mode-ext-classes-alist '(nil "\\.jsp\\'" jsp)) (add

Re: Looking for a Style/Mode for editing JSP files

2002-02-25 Thread Gian Uberto Lauri
>currently the HTML Mode is active. With this mode I cannot do identation >and other things. Did you try html-helper-mode ? http://www.gest.unipd.it/~saint/hth.html Gian Uberto Lauri "Bloody instructions which, being taught, [EMAIL PROTECTED] return to plague

Re: Looking for a Style/Mode for editing JSP files

2002-02-25 Thread Jeff Rancier
html-help-mode looks pretty good. Jeff - Original Message - From: "Marc Brooks" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, February 25, 2002 10:33 AM Subject: Re: Looking for a Style/Mode for editing JSP files | Here's what I have in my .emacs fil

Re: Looking for a Style/Mode for editing JSP files

2002-02-25 Thread Jeff Rancier
That's html-helper-mode. - Original Message - From: "Jeff Rancier" <[EMAIL PROTECTED]> To: "Marc Brooks" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, February 25, 2002 10:58 AM Subject: Re: Looking for a Style/Mode for editing JSP files | html-help-mode

Re: Looking for a Style/Mode for editing JSP files

2002-02-25 Thread Daniel Hegyi
Is there any way to compile html, JSP, and javascript files, that is, to check the whole file for syntax errors? Daniel >From: "Jeff Rancier" <[EMAIL PROTECTED]> >To: "Jeff Rancier" <[EMAIL PROTECTED]>, "Marc Brooks" ><[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> >CC: <[EMAIL PROTECTED]> >Subjec

Why JDEE ?

2002-02-25 Thread Paul Kinnucan
John Cobo writes: > Paul, > > I am looking to set up a shared JAVA development > environment on a (UNIX) server which allows several > developers to use it from their clients PCs. > > I am new to this stuff, but it seems that Forte, Net > Beans, etc. all assume that the user is sitting o

error navigation

2002-02-25 Thread cowboyd
Hello all, This is slightly, off topic, but has anyone had any experience using error navigation in JDE when the actual source file is different than the file that gets compiled? Due, to the amount of generated code in my build, I first copy all of the source into build/src, then produce the gen

Re: Why JDEE ?

2002-02-25 Thread Benjamin Shults
Paul Kinnucan wrote: > A better > bet would be to run X Servers on the PCs that would > allow the PC users to start instances of Emacs on > the Unix server that could then display on the PC > in a full window that supports all JDEE features. > You could use the server to maintain a shared > sour

Re: Why JDEE ?

2002-02-25 Thread Troy Daniels
At 01:30 PM 2/25/02 -0500, Paul Kinnucan wrote: >John Cobo writes: > > Paul, > > > > Am I correct in thinking that your JDEE allows a > > single set up of the JDK, Emacs, Tomcat, Web server, > > any shared JAR, WAR files for the development team, > > etc. on a shared server. Developers can

Re: Why JDEE ?

2002-02-25 Thread Phillip Lord
> "Troy" == Troy Daniels <[EMAIL PROTECTED]> writes: Troy> At 01:30 PM 2/25/02 -0500, Paul Kinnucan wrote: >> John Cobo writes: > Paul, >> > >> > Am I correct in thinking that your JDEE allows a single set up >> of >the JDK, Emacs, Tomcat, Web server, any shared JAR, WAR files >>

RE: error navigation

2002-02-25 Thread Schewe, Jon (MN65)
Interestingly enough I just wanted to do this today too: (defun compilation-filter-hook-jps () (interactive) ;;Just want to search over the last set of stuff, so exchange point and mark? (exchange-point-and-mark t) (while (re-search-forward "[/]instrumented" nil t) (replace-match "

Re: Fix for a problem in saving project file (2)...

2002-02-25 Thread Jason Rumney
[EMAIL PROTECTED] (Ping Liang) writes: > I have never needed to deal with Windows/Unix issues before, so I am > not familiar with directory-sep-char. I guess that there must be a > better way to deal with this if it is to be deprecated. It is deprecated in GNU Emacs. I am not sure of its statu

RE: Why JDEE ?

2002-02-25 Thread Altmann, Michael
JDEE can be used pretty well with a dumb terminal, but I like to use xt-mouse so that I at least have mouse support. I don't know what you do about packages like Speedbar that open new frames. Most of the time I do as Paul suggested -- I run a PC X client (Exceed) into our Unix server. Yes, yo

Re: Why JDEE ?

2002-02-25 Thread Troy Daniels
At 08:56 PM 2/25/02 +, Phillip Lord wrote: > > "Troy" == Troy Daniels <[EMAIL PROTECTED]> writes: > > Troy> At 01:30 PM 2/25/02 -0500, Paul Kinnucan wrote: > >> John Cobo writes: > Paul, > >> > > >> > Am I correct in thinking that your JDEE allows a single set up > >> of >the JDK