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

Warning (emacs): :events-buffer-scrollback-size deprecated. Use events-buffer-config #329

Open
eastwood opened this issue Jul 26, 2024 · 2 comments

Comments

@eastwood
Copy link

eastwood commented Jul 26, 2024

Getting a cheeky little warning every time I open a file.

Reference in code:

(funcall make-fn :events-buffer-scrollback-size copilot-log-max)))))

@djhunter67
Copy link

djhunter67 commented Sep 2, 2024

I solved this using the following code added to my .emacs file:
;; Set the warning level
(setq warning-minimum-level :error)

  • This will not show any warnings unless they of the error level instead of info or debug. Whatever may be the default.

  • Actually, more of a band-aid. Not at all a solution.

@johannesnauta
Copy link

I am still having the same issue, did you perhaps manage to solve it as of now? It has to do something with the jsonrpc-package, but I am still not quite sure how to fix it, other than reverting to previous versions of eglot.jl.

I have a hunch that perhaps it will be resolved when upgrading Emacs, but I prefer not too as it's typically a hassle that I do not want to deal with right now. I can also just change that line in eglot.el, but again, this not desired. Is it perhaps the fact that I am still on Emacs 28? The latest version of eglot that I can upgrade to is 20221020.1010.

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

3 participants