Skip to content

Instantly share code, notes, and snippets.

@coopernurse
Created June 29, 2011 00:01
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 coopernurse/1052546 to your computer and use it in GitHub Desktop.
Save coopernurse/1052546 to your computer and use it in GitHub Desktop.
swank error
;; when running: (clojure.xml/parse "http://search.twitter.com/search.atom?&q=clojure")
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> ", :content [{:tag :name, :attrs nil, :content [\\\"mahata (Yasunori MAHATA)\\\"]} {:tag :uri, :attrs nil, :content [\\\"http://twitter.com/mahata\\\"]}]}]}]}\n\" :repl-result)000015(:return (:ok nil) 3)")
recursive-edit()
byte-code("\306 @\307=\203!^@\310\311\312\"\210\313\311!\211A@)\242\314=\203!
debug(error (error "Connection closed."))
signal(error ("Connection closed."))
error("Connection closed.")
(cond ((and ... slime-net-processes) (or ... ...)) ((not conn) (or ... ...)) ((not ...) (error "Connection closed.")) (t conn))
(let ((conn ...)) (cond (... ...) (... ...) (... ...) (t conn)))
slime-connection()
(or connection (slime-connection))
(let ((c ...)) (ecase (slime-communication-style c) (... t) (... nil)))
slime-use-sigint-for-interrupt()
(cond ((slime-use-sigint-for-interrupt) (slime-send-sigint)) (t (slime-dispatch-event ...)))
slime-interrupt()
call-interactively(slime-interrupt nil nil)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment