Hello guys,
This is probably due to some internal API change in cider, but I leave it here as it is related (it seems) with live- functions.
error in process filter: live-nrepl-set-print-length: Symbol's function definition is void: nrepl-send-string-sync
error in process filter: Symbol's function definition is void: nrepl-send-string-sync
Error while checking syntax automatically: (wrong-type-argument stringp nil)
EDIT:
This will eventually happen in emacs-live, but I am sorry, at the moment it is not the case.
The problem is I am using the latest cider SNAPSHOT and therefore I am way ahead of time.
Nonetheless it is good to keep this issue open for future reference, and when emacs-live will move cider version I will send a PR with the (easy) patch.
Hello guys, This is probably due to some internal API change in
cider
, but I leave it here as it is related (it seems) withlive-
functions.EDIT: This will eventually happen in
emacs-live
, but I am sorry, at the moment it is not the case. The problem is I am using the latestcider
SNAPSHOT and therefore I am way ahead of time. Nonetheless it is good to keep this issue open for future reference, and whenemacs-live
will movecider
version I will send a PR with the (easy) patch.