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

Buffer " *temp*" has a running process. #96

Open
peschkaj opened this issue Sep 29, 2018 · 1 comment
Open

Buffer " *temp*" has a running process. #96

peschkaj opened this issue Sep 29, 2018 · 1 comment

Comments

@peschkaj
Copy link

After enabling spaceline-all-the-icons with the config below, I'm spammed with a message Buffer " *temp*" has a running process; kill it? (y or n). I can remove this message by setting vc-handled-backends to 'nil, but that disables a great deal of git support.

Is there a configuration tweak to make to stop the "buffer has a running process" messages?

Config:

(use-package spaceline
  :ensure t)

(use-package spaceline-config
  :ensure spaceline
  :after spaceline)


(use-package spaceline-all-the-icons
  :ensure t
  :after spaceline
  :config
  (spaceline-all-the-icons-theme)
  (setq spaceline-all-the-icons-separator-type 'none)
  (spaceline-all-the-icons--setup-git-ahead)
  (spaceline-toggle-all-the-icons-vc-icon-on)
  (spaceline-toggle-all-the-icons-mode-icon-on)
  (spaceline-toggle-all-the-icons-vc-status-on)
  (spaceline-toggle-all-the-icons-git-ahead-on)
  (spaceline-toggle-all-the-icons-git-status-on))
@peschkaj
Copy link
Author

The workaround I found is to avoid setting spaceline-all-the-icons--setup-git-ahead. Not sure if there's a better workaround.

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

1 participant