Skip to content

Instantly share code, notes, and snippets.

@timvisher
Created June 10, 2011 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timvisher/1018881 to your computer and use it in GitHub Desktop.
Save timvisher/1018881 to your computer and use it in GitHub Desktop.
Debugger entered: nil
(condition-case error (slime-net-read) (error (debug) (slime-net-close process t) (error "net-read error: %S" error)))
slime-net-read-or-lose(#<process SLIME Lisp>)
slime-process-available-input(#<process SLIME Lisp>)
slime-net-filter(#<process SLIME Lisp> "000025(:write-string \":test\n\" :repl-result)000016(:return (:ok nil) 12)")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment