[Openmcl-devel] indent again

Ron Garret ron at flownet.com
Tue Apr 3 12:16:42 PDT 2012


When viewed with a fixed-width font, your examples look like this:

-------------- next part --------------
A non-text attachment was scrubbed...
Name: indent.gif
Type: image/gif
Size: 1845 bytes
Desc: not available
URL: <https://lists.clozure.com/pipermail/openmcl-devel/attachments/20120403/101c2acd/attachment.gif>
-------------- next part --------------


which I'm guessing is not what you intended.  The default indenting behavior in CCL and MCL are the same.  But my guess is that you're looking for DEFINDENT (in lispmode.lisp).

rg


On Apr 3, 2012, at 11:55 AM, Joakim Sandgren wrote:

> So,
> I found in bindings.lisp the indent commands I wanted... (indent region, form...)
> 
> This result:
> 
> (goo :arg1 2
>     :arg2 3
>     :arg3 4) 
> 
> ...I would like to have the :arg arguments aligned like:
> 
> (goo :arg1 2
>     	 :arg2 3
>         :arg3 4) 
> 
> (like in mcl...)
> 
> It is possible to change these as parameters ?
> 
> Please answer somebody and don't let me do a ticket again of something that already exists...
> 
> sincerely,
> joakim
> _______________________________________________
> Openmcl-devel mailing list
> Openmcl-devel at clozure.com
> http://clozure.com/mailman/listinfo/openmcl-devel



More information about the Openmcl-devel mailing list