eldoc fails in Chicken with very large items
Discovered as a result of investigating jaor/geiser#64 Example, in a buffer or repl: ``` scheme (define foo (make-list 10000 1)) ``` `foo` will not consistently appear as an eldoc hint.
issue