pezra / rspec-mode

An RSpec minor mode for Emacs
258 stars 112 forks source link

Opt out of multiple compilation buffer support #180

Closed imtayadeway closed 5 years ago

imtayadeway commented 6 years ago

I think https://github.com/pezra/rspec-mode/pull/170 sort of broke my workflow. I'll often have a test run "paused" by a pry session, and I'm relying on restarting the test killing the current compilation buffer process. If it doesn't then the open transaction (if there is one) will block the new tests from running, and I find it bothersome to refind the old compilation buffer (where there may be many now) and kill it by hand.

I can totally see why this new feature would be useful, I'd just prefer for it to be behind a setting so I could opt out. Is that something that would be agreeable if I submitted a PR?

Many thanks!

dgutov commented 6 years ago

Sure, please go ahead. Hopefully it won't take a lot of code.

jhirn commented 5 years ago

+1 for this. Long time user. I didn't realize it was a new feature. I'm actually going to roll back as it breaks my flow.

@imtayadeway Let me know if I can help in any way.