RE: Compiling JSP

2002-12-09 Thread Sprenger, Karel
Hi, Initially I thought something along the following lines would do the trick: -8- (defun my-jsp-mode-stuff() (unless (local-variable-p 'compile-command) (if (string= (file-name-extension buffer-file-name) jsp) (set (make-local-variable 'compile-command)

Re: BeanInfo wizard anyone?

2002-12-09 Thread Galen Boyer
On Fri, 06 Dec 2002, [EMAIL PROTECTED] wrote: If I could, then I would be able to make really powerful things without lisp, in plain java. But then I may as well switch to jedit altogether ;-) I won't, just teasing! This is probably the reason that Emacs seems like a neanderthal to the

editorPanelMaker.bsh wizard

2002-12-09 Thread Christian Mercat
Dear list, I have made some changes to http://www.entrelacs.net/home/Java/beanInfoMaker.bsh http://www.entrelacs.net/home/Java/beanInfoMaker.html it now creates a simple textual editor for each property as well. The files are called something like MyPropertyEditor.java.jtem so that it doesn't

JUCI (was RE: BanInfo wizard anyone?)

2002-12-09 Thread Nick Sieger
From: Paul Kinnucan [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 07, 2002 8:45 AM To: Nick Sieger Cc: [EMAIL PROTECTED] Subject: RE: BanInfo wizard anyone? Well, I didn't, but the beanshell is still directly involved. Elisp sends strings to the beanshell which invokes java

RE: Java - elisp communication (was RE: BanInfo wizard anyone?)

2002-12-09 Thread Nick Sieger
From: Nascif Abousalh-Neto [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 11:46 AM To: Nick Sieger; Galen Boyer; [EMAIL PROTECTED] Cc: Graham Bennett Subject: Java - elisp communication (was RE: BanInfo wizard anyone?) Hi Nick, Well, I didn't, but the beanshell is still