[slime-devel] indentation of LOOP

Luis Oliveira luismbo at gmail.com
Thu Jan 1 14:08:04 UTC 2009


"Tobias C. Rittweiler" <tcr at freebits.de> writes:

> If there's not a major outcry, I'll make `slime-setup' do the following
>
>   (setq lisp-simple-loop-indentation 1 
>         lisp-loop-keyword-indentation 6 
>         lisp-loop-forms-indentation 6)

That sounds good, I've had that in my .emacs for a long time. Recently,
though, I started using the slime-indentation contrib which handles both
LOOP styles gracefully:

  (loop for x ...
        do y ...)

and

  (loop
    for x ...
    do y ...)

-- 
Luís Oliveira
http://student.dei.uc.pt/~lmoliv/





More information about the slime-devel mailing list