[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PAGELENGTH with GRIND



The various grind things don't worry about page lengths - 
that would mostly be an operating-system concern.  but lisp
does keep a page-length variable for each open output file, 
and I believe it is initialized to nearly-infinity.  you can
reset it with (PAGEL <file-object>)