-
-
Notifications
You must be signed in to change notification settings - Fork 653
Closed
Description
When use cider display image content-type. I move point backward, then CIDER REPL can't evaluate sexp anymore.
Steps to reproduce:
Toggle nrepl log messaging.
Disable eldoc-mode in CIDER REPL buffer, then display image, then movie point backward around, on the image etc. All things fine, no weird symbol in nrepl log.
Enable eldoc-mode in CIDER REPL buffer, then move point backward around, on the image, then nrepl log displays those weird symbols. then input (+ 1 1) does not work any more. even though I disable eldoc-mode again.
Here is the nrepl log:
(-->
id "25"
op "eldoc"
session "07c655d4-444b-43c4-a695-43a9da90104e"
time-stamp "2018-05-08 11:42:29.972220486"
ns "user"
symbol "\266J\206\306\251\347\355"
)
(-->
id "26"
op "eldoc"
time-stamp "2018-05-08 11:42:35.941183374"
ns "user"
symbol "\266J\206\306\251\347\355"
)
(-->
id "27"
op "eval"
time-stamp "2018-05-08 11:42:41.580182208"
code "(print \"hi\")"
column 7
content-type "true"
file "*cider-repl localhost*"
line 335
ns "user"
)
This weird symbol is from display image which eldoc try to get doc for them.
Guess might cider-eldoc
need to filter on non-standard symbols?
With reference as background to original issue: #2277
Metadata
Metadata
Assignees
Labels
No labels