Skip to content

Latest commit

 

History

History
142 lines (112 loc) · 5.66 KB

bug_report.md

File metadata and controls

142 lines (112 loc) · 5.66 KB
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:

LSP transcript - M-x eglot-events-buffer (mandatory unless Emacs inoperable)

... 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 ...

Backtrace (mandatory, unless no error message seen or heard):

... 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)

Minimal configuration (mandatory)

# 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)