Created
March 13, 2019 05:58
-
-
Save y2q-actionman/62c4d5ef472e78106627a6e2bf291212 to your computer and use it in GitHub Desktop.
slime が時々通信に失敗して mode-line に数字が出たままになる。 slime-reset すると直るが・・
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
====================================================================== | |
1 -> (slime-autodoc) | |
| 2 -> (slime-autodoc--parse-context) | |
| 2 <- slime-autodoc--parse-context: ("defun" "load-mock" ("config") ("declare" ("ignore" "config")) ("format" "*debug-io*" swank::%cursor-marker%)) | |
| 2 -> (slime-autodoc--cache-get ("defun" "load-mock" ("config") ("declare" ("ignore" "config")) ("format" "*debug-io*" swank::%cursor-marker%))) | |
| 2 <- slime-autodoc--cache-get: nil | |
| 2 -> (slime-background-activities-enabled-p) | |
| | 3 -> (slime-current-connection) | |
| | 3 <- slime-current-connection: #<process SLIME Lisp> | |
| | 3 -> (slime-busy-p) | |
| | | 4 -> (slime-current-connection) | |
| | | 4 <- slime-current-connection: #<process SLIME Lisp> | |
| | | 4 -> (sldb-debugged-continuations #<process SLIME Lisp>) | |
| | | 4 <- sldb-debugged-continuations: nil | |
| | | 4 -> (slime-rex-continuations) | |
| | | | 5 -> (slime-current-connection) | |
| | | | 5 <- slime-current-connection: #<process SLIME Lisp> | |
| | | 4 <- slime-rex-continuations: ((205 lambda (&rest --cl-rest--) (apply (quote #[771 "\211\211@A\300\301\"\2035 \211\211G\302U\203 \211@\202 \303\304\305GD\"J\2050 Jq\210J!\266\202\202] \300\306\"\203Y \211\211G\302U\203I \211@\202P \303\304\305GD\"\307\310\"\266\202\202] \311\312\"\207" [eql :ok 1 signal wrong-number-of-arguments nil :abort message "Evaluation aborted on %s." error "slime-dcase failed: %S"] 11 " | |
(fn G312 G313 G308)"]) (quote --buffer--) (quote --cont--) --cl-rest--))) | |
| | 3 <- slime-busy-p: ((205 lambda (&rest --cl-rest--) (apply (quote #[771 "\211\211@A\300\301\"\2035 \211\211G\302U\203 \211@\202 \303\304\305GD\"J\2050 Jq\210J!\266\202\202] \300\306\"\203Y \211\211G\302U\203I \211@\202P \303\304\305GD\"\307\310\"\266\202\202] \311\312\"\207" [eql :ok 1 signal wrong-number-of-arguments nil :abort message "Evaluation aborted on %s." error "slime-dcase failed: %S"] 11 " | |
(fn G312 G313 G308)"]) (quote --buffer--) (quote --cont--) --cl-rest--))) | |
| 2 <- slime-background-activities-enabled-p: nil | |
1 <- slime-autodoc: nil |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
====================================================================== | |
1 -> (slime-modeline-state-string #<process SLIME Lisp>) | |
| 2 -> (slime-rex-continuations #<process SLIME Lisp>) | |
| 2 <- slime-rex-continuations: ((221 lambda (&rest --cl-rest--) (apply (quote #[771 "\211\211@A\300\301\"\2035 \211\211G\302U\203 \211@\202 \303\304\305GD\"J\2050 Jq\210J!\266\202\202] \300\306\"\203Y \211\211G\302U\203I \211@\202P \303\304\305GD\"\307\310\"\266\202\202] \311\312\"\207" [eql :ok 1 signal wrong-number-of-arguments nil :abort message "Evaluation aborted on %s." error "slime-dcase failed: %S"] 11 " | |
(fn G312 G313 G308)"]) (quote --buffer--) (quote --cont--) --cl-rest--))) | |
1 <- slime-modeline-state-string: " 1" | |
====================================================================== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment