Lisp HUG Maillist Archive

next line

Hi.
 
If I have a long list how do I denote a next line ?
 
Thanks

Re: next line

"Haris Bogdanovich" <fbogdanovic@xnet.hr> writes:

> If I have a long list how do I denote a next line ?

Your question is not precise enough.

    (let ((*print-pretty*       t)
          (*print-right-margin* 72))
     (print long-list))

should insert new lines automatically.

-- 
__Pascal Bourguignon__                     http://www.informatimago.com/
A bad day in () is better than a good day in {}.


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