From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Surendra Singhi Newsgroups: gmane.emacs.devel Subject: Emacs mode for PDDL Date: Sun, 13 Feb 2005 14:05:34 -0700 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1108333105 13432 80.91.229.2 (13 Feb 2005 22:18:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 13 Feb 2005 22:18:25 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 13 23:18:25 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D0S4K-00029T-2Q for ged-emacs-devel@m.gmane.org; Sun, 13 Feb 2005 23:18:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D0SJj-0001W1-SR for ged-emacs-devel@m.gmane.org; Sun, 13 Feb 2005 17:34:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D0SCg-0003YM-24 for emacs-devel@gnu.org; Sun, 13 Feb 2005 17:26:58 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D0SCc-0003Vr-4q for emacs-devel@gnu.org; Sun, 13 Feb 2005 17:26:56 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D0SCb-0003V0-Px for emacs-devel@gnu.org; Sun, 13 Feb 2005 17:26:53 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1D0Ryt-0003nV-Gg for emacs-devel@gnu.org; Sun, 13 Feb 2005 17:12:43 -0500 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1D0RwZ-0000sw-6p for emacs-devel@gnu.org; Sun, 13 Feb 2005 23:10:19 +0100 Original-Received: from ip68-3-142-215.ph.ph.cox.net ([68.3.142.215]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 13 Feb 2005 23:10:19 +0100 Original-Received: from efuzzyone by ip68-3-142-215.ph.ph.cox.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 13 Feb 2005 23:10:19 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 18 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: ip68-3-142-215.ph.ph.cox.net User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax) X-Accept-Language: en-us, en 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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:33355 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33355 Hi all, PDDL-mode is a major Emacs mode for editing Planning Domain Definition Language 2.2 files. It provides syntax highlighting with automatic indentation, templates, auto-completion, and a "Declaration" imenu which lists all the actions and the problems in the current file. This release 0.100 should work on any recent version of Emacs or Xemacs. If it doesn't: complain. It can be downloaded from: http://www.public.asu.edu/~sksinghi/pddl.htm -- Surendra Singhi www.public.asu.edu/~sksinghi/