|
|
@ -69,10 +69,11 @@
|
|
|
|
#:exists 'replace))
|
|
|
|
#:exists 'replace))
|
|
|
|
|
|
|
|
|
|
|
|
(define wordrecs
|
|
|
|
(define wordrecs
|
|
|
|
(fasl->s-exp (open-input-file (and
|
|
|
|
(and
|
|
|
|
(unless (file-exists? wordidx-file)
|
|
|
|
(unless (file-exists? wordidx-file)
|
|
|
|
(regenerate-word-index!))
|
|
|
|
(regenerate-word-index!))
|
|
|
|
wordidx-file))))
|
|
|
|
(with-input-from-file wordidx-file
|
|
|
|
|
|
|
|
(λ () (fasl->s-exp (current-input-port))))))
|
|
|
|
|
|
|
|
|
|
|
|
(define (post-installer home-dir)
|
|
|
|
(define (post-installer home-dir)
|
|
|
|
(regenerate-word-index!))
|
|
|
|
(regenerate-word-index!))
|