On Thu, 01 May 2008 18:00:38 +0200, Marco Baringer wrote:
long ago i changed print-length and print-level in slime-pprint-event to nil, i've never had a problem. what issue did you run into?
The problem is slime sending garbled sexps to the inferior lisp, and binding print-level and print-length to nil in slime-net-send does indeed solve the problem.
For a simple demonstration, just try to use fuzzy-completion with print- level = 5.