From: John Thingstad
Subject: WebInABox
Date: 
Message-ID: <op.tbnrvdkbpqzri1@pandora.upc.no>
I have noticed the difficulty of setting up a good Web development
in emacs. Nevertheless after a week of installing and debugging
I have a working system. It is based on WebDev by Darren Brierton
but has been improved. It works on XP and I have written a installer.
Also I have added Lisp support.
I am going to release the installment to sourceforge eventually, but
for the moment I am looking for a few brave souls to do alpha testing.

If you are interested contact me.
You might just end up with a 'kick ass' web development environment.

John

-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

From: vedm
Subject: Re: WebInABox
Date: 
Message-ID: <sLadnWzyHZqwPADZnZ2dnUVZ_uWdnZ2d@giganews.com>
"John Thingstad" <··············@chello.no> writes:

> I have noticed the difficulty of setting up a good Web development
> in emacs. Nevertheless after a week of installing and debugging
> I have a working system. It is based on WebDev by Darren Brierton
> but has been improved. It works on XP and I have written a installer.
> Also I have added Lisp support.

The only thing I am missing for web development is a good javascript
mode. For xhtml I use the excellent nxml-mode (it is better than psgml
imo), and there is a decent css-mode too.

There have been a couple of attempts to create a SLIME like environment
for javascript, where a javascript server runs within the browser
(Firefox) and Emacs connects to this server so you can send js
expressions for evaluation - but so far all of them are unfinished: none
of them supports completion from Emacs, although the jsshell itself does
it, you can try it here:

http://www.squarefree.com/shell/shell.html

E.g. type "window." and hit TAB to see the completions.

And here is one of those Emacs packages:

http://sekhmet.acceleration.net:8080/ADW/JsShellServer/wiki

-- 
vedm
From: John Thingstad
Subject: Re: WebInABox
Date: 
Message-ID: <op.tbpza9prpqzri1@pandora.upc.no>
On Sat, 24 Jun 2006 22:31:41 +0200, vedm <··@ns.com> wrote:

> "John Thingstad" <··············@chello.no> writes:
>
>> I have noticed the difficulty of setting up a good Web development
>> in emacs. Nevertheless after a week of installing and debugging
>> I have a working system. It is based on WebDev by Darren Brierton
>> but has been improved. It works on XP and I have written a installer.
>> Also I have added Lisp support.
>
> The only thing I am missing for web development is a good javascript
> mode. For xhtml I use the excellent nxml-mode (it is better than psgml
> imo), and there is a decent css-mode too.
>
> There have been a couple of attempts to create a SLIME like environment
> for javascript, where a javascript server runs within the browser
> (Firefox) and Emacs connects to this server so you can send js
> expressions for evaluation - but so far all of them are unfinished: none
> of them supports completion from Emacs, although the jsshell itself does
> it, you can try it here:
>
> http://www.squarefree.com/shell/shell.html
>
> E.g. type "window." and hit TAB to see the completions.
>
> And here is one of those Emacs packages:
>
> http://sekhmet.acceleration.net:8080/ADW/JsShellServer/wiki
>

Thanks.. Looks interesting.
To bad I didn't find it sooner..

-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/