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

Be able to customize change idle timer #258

Closed
ambihelical opened this issue May 5, 2019 · 1 comment
Closed

Be able to customize change idle timer #258

ambihelical opened this issue May 5, 2019 · 1 comment

Comments

@ambihelical
Copy link
Contributor

Currently eglot "notices" changes after 0.5s of idle time (in eglot--after-change). If find this is too quick for my tastes, and would like to be able to set it to a larger value via a custom setting.

Experimentally, I find that setting it to 2s helps with the mode-line issue described in #236. But I realize this is a personal taste thing, so it should be customizable.

@joaotavora
Copy link
Owner

Customizing this makes sense, and is a something to include in eglot.el directly. Should be simple, so pull requests welcome. Try to follow the existing coding style and commit format as closely as possible. Thanks.

ambihelical added a commit to ambihelical/eglot that referenced this issue May 11, 2019
joaotavora added a commit to ambihelical/eglot that referenced this issue Oct 5, 2019
…sing changes

* eglot.el (eglot-send-changes-idle-time): New defcustom.
(eglot--after-change): Use it.

Co-authored-by: João Távora <[email protected]>
Copyright-paperwork-exempt: yes
bhankas pushed a commit to bhankas/emacs that referenced this issue Sep 18, 2022
…processing changes

* eglot.el (eglot-send-changes-idle-time): New defcustom.
(eglot--after-change): Use it.

Co-authored-by: João Távora <[email protected]>
Copyright-paperwork-exempt: yes
bhankas pushed a commit to bhankas/emacs that referenced this issue Sep 19, 2022
…processing changes

* eglot.el (eglot-send-changes-idle-time): New defcustom.
(eglot--after-change): Use it.

Co-authored-by: João Távora <[email protected]>
Copyright-paperwork-exempt: yes
bhankas pushed a commit to bhankas/emacs that referenced this issue Sep 19, 2022
* eglot.el (eglot-send-changes-idle-time): New defcustom.
(eglot--after-change): Use it.

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

#258: joaotavora/eglot#258
jollaitbot pushed a commit to sailfishos-mirror/emacs that referenced this issue Oct 12, 2022
* eglot.el (eglot-send-changes-idle-time): New defcustom.
(eglot--after-change): Use it.

Co-authored-by: João Távora <[email protected]>
Copyright-paperwork-exempt: yes
GitHub-reference: fix joaotavora/eglot#258
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