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:39:12 -0400 Message-ID: <200509272039.13007.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 1127868214 1105 80.91.229.2 (28 Sep 2005 00:43:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Sep 2005 00:43:34 +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:43:27 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EKQ24-0001bP-6j for ged-emacs-devel@m.gmane.org; Wed, 28 Sep 2005 02:42:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EKQ23-00080n-7O for ged-emacs-devel@m.gmane.org; Tue, 27 Sep 2005 20:42:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EKQ1Y-0007yv-Ej for emacs-devel@gnu.org; Tue, 27 Sep 2005 20:42:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EKQ1V-0007xD-Ga for emacs-devel@gnu.org; Tue, 27 Sep 2005 20:42:14 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EKQ1U-0007w9-V2 for emacs-devel@gnu.org; Tue, 27 Sep 2005 20:42:12 -0400 Original-Received: from [64.97.136.124] (helo=n054.sc0.cp.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EKPyw-00063Y-Iu; Tue, 27 Sep 2005 20:39:34 -0400 Original-Received: from [192.168.1.50] (68.49.172.58) by n054.sc0.cp.net (7.0.038) (authenticated as Christian.Vogler@gallaudet.edu) id 431F24430024C1BA; Wed, 28 Sep 2005 00:39:33 +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:43302 Archived-At: On a second reading, sorry, I may have misunderstood the question. > Is Lua mode a mode for editing programs written in Lua? > (The answer to that question is not self-evident.) Yes, lua-mode is for editing Lua programs. I don't know how widely the Emacs mode itself is used, but the language itself has enormously increased in popularity in the past two years, judging by the number of projects that use it and the mailing list traffic (see http://www.lua.org). - Christian