spacepaste

  1.  
  2. Debugger entered--Lisp error: (wrong-type-argument listp 1)
  3. second(("dothread-keeping-clj" . 1))
  4. (slime-intern-indentation-spec (second info))
  5. (let ((symbol ...) (indent ...) (packages ...)) (if (boundp ...) (slime-update-system-indentation symbol indent packages) (when ... ... ...)) (run-hook-with-args (quote slime-indentation-update-hooks) symbol indent packages))
  6. (while --cl-dolist-temp-- (setq info (car --cl-dolist-temp--)) (let (... ... ...) (if ... ... ...) (run-hook-with-args ... symbol indent packages)) (setq --cl-dolist-temp-- (cdr --cl-dolist-temp--)))
  7. (let ((--cl-dolist-temp-- alist) info) (while --cl-dolist-temp-- (setq info ...) (let ... ... ...) (setq --cl-dolist-temp-- ...)) nil)
  8. (catch (quote --cl-block-nil--) (let (... info) (while --cl-dolist-temp-- ... ... ...) nil))
  9. (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
  10. (block nil (let (... info) (while --cl-dolist-temp-- ... ... ...) nil))
  11. (dolist (info alist) (let (... ... ...) (if ... ... ...) (run-hook-with-args ... symbol indent packages)))
  12. slime-handle-indentation-update((("dothread-keeping-clj" . 1) ("dothread-keeping" . 1) ("dothread" . 0) ("binding-map" . 1) ("with-pretty-writer" . 1) ("with-pprint-dispatch" . 1) ("with-connection" . 1) ("with-timeout" . 1) ("with-bindings" . 0) ("with-emacs-package" . 0) ("dothread-swank" . 0) ("with-package-tracking" . 0) ("doseq" . 1) ("letfn" . 1) ("cond" . 0) ("with-open" . 1) ("sync" . 1) ("let" . 1) ("dotimes" . 1) ("with-in-str" . 1) ("loop" . 1) ("with-out-str" . 0) ("when-not" . 1) ("with-loading-context" . 0) ("future" . 0) ("when-first" . 1) ("comment" . 0) ("condp" . 2) ("with-local-vars" . 1) ("with-bindings" . 1) ("when-let" . 1) ("while" . 1) ("case" . 1) ("locking" . 1) ("delay" . 0) ("io!" . 0) ("lazy-seq" . 0) ("when" . 1) ("binding" . 1) ("defslimefn" . defun) ("returning" . 1) ("continuously" . 0) ("failing-gracefully" . 0)))
  13. slime-dispatch-event((:indentation-update (("dothread-keeping-clj" . 1) ("dothread-keeping" . 1) ("dothread" . 0) ("binding-map" . 1) ("with-pretty-writer" . 1) ("with-pprint-dispatch" . 1) ("with-connection" . 1) ("with-timeout" . 1) ("with-bindings" . 0) ("with-emacs-package" . 0) ("dothread-swank" . 0) ("with-package-tracking" . 0) ("doseq" . 1) ("letfn" . 1) ("cond" . 0) ("with-open" . 1) ("sync" . 1) ("let" . 1) ("dotimes" . 1) ("with-in-str" . 1) ("loop" . 1) ("with-out-str" . 0) ("when-not" . 1) ("with-loading-context" . 0) ("future" . 0) ("when-first" . 1) ("comment" . 0) ("condp" . 2) ("with-local-vars" . 1) ("with-bindings" . 1) ("when-let" . 1) ("while" . 1) ("case" . 1) ("locking" . 1) ("delay" . 0) ("io!" . 0) ("lazy-seq" . 0) ("when" . 1) ("binding" . 1) ("defslimefn" . defun) ("returning" . 1) ("continuously" . 0) ("failing-gracefully" . 0))) #<process SLIME Lisp>)
  14. slime-process-available-input(#<process SLIME Lisp>)
  15. slime-net-filter(#<process SLIME Lisp> "000350(:indentation-update ((\"dothread-keeping-clj\" . 1) (\"dothread-keeping\" . 1) (\"dothread\" . 0) (\"binding-map\" . 1) (\"with-pretty-writer\" . 1) (\"with-pprint-dispatch\" . 1) (\"with-connection\" . 1) (\"with-timeout\" . 1) (\"with-bindings\" . 0) (\"with-emacs-package\" . 0) (\"dothread-swank\" . 0) (\"with-package-tracking\" . 0) (\"doseq\" . 1) (\"letfn\" . 1) (\"cond\" . 0) (\"with-open\" . 1) (\"sync\" . 1) (\"let\" . 1) (\"dotimes\" . 1) (\"with-in-str\" . 1) (\"loop\" . 1) (\"with-out-str\" . 0) (\"when-not\" . 1) (\"with-loading-context\" . 0) (\"future\" . 0) (\"when-first\" . 1) (\"comment\" . 0) (\"condp\" . 2) (\"with-local-vars\" . 1) (\"with-bindings\" . 1) (\"when-let\" . 1) (\"while\" . 1) (\"case\" . 1) (\"locking\" . 1) (\"delay\" . 0) (\"io!\" . 0) (\"lazy-seq\" . 0) (\"when\" . 1) (\"binding\" . 1) (\"defslimefn\" . defun) (\"returning\" . 1) (\"continuously\" . 0) (\"failing-gracefully\" . 0)))")
  16.