Jorgen Schäfer

Results 141 comments of Jorgen Schäfer

> I do not know how to cancel the multiedit except for perhaps calling it again. Yes, multiedit remains active (and should highlight all affected locations) until you call the...

Thank you for the PR. Wouldn't it be easier and more readable to just `setq` the variable in `before-each`, or maybe just support an `around-each` type of thing?

How about `around`? ```Lisp (describe "Backup" (around-each block (let ((kill-ring '("foobar"))) (funcall block))) (it "kill ring should not be empty" (expect (< 0 (length kill-ring)) :to-be-truthy))) ```

Am I getting a Ruby dialect? Help! :-D I have nothing implemented and I would love such a feature, thank you!

This sounds interesting! I do not think that pyvenv.el should prescribe the use of `.dir-locals.el` or similar Emacs-centric workflows, hence why I mentioned using the standard project files of virtualenvwrapper...

Hm. Considering you can reset the environment using deactivate + workon, I think this is fine. If you want to do the work, please go ahead! :-)

Hello, and thank you for the suggestion! I'd love to have something like this. [Jasmine has async support](https://jasmine.github.io/edge/introduction.html#section-Asynchronous_Support), so that would be my first idea to copy. As Buttercup does...

Take your time, we're all volunteers here :-)

Thank you very much for the hint and offer! And also thank you for sisyphus – it looks _very_ interesting :-)

I like the idea. Just to make sure this is the best option – would it not be a better idea to define your own matcher so that you can,...