rspec-mode icon indicating copy to clipboard operation
rspec-mode copied to clipboard

How to get multiple compilation buffers?

Open dolzenko opened this issue 2 years ago • 1 comments

Enabled the option (rspec-allow-multiple-compilation-buffers) but when I run verify the output still goes into the *rspec-compilation*. On the contrary I wanted new buffer to be created, probably someone can advice.

Cheers, and big big thank you for the great package!

dolzenko avatar Apr 16 '24 12:04 dolzenko

rspec-allow-multiple-compilation-buffers is supposed to create separate buffers when there is an existing rspec process running already.

If you want a new buffer name every time, I suppose one way to do that is to add advice to compilation-buffer-name.

Alternatively, switch on the above variable and advise/rewrite rspec-compilation-buffer-name.

dgutov avatar Apr 16 '24 21:04 dgutov