Lisp HUG Maillist Archive

IDE editor indentation modification

Is there a simple way to edit what constructs indent and how? Specifically, I use the parsergen package a lot and defparser doesn't indent like every other &body form, and I'd like to fix this. ;-)

Jeff M.

Re: IDE editor indentation modification

On Sep 24, 2012, at 18:36 , Jeff Massung <massung@gmail.com> wrote:
> Is there a simple way to edit what constructs indent and how? Specifically, I use the parsergen package a lot and defparser doesn't indent like every other &body form, and I'd like to fix this. ;-)
> 
> Jeff M.

editor:setup-indent may be what you're looking for.

_______________________________________________
Lisp Hug - the mailing list for LispWorks users
lisp-hug@lispworks.com
http://www.lispworks.com/support/lisp-hug.html


Updated at: 2020-12-10 08:36 UTC