Replies: 1 comment 1 reply
-
|
Yes, it was me, and it is a bug. This |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Running emacs 27 on Devuan chimaera (=~ Debian Bullseye), I installed eglot via M-x list-packages and "ccls" with "apt install ccls".
I then do "M-x eglot" in a buffer full of C++. The minibuffer says
[eglot] Connected! Server 'ccls' now managing `(c-mode c-ts-mode c++-mode c++-ts-mode objc-mode)' buffers in project 'crawl'.
(the above is a bit edited because it has literal backticks in...)
which is encouraging, but if I move point over any bit of the program it says "eldoc error: (void-fuction (setf plist-get))".
I tried replacing my .emacs with one which just reads
I asked for help on r/emacs and was advised to install emacs 32 (so I did, and it works) but someone said it should work on emacs 27, please report a bug.
Beta Was this translation helpful? Give feedback.
All reactions