PDDL-mode is a major Emacs mode for editing PDDL 2.2 files. It provides syntax highlighting with automatic indentation, templates, auto-completion, and a "Declaration"(imenu) menu which lists all the actions and the problems in the current file.
This release should work on any recent version of Emacs or Xemacs. If it doesn't: complain.
Assuming you have placed the basic mode
pddl-mode.el and the modules you want to use in the directory
~/lib/emacs/pddl-mode, add the following two lines
in your .init or .emacs file:
(add-to-list 'load-path "/lib/emacs/pddl-mode")
(require 'PDDL-mode)
![]() |
Kreeti Technologies |
![]() |