From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: New mode for cmd.exe script files (i.e., "batch files"): include in Emacs? Date: Mon, 20 Jun 2011 00:15:04 +0300 Message-ID: <83aaddwmjr.fsf@gnu.org> References: <4DFE608A.1050809@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1308522275 24687 80.91.229.12 (19 Jun 2011 22:24:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 19 Jun 2011 22:24:35 +0000 (UTC) Cc: emacs-devel@gnu.org To: Daniel Colascione Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 20 00:24:31 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QYQPu-0005u0-4Q for ged-emacs-devel@m.gmane.org; Mon, 20 Jun 2011 00:24:30 +0200 Original-Received: from localhost ([::1]:35317 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QYQPs-0007OH-UP for ged-emacs-devel@m.gmane.org; Sun, 19 Jun 2011 18:24:29 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:57692) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QYPM2-0005en-VE for emacs-devel@gnu.org; Sun, 19 Jun 2011 17:16:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QYPLy-0001AZ-QT for emacs-devel@gnu.org; Sun, 19 Jun 2011 17:16:26 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:42073) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QYPLy-00019h-D7 for emacs-devel@gnu.org; Sun, 19 Jun 2011 17:16:22 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0LN200L001RJ6X00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Mon, 20 Jun 2011 00:15:09 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.127.244.163]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LN200KQZ314YN50@a-mtaout22.012.net.il>; Mon, 20 Jun 2011 00:15:06 +0300 (IDT) In-reply-to: <4DFE608A.1050809@gmail.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.172 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:140690 Archived-At: > Date: Sun, 19 Jun 2011 13:48:10 -0700 > From: Daniel Colascione > > I few months ago, I looked for modes for editing Windows (and DOS) > cmd-script files ("batch files"), and not finding anything sufficiently > robust, I wrote one called ntcmd-mode and put it on the wiki. ??? What's wrong with bat-generic-mode? And if something's missing there, I'd rather we improve and enhance that than introduce another package that attempts to do the same. Thanks.