Skip to content

Conversation

@jkl1337
Copy link
Contributor

@jkl1337 jkl1337 commented Feb 16, 2024

jsonrpc :events-buffer-scrollback-size slot is deprecated. Try using the new slot (:events-buffer-config) and fallback to the old way if that fails.

I think this is a cleaner approach than trying to deal with emacs package metadata.
Fixes #261 and fixes #262.

@jcs090218
Copy link
Member

jcs090218 commented Feb 16, 2024

Can you fix the version in the header?

- ;; Package-Requires: ((emacs "27.2") (s "1.12.0") (dash "2.19.1") (editorconfig "0.8.2") (jsonrpc "1.0.23"))
+ ;; Package-Requires: ((emacs "27.2") (s "1.12.0") (dash "2.19.1") (editorconfig "0.8.2") (jsonrpc "1.0.14"))

Thanks!

@jkl1337 jkl1337 force-pushed the main branch 3 times, most recently from ac4d54d to 6961208 Compare February 16, 2024 18:54
jsonrpc :events-buffer-scrollback-size slot is deprecated. Try
using the new slot (:events-buffer-config) and fallback to the old
way if that fails.
Copy link
Collaborator

@emil-vdw emil-vdw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very clean. Thanks!

@emil-vdw emil-vdw merged commit 7a45181 into copilot-emacs:main Feb 17, 2024
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

Successfully merging this pull request may close these issues.

PR #259 breaks startup Latest commit (f8283e4) causes runtime exception: (wrong-type-argument package-desc nil)

3 participants