xquery-mode / cider-any

Evaluate any buffer in cider – Replaced by Oook
0 stars 1 forks source link

Don't makr backend as initialized until init-handler applies successfully. #6

Closed proofit404 closed 7 years ago

hanshuebner commented 8 years ago

This is actually bugging me a lot, as I need to restart emacs when I forget to start the repl first. Is there a workaround?

proofit404 commented 8 years ago

Will fix tonight. I was digging solutions for @m-g-r suggestions. For now M-: (setq cider-any-initiated-backends nil) RET should work for you.

proofit404 commented 7 years ago

Fixed. I removed initialization step completely, so no tricky asynchronous connection state handling is necessary.