Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get multiple compilation buffers? #218

Open
dolzenko opened this issue Apr 16, 2024 · 1 comment
Open

How to get multiple compilation buffers? #218

dolzenko opened this issue Apr 16, 2024 · 1 comment

Comments

@dolzenko
Copy link

dolzenko commented Apr 16, 2024

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!

@dgutov
Copy link
Collaborator

dgutov commented Apr 16, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants