eldoc fails in Chicken with very large items

Discovered as a result of investigating #64 (closed)

Example, in a buffer or repl:

(define foo (make-list 10000 1))

foo will not consistently appear as an eldoc hint.

Edited by jao