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

Killing all project buffers also kills non-file buffers #1233

Closed
mfiano opened this issue Apr 17, 2018 · 2 comments · Fixed by #1333
Closed

Killing all project buffers also kills non-file buffers #1233

mfiano opened this issue Apr 17, 2018 · 2 comments · Fixed by #1333

Comments

@mfiano
Copy link

mfiano commented Apr 17, 2018

Expected behavior

Using projectile-kill-buffers should not also take out non-file buffers, such as a REPL that is meant to exist for all projects.

Actual behavior

Using projectile-kill-buffers deletes the SLIME or Sly REPL buffers with Common Lisp projects.

Steps to reproduce the problem

Open a project file, then open SLIME or Sly. Issue projectile-kill-buffers and both are deleted.
This does not occur if SLIME or Sly is started before visiting a project file.

Environment & Version information

Projectile version information

Projectile version: MELPA projectile 20180324.2226

Emacs version

25.3

Operating system

Arch Linux

@bbatsov
Copy link
Owner

bbatsov commented May 7, 2018

This was actually supposed to be a feature - originally it didn't kill such buffers, but someone asked for this. :-) Obviously it's not hard to change and be made configurable.

@mfiano
Copy link
Author

mfiano commented May 7, 2018

I would very much like this to be optional behavior :)

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

Successfully merging a pull request may close this issue.

2 participants