From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: lua mode Date: Tue, 27 Sep 2005 17:58:39 -0400 Message-ID: References: <20050927054120.GB2385@www.trapp.net> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1127859452 13898 80.91.229.2 (27 Sep 2005 22:17:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 27 Sep 2005 22:17:32 +0000 (UTC) Cc: Christian.Vogler@gallaudet.edu, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 28 00:17:25 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EKNkZ-0008Uj-Gt for ged-emacs-devel@m.gmane.org; Wed, 28 Sep 2005 00:16:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EKNkZ-00017Q-1P for ged-emacs-devel@m.gmane.org; Tue, 27 Sep 2005 18:16:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EKNhy-0000R9-RL for emacs-devel@gnu.org; Tue, 27 Sep 2005 18:13:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EKNht-0000OA-Qg for emacs-devel@gnu.org; Tue, 27 Sep 2005 18:13:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EKNht-000076-G1 for emacs-devel@gnu.org; Tue, 27 Sep 2005 18:13:49 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EKNTG-0003PQ-Rh for emacs-devel@gnu.org; Tue, 27 Sep 2005 17:58:42 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EKNTD-00050m-CF; Tue, 27 Sep 2005 17:58:39 -0400 Original-To: tomas@tuxteam.de (Tomas Zerolo) In-reply-to: <20050927054120.GB2385@www.trapp.net> (tomas@tuxteam.de) 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:43295 Archived-At: 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.) If so, the only question is whether it is used widely enough to make it desirable to include the code in Emacs.