From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christian Vogler Newsgroups: gmane.emacs.devel Subject: Re: lua mode Date: Tue, 27 Sep 2005 20:23:52 -0400 Message-ID: <200509272023.52691.Christian.Vogler@gallaudet.edu> References: <20050927054120.GB2385@www.trapp.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1127868132 955 80.91.229.2 (28 Sep 2005 00:42:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Sep 2005 00:42:12 +0000 (UTC) Cc: Tomas Zerolo , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 28 02:41:59 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EKQ0D-00019f-NM for ged-emacs-devel@m.gmane.org; Wed, 28 Sep 2005 02:40:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EKQ0D-0007ah-4I for ged-emacs-devel@m.gmane.org; Tue, 27 Sep 2005 20:40:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EKPxo-00072R-Vf for emacs-devel@gnu.org; Tue, 27 Sep 2005 20:38:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EKPxe-0006tN-8l for emacs-devel@gnu.org; Tue, 27 Sep 2005 20:38:15 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EKPxZ-0006j5-QR for emacs-devel@gnu.org; Tue, 27 Sep 2005 20:38:13 -0400 Original-Received: from [64.97.136.46] (helo=n016.sc0.cp.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EKPk8-00057U-84; Tue, 27 Sep 2005 20:24:16 -0400 Original-Received: from [192.168.1.50] (68.49.172.58) by n016.sc0.cp.net (7.0.038) (authenticated as Christian.Vogler@gallaudet.edu) id 431950DF002C8BB7; Wed, 28 Sep 2005 00:24:12 +0000 Original-To: rms@gnu.org User-Agent: KMail/1.8.1 In-Reply-To: Content-Disposition: inline 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:43301 Archived-At: On Tuesday 27 September 2005 05:58 pm, Richard M. Stallman wrote: > Lua is a ``small language'' and its implementation, with a free license > (Lua 4.0 has its own, zlib-like, lua 5.0 is MIT). See e.g. > > Is Lua mode a mode for editing programs written in Lua? > (The answer to that question is not self-evident.) No, Lua mode is written in Emacs Lisp. As a matter of fact, it originally was based off tcl.el when I got my hands on it. Nowadays very little of the original code remains, though. Best regards - Christian