* lua-mode
2007-10-05 19:28 ` Glenn Morris
@ 2007-10-07 0:30 ` Richard Stallman
2007-10-07 6:56 ` lua-mode Glenn Morris
0 siblings, 1 reply; 7+ messages in thread
From: Richard Stallman @ 2007-10-07 0:30 UTC (permalink / raw)
To: Glenn Morris; +Cc: miles.bader, emacs-devel
Nothing has happened. Would you like to contact the authors and see
if they wish to assign?
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: lua-mode
2007-10-07 0:30 ` lua-mode Richard Stallman
@ 2007-10-07 6:56 ` Glenn Morris
2007-10-07 17:26 ` lua-mode Juergen Hoetzel
0 siblings, 1 reply; 7+ messages in thread
From: Glenn Morris @ 2007-10-07 6:56 UTC (permalink / raw)
To: rms; +Cc: miles.bader, emacs-devel
Richard Stallman wrote:
> Nothing has happened. Would you like to contact the authors and see
> if they wish to assign?
I sent the current maintainer a mail.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: lua-mode
2007-10-07 6:56 ` lua-mode Glenn Morris
@ 2007-10-07 17:26 ` Juergen Hoetzel
2007-10-09 1:14 ` lua-mode Richard Stallman
0 siblings, 1 reply; 7+ messages in thread
From: Juergen Hoetzel @ 2007-10-07 17:26 UTC (permalink / raw)
To: Glenn Morris; +Cc: rms, emacs-devel
On Sun, Oct 07, 2007 at 02:56:20AM -0400, Glenn Morris wrote:
> Richard Stallman wrote:
>
> > Nothing has happened. Would you like to contact the authors and see
> > if they wish to assign?
>
> I sent the current maintainer a mail.
>
I took maintainer-ship for Lua-mode in May 2006. I only wrote part of
the code.
There are some issues with the current codebase. The indention code is
quite a hack.
So i decided to not work on current codebase anymore. Instead I'm
doing a complete clean rewrite for GNU Emacs 22 at the moment. By the
way this will solve the copyright issue. I will keep you informed on
this list.
Jürgen
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: lua-mode
2007-10-07 17:26 ` lua-mode Juergen Hoetzel
@ 2007-10-09 1:14 ` Richard Stallman
0 siblings, 0 replies; 7+ messages in thread
From: Richard Stallman @ 2007-10-09 1:14 UTC (permalink / raw)
To: Juergen Hoetzel; +Cc: rgm, emacs-devel
So i decided to not work on current codebase anymore. Instead I'm
doing a complete clean rewrite for GNU Emacs 22 at the moment. By the
way this will solve the copyright issue. I will keep you informed on
this list.
Thank you.
^ permalink raw reply [flat|nested] 7+ messages in thread
* lua-mode
@ 2008-07-25 3:11 Miles Bader
2008-07-25 5:51 ` lua-mode Jürgen Hötzel
0 siblings, 1 reply; 7+ messages in thread
From: Miles Bader @ 2008-07-25 3:11 UTC (permalink / raw)
To: emacs-devel; +Cc: emacs
Anyone know what happened to lua-mode?
Last I knew, one of the authors wanted to rewrite it (for code
cleanliness and ease of copyright assignment), but I haven't heard
anything for a long while.
I sent mail to him last January, but never got a reply.
Has anyone been in contact with him?
Thanks,
-Miles
--
Laughter, n. An interior convulsion, producing a distortion of the features
and accompanied by inarticulate noises. It is infectious and, though
intermittent, incurable.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: lua-mode
2008-07-25 3:11 lua-mode Miles Bader
@ 2008-07-25 5:51 ` Jürgen Hötzel
2008-08-01 12:05 ` lua-mode tomas
0 siblings, 1 reply; 7+ messages in thread
From: Jürgen Hötzel @ 2008-07-25 5:51 UTC (permalink / raw)
To: Miles Bader; +Cc: emacs-devel
On Fri, Jul 25, 2008 at 12:11:19PM +0900, Miles Bader wrote:
> Anyone know what happened to lua-mode?
Sorry: the rewrite is still on my TODO-list! But i had no time
yet. Any contribution would be appreciated!
Jürgen
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: lua-mode
2008-07-25 5:51 ` lua-mode Jürgen Hötzel
@ 2008-08-01 12:05 ` tomas
0 siblings, 0 replies; 7+ messages in thread
From: tomas @ 2008-08-01 12:05 UTC (permalink / raw)
To: Jürgen Hötzel; +Cc: emacs-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Fri, Jul 25, 2008 at 07:51:00AM +0200, Jürgen Hötzel wrote:
> On Fri, Jul 25, 2008 at 12:11:19PM +0900, Miles Bader wrote:
> > Anyone know what happened to lua-mode?
>
> Sorry: the rewrite is still on my TODO-list! But i had no time
> yet. Any contribution would be appreciated!
Is there any publically accessible code to contribute to? I can't
make any promises at the moment, but I would be quite interested
to have a lua mode working.
Thanks
- -- tomás
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFIkvwiBcgs9XrR2kYRAmE8AJ9dqxisNSa2LRz0Z4A1NZ74/55N2gCfUKlO
CIbt/h4VzFDGpfRQ/aNQySY=
=gmmN
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2008-08-01 12:05 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-25 3:11 lua-mode Miles Bader
2008-07-25 5:51 ` lua-mode Jürgen Hötzel
2008-08-01 12:05 ` lua-mode tomas
-- strict thread matches above, loose matches on Subject: below --
2007-05-13 17:48 ruby-mode Seiji Zenitani
2007-05-14 17:16 ` ruby-mode Stefan Monnier
2007-05-16 16:49 ` adding new modes [was: Re: ruby-mode] Dan Nicolaescu
2007-05-28 8:11 ` adding new modes Miles Bader
2007-05-29 0:02 ` Richard Stallman
2007-10-05 19:28 ` Glenn Morris
2007-10-07 0:30 ` lua-mode Richard Stallman
2007-10-07 6:56 ` lua-mode Glenn Morris
2007-10-07 17:26 ` lua-mode Juergen Hoetzel
2007-10-09 1:14 ` lua-mode Richard Stallman
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.