[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PAGELENGTH with GRIND
- To: finin at MIT-AI
- Subject: PAGELENGTH with GRIND
- From: JONL at MIT-MC (Jon L White)
- Date: Sat, 10 Nov 79 18:34:00 GMT
- Cc: (BUG LISP) at MIT-MC
- Original-date: 10 NOV 1979 1334-EST
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>)