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

Eglot still runs after there's no opened buffer for a project #217

Closed
rodrigues opened this issue Jan 30, 2019 · 3 comments
Closed

Eglot still runs after there's no opened buffer for a project #217

rodrigues opened this issue Jan 30, 2019 · 3 comments

Comments

@rodrigues
Copy link

I know we have eglot-shutdown, but it would be really nice if eglot auto shuts down after there are no open buffers anymore for a project.

Maybe that's already possible and I'm not aware?

Thanks!

@joaotavora
Copy link
Owner

No, indeed it isn't. I don't know if this is a bug or a feature though. I'm going to mark this bug a feature request.

ilohmar pushed a commit to ilohmar/eglot that referenced this issue Sep 24, 2019
This should close issue joaotavora#217, also cf. joaotavora#270.

* eglot.el: New defcustom `eglot-autoshutdown' (default nil).
(eglot--managed-mode-onoff): Shutdown if so configured and no managed
buffers left.
ilohmar pushed a commit to ilohmar/eglot that referenced this issue Sep 24, 2019
This should close issue joaotavora#217, also cf. joaotavora#270.

* eglot.el: New defcustom `eglot-autoshutdown' (default nil).
(eglot--managed-mode-onoff): Shutdown if so configured and no managed
buffers left.
ilohmar pushed a commit to ilohmar/eglot that referenced this issue Oct 2, 2019
This should close issue joaotavora#217, also cf. joaotavora#270.

* eglot.el: New defcustom `eglot-autoshutdown' (default t).
(eglot--managed-mode): Signal didClose before possibly triggering
autoshutdown.
(eglot--managed-mode-onoff): Shutdown if so configured and no managed
buffers left.
ilohmar pushed a commit to ilohmar/eglot that referenced this issue Oct 2, 2019
This should close issue joaotavora#217, also cf. joaotavora#270.

* eglot.el: New defcustom `eglot-autoshutdown' (default t).
(eglot--managed-mode): Signal didClose before possibly triggering
autoshutdown.
(eglot--managed-mode-onoff): Shutdown if so configured and no managed
buffers left.
ilohmar pushed a commit to ilohmar/eglot that referenced this issue Oct 2, 2019
This should close issue joaotavora#217, also cf. joaotavora#270.

* eglot.el: New defcustom `eglot-autoshutdown' (default t).
(eglot--managed-mode): Signal didClose before possibly triggering
autoshutdown.
(eglot--managed-mode-onoff): Shutdown if so configured and no managed
buffers left.
ilohmar pushed a commit to ilohmar/eglot that referenced this issue Oct 2, 2019
This should close issue joaotavora#217, also cf. joaotavora#270.

* eglot.el: New defcustom `eglot-autoshutdown' (default t).
(eglot--managed-mode-onoff): Shutdown if so configured and no managed
buffers left.
joaotavora added a commit to ilohmar/eglot that referenced this issue Oct 5, 2019
…otavora#309)

This should close issue joaotavora#217, also cf. joaotavora#270.

* eglot.el (eglot-autoshutdown): New defcustom.
(eglot--managed-mode-onoff): Shutdown if so configured and
no managed buffers left.

Co-authored-by: João Távora <[email protected]>
joaotavora added a commit to ilohmar/eglot that referenced this issue Oct 5, 2019
…otavora#309)

This should close issue joaotavora#217, also cf. joaotavora#270.

* eglot.el (eglot-autoshutdown): New defcustom.
(eglot--managed-mode-onoff): Shutdown if so configured and
no managed buffers left.

Co-authored-by: João Távora <[email protected]>
joaotavora added a commit that referenced this issue Oct 5, 2019
This should close issue #217, also cf. #270.

* eglot.el (eglot-autoshutdown): New defcustom.
(eglot--managed-mode-onoff): Shutdown if so configured and
no managed buffers left.

Co-authored-by: João Távora <[email protected]>
@nemethf
Copy link
Collaborator

nemethf commented Jan 14, 2020

059ea59 implemented auto-shutdown, so I'm closing this issue. Reopen if that's not what you want.

@nemethf nemethf closed this as completed Jan 14, 2020
@rodrigues
Copy link
Author

just tested and it works like a charm 👍

thanks for the amazing work!

bhankas pushed a commit to bhankas/emacs that referenced this issue Sep 18, 2022
This should close issue joaotavora/eglot#217, also cf. joaotavora/eglot#270.

* eglot.el (eglot-autoshutdown): New defcustom.
(eglot--managed-mode-onoff): Shutdown if so configured and
no managed buffers left.

Co-authored-by: João Távora <[email protected]>
bhankas pushed a commit to bhankas/emacs that referenced this issue Sep 19, 2022
This should close issue joaotavora/eglot#217, also cf. joaotavora/eglot#270.

* eglot.el (eglot-autoshutdown): New defcustom.
(eglot--managed-mode-onoff): Shutdown if so configured and
no managed buffers left.

Co-authored-by: João Távora <[email protected]>
bhankas pushed a commit to bhankas/emacs that referenced this issue Sep 19, 2022
This should close issue #217, also cf. #270.

* eglot.el (eglot-autoshutdown): New defcustom.
(eglot--managed-mode-onoff): Shutdown if so configured and
no managed buffers left.

Co-authored-by: João Távora <[email protected]>

(#309: joaotavora/eglot#309
#217: joaotavora/eglot#217
#270: joaotavora/eglot#270
jollaitbot pushed a commit to sailfishos-mirror/emacs that referenced this issue Oct 12, 2022
This should close issue joaotavora/eglot#217, also cf. joaotavora/eglot#270.

* eglot.el (eglot-autoshutdown): New defcustom.
(eglot--managed-mode-onoff): Shutdown if so configured and
no managed buffers left.

Co-authored-by: João Távora <[email protected]>
GitHub-reference: joaotavora/eglot#309
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants