more i/o reference work

svn: r6807

original commit: 4bf593ddc4bf3a96f3b4d1123838e66b6da5fbb0
This commit is contained in:
Matthew Flatt 2007-07-03 08:07:56 +00:00
parent ca77096693
commit 10218709c7

View File

@ -285,9 +285,13 @@
(define/private (render-toc part base-len skip?)
(let ([number (collected-info-number (part-collected-info part))])
(let ([subs
(if (not (and (styled-part? part)
(eq? 'quiet (styled-part-style part))
(not (= base-len (sub1 (length number))))))
(apply
append
(map (lambda (p) (render-toc p base-len #f)) (part-parts part)))])
(map (lambda (p) (render-toc p base-len #f)) (part-parts part)))
null)])
(if skip?
subs
(let ([l (cons