From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Lua mode Date: Fri, 04 Jan 2008 20:41:33 -0500 Message-ID: References: <8763y9qh4p.fsf@catnip.gol.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1199497302 23756 80.91.229.12 (5 Jan 2008 01:41:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 5 Jan 2008 01:41:42 +0000 (UTC) Cc: emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 05 02:42:01 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JAy2z-0005x5-CW for ged-emacs-devel@m.gmane.org; Sat, 05 Jan 2008 02:42:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JAy2c-0004eh-Tq for ged-emacs-devel@m.gmane.org; Fri, 04 Jan 2008 20:41:38 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JAy2a-0004df-4v for emacs-devel@gnu.org; Fri, 04 Jan 2008 20:41:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JAy2Y-0004az-NN for emacs-devel@gnu.org; Fri, 04 Jan 2008 20:41:35 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JAy2Y-0004aq-Jj for emacs-devel@gnu.org; Fri, 04 Jan 2008 20:41:34 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JAy2Y-00072H-CE for emacs-devel@gnu.org; Fri, 04 Jan 2008 20:41:34 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1JAy2X-0001yK-GL; Fri, 04 Jan 2008 20:41:33 -0500 X-Spook: cybercash Arnett Glock csim nitrate beanpole MILSATCOM X-Ran: P?p:_Pv^bh}oP{T8,C:V|0#6!4Q`Xno4]w6qV'p@;qWn0>ez*=DQ2UttI{:1JI"T:K!YU5 X-Hue: red X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:86099 Archived-At: Miles Bader wrote: > Was somebody going to query the lua-mode authors about putting > lua-mode into Emacs (I have a vague memory that somebody was but I > don't remember who)? I wrote to Juergen Hoetzel in October. > If so, any response? He replied on this list, saying: http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg00308.html 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.