[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CLIM indentation and the Allegro Emacs-Lisp interface



I'm looking for emacs indentation definitions for CLIM operators which
work with the Allegro Emacs-Lisp interface. Does anyone know of a good
set? Here's what I have so far:

  (put 'surrounding-output-with-border 'fi:lisp-indent-hook 1)
  (put 'indenting-output 'fi:lisp-indent-hook 1)
  (put 'accepting-values 'fi:lisp-indent-hook 1)
  (put 'define-application-frame 'fi:lisp-indent-hook '(like defclass))

I'm pretty sure these are not the best, but they do work better than
none at all. Thanks,

--Jon Degenhardt