[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: summary: interactive app to evangelize Lua
- From: Bret Mogilefsky <mogul-lua@...>
- Date: Wed, 3 Oct 2001 13:59:10 -0700
On Wed, Oct 03, 2001 at 01:21:05PM -0700, Eric Ries wrote:
> How about Lua support in Emacs? The interactive elisp mode is pretty close
> to what you're saying.
> Anyone know if this would be hard?
I wrote a lua-mode.el some time back, and it's since been hacked on by
others to make it better. It had some functionality for interacting with
an interpreter, but I'm not sure that state of this functionality now.
It looks like the latest version is here, if you're interested:
http://lua-users.org/wiki/LuaEditorSupport
Bret