Forum OpenACS Development: Emacs binding

Collapse
Posted by Malte Sussdorff on
I added

(define-key oacs-mode-prefix-map "ip" 'oacs-proc)

to the oacs.el for the Emacs IDE, which allows me to insert a procedure using M-o ip.

Out of curiosity, has anyone driven this further so you could easily insert a form or a list or any other construct which we usually use and write ?

Or some like M-o np (for new page) opening three buffers with the .xql, .tcl and .adp files, already prefilled ?