Re: emacs Expectations Mode - can't make it work

2016-05-27 Thread Jason MacLulich
Just had to add that this emacs binding was awesome! Worked great. Thanks for posting that Sean. On Tuesday, January 26, 2016 at 4:47:16 AM UTC+11, Sean Corfield wrote: > > Yuri Steinschreiber wrote on Monday, January 25, 2016 at 1:17 AM: > > Sadly, Expectations Mode seems to be abandoned.

Re: emacs Expectations Mode - can't make it work

2016-01-25 Thread Sean Corfield
Yuri Steinschreiber wrote on Monday, January 25, 2016 at 1:17 AM: Sadly, Expectations Mode seems to be abandoned. Leaving an FYI to the community. We stopped using expectations-mode a long time ago, instead adding this to our Emacs config: ;; run expectations (defun run-expectations ()

RE: emacs Expectations Mode - can't make it work

2016-01-25 Thread Yuri Steinschreiber
Expectations Mode - can't make it work Yuri Steinschreiber wrote on Monday, January 25, 2016 at 1:17 AM: Sadly, Expectations Mode seems to be abandoned. Leaving an FYI to the community. We stopped using expectations-mode a long time ago, instead adding this to our Emacs config: ;; run expectations (defun

Re: emacs Expectations Mode - can't make it work

2016-01-25 Thread Yuri Steinschreiber
Responding to my own question: 1. Indeed, Expectations Mode can't work with CIDER starting from 0.8.0, after refactoring and function renaming. So apparently no one is using it. 2. The same issue was already reported to Expectations Mode

emacs Expectations Mode - can't make it work

2016-01-24 Thread Yuri Steinschreiber
Hi - Is anybody using Expectations Mode https://github.com/gar3thjon3s/expectations-mode? When I try to use it with the latest CIDER and cider-nrepl I get "Symbol's definition is void: nrepl-send-string" when trying to run expectations test. I suspect version mismatch between Expectations