Re: Indentation

Hannu Koivisto <[email protected]> Wed, 17 Apr 2002 16:56:53 +0300
Newsgroups gmane.lisp.ilisp.general
Message-ID <[email protected]>
"Clementson, Bill" <[email protected]> writes:

> Put the following in your .emacs to get the indentation in your 2nd example:
>
>   (setq lisp-indent-function 'common-lisp-indent-function)

Does that really work for you (assuming no other setup code)?  I
don't see an indentation spec for with-open-file in cl-indent nor
code that would handle it specially.  Even if there were an
indentation spec, it would probably say ... &rest 1, which doesn't
seem to work :)  (Workaround is to replace &rest 1 with 1 1 1 1 1
... repeated as many times as one might have entries in the
corresponding list.)

-- 
Hannu
Please don't send copies of list mail