name | about | title | labels | assignees |
---|---|---|---|---|
🐞 Bug Report |
Something didn't function the way you expected it to |
- Server used:
- Emacs version:
- Operating system:
- Eglot version:
- Eglot installation method:
- Using Doom:
... Paste the events transcript here ... Try to start from the line that says
[client-request] (id:1) Sat Apr 10 21:40:09 2021:
(:jsonrpc "2.0" :id 1 :method "initialize" :params ...
... Paste the backtrace here ...
Debugger entered--Lisp error: (error "oh no")
signal(error ("oh no"))
error("oh no")
eval((error "oh no") nil)
pp-eval-expression((error "oh no"))
funcall-interactively(pp-eval-expression (error "oh no"))
call-interactively(pp-eval-expression nil nil)
command-execute(pp-eval-expression)
# Type this in a shell to start an Emacs with Eglot configured
$ /path/to/a/certain/version/of/emacs -Q -f package-initialize -L /path/to/git-cloned/eglot -l eglot.el
;; Example of a minimal configuration
;;
(add-to-list 'eglot-server-programs '(foo-mode "foo-server"))
(setq eglot-special-option-2000 '(foo bar with the airplane))
(some-clearly-identified-third-party-package)