RE: Indentation

"Clementson, Bill" <[email protected]> Wed, 17 Apr 2002 09:41:11 -0600
Newsgroups gmane.lisp.ilisp.general
Message-ID <[email protected]>
Yes, it works for me - I pasted version 1 of the code sample into an
ilisp buffer, did a re-indent and got the result that was requested.

-- 
Bill Clementson

> -----Original Message-----
> From: Hannu Koivisto [mailto:[email protected]]
> Sent: Wednesday, April 17, 2002 7:57 AM
> To: Clementson, Bill
> Cc: 'Robert Folland'; [email protected]
> Subject: Re: [Ilisp-help] Indentation
> 
> 
> "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
> 
> _______________________________________________
> Ilisp-help mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ilisp-help
>