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

popup-delete (delete-char -1) will trigger a lot of change event #133

Open
jadestrong opened this issue Mar 23, 2022 · 0 comments
Open

popup-delete (delete-char -1) will trigger a lot of change event #133

jadestrong opened this issue Mar 23, 2022 · 0 comments

Comments

@jadestrong
Copy link

(delete-char -1)))))))

I'm not sure if this is popup.el's problem, when I use flycheck-popup-tip and lsp-mode , the flycheck-popup-tip-delete-popup will call popup-delete method, and the (delete-char -1) in the dotimes statement will always trigger a change event, which will alway trigger the lsp-on-change to excute.

I am not sure

popup-delete 4
lsp-on-change
lsp--delay-timer [nil 0 1 0 nil lsp--flush-delayed-changes nil idle 0 nil]
lsp--after-change
lsp-on-change
lsp--delay-timer [nil 0 1 0 nil lsp--flush-delayed-changes nil idle 0 nil]
lsp--after-change
lsp-on-change
lsp--delay-timer [nil 0 1 0 nil lsp--flush-delayed-changes nil idle 0 nil]
lsp--after-change
lsp-on-change
lsp--delay-timer [nil 0 1 0 nil lsp--flush-delayed-changes nil idle 0 nil]
lsp--after-change
lsp-on-change
lsp--delay-timer [nil 0 1 0 nil lsp--flush-delayed-changes nil idle 0 nil]
lsp--after-change
popup-delete 4
lsp-on-change
lsp--delay-timer [nil 0 1 0 nil lsp--flush-delayed-changes nil idle 0 nil]
lsp--after-change
lsp-on-change
lsp--delay-timer [nil 0 1 0 nil lsp--flush-delayed-changes nil idle 0 nil]
lsp--after-change
lsp-on-change
lsp--delay-timer [nil 0 1 0 nil lsp--flush-delayed-changes nil idle 0 nil]
lsp--after-change
lsp-on-change
lsp--delay-timer [nil 0 1 0 nil lsp--flush-delayed-changes nil idle 0 nil]
lsp--after-change
lsp-on-change
lsp--delay-timer [nil 0 1 0 nil lsp--flush-delayed-changes nil idle 0 nil]
lsp--after-change
popup-delete 4
lsp-on-change
lsp--delay-timer [nil 0 1 0 nil lsp--flush-delayed-changes nil idle 0 nil]
lsp--after-change
lsp-on-change
lsp--delay-timer [nil 0 1 0 nil lsp--flush-delayed-changes nil idle 0 nil]
lsp--after-change
lsp-on-change
lsp--delay-timer [nil 0 1 0 nil lsp--flush-delayed-changes nil idle 0 nil]
lsp--after-change
lsp-on-change
lsp--delay-timer [nil 0 1 0 nil lsp--flush-delayed-changes nil idle 0 nil]
lsp--after-change
lsp-on-change
lsp--delay-timer [nil 0 1 0 nil lsp--flush-delayed-changes nil idle 0 nil]
lsp--after-change
popup-delete 4
lsp-on-change
lsp--delay-timer [nil 0 1 0 nil lsp--flush-delayed-changes nil idle 0 nil]
lsp--after-change
lsp-on-change
lsp--delay-timer [nil 0 1 0 nil lsp--flush-delayed-changes nil idle 0 nil]
lsp--after-change
lsp-on-change
lsp--delay-timer [nil 0 1 0 nil lsp--flush-delayed-changes nil idle 0 nil]
lsp--after-change
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