next line
Hi.
If I have a long list how do I denote a next line
?
Thanks
"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 {}.