emacs-fsharp-mode icon indicating copy to clipboard operation
emacs-fsharp-mode copied to clipboard

Eglot does not start

Open sonicpro opened this issue 5 months ago • 0 comments

Description

When in fsharp-mode, running M-x eglot thows an error.

Repro steps

Installed eglot-fsharp 2.0 and eglot-fsharp-mode 2.0 from melpa. Using the following init file (excerpt):

(require 'eglot-fsharp)
(require 'fsharp-mode)
(setq-default fsharp-indent-offset 2)
  1. Open a fsharp file with .fsx extension.

  2. Start eglot by M-x eglot.

Expected behavior

Eglot should connect to a language server.

Actual behavior

Fsautocomplete language server installs. Then occurs an error. See it on the third line:

Contacting host: azuresearch-usnc.nuget.org:443
Installing fsautocomplete version 0.70.1
slot-missing: Invalid slot name: "#<eglot-fsautocomplete eglot-fsautocomplete-1581f6d1f996>", :events-buffer-config
Quit 

Eglot does not start.

Related information

  • Ubuntu 22 on WSL
  • Emacs version 28.3
  • .NET Runtime 8.0.201

sonicpro avatar Mar 06 '24 14:03 sonicpro