Forum OpenACS Development: Re: Developmnet tools, debuggers, IDEs, etc

Collapse
Posted by Andrei Popov on
You probably are missing psgml or have not set it up correctly.  In the least you should have something along the lines of:

(add-to-list 'load-path "/full/path/to/psgml/dir")

(setq auto-mode-alist
    (append
      (list
    '("\\.xql$" . xml-mode))

in your .emacs file