You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the REPL has not been stared, M-x and filtering command candidates should not throw an error in a cider-mode buffer with cider-company-enable-fuzzy-completion.
Actual behavior
It throws the following:
It is not really clear from the screen but the error is basically "No linked CIDER session".
Steps to reproduce the problem
Install helm (you can run it in isolation with emacs-helm.sh) and enable (cider-company-enable-fuzzy-completion).
Execute helm-M-x and try asd or anything command prefix that does not exist.
Environment & Version information
CIDER version information
latest master
Emacs version
GNU Emacs 28.0.50
Operating system
Linux
I did not have time to investigate too much but I am wondering if we the cider, completion-styles function should not throw an error when the REPL is not connected. Throwing this there but I am not sure this is the actual solution without looking into it a bit more 😄
The text was updated successfully, but these errors were encountered:
arichiardi
added a commit
to arichiardi/emacs.d
that referenced
this issue
Jan 9, 2021
Expected behavior
When the REPL has not been stared,
M-x
and filtering command candidates should not throw an error in acider-mode
buffer withcider-company-enable-fuzzy-completion
.Actual behavior
It throws the following:
It is not really clear from the screen but the error is basically "No linked CIDER session".
Steps to reproduce the problem
Install
helm
(you can run it in isolation withemacs-helm.sh
) and enable(cider-company-enable-fuzzy-completion)
.Execute
helm-M-x
and tryasd
or anything command prefix that does not exist.Environment & Version information
CIDER version information
latest master
Emacs version
GNU Emacs 28.0.50
Operating system
Linux
I did not have time to investigate too much but I am wondering if we the
cider
,completion-styles
function should not throw an error when the REPL is not connected. Throwing this there but I am not sure this is the actual solution without looking into it a bit more 😄The text was updated successfully, but these errors were encountered: