Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eglot does not start #338

Open
sonicpro opened this issue Mar 6, 2024 · 0 comments
Open

Eglot does not start #338

sonicpro opened this issue Mar 6, 2024 · 0 comments

Comments

@sonicpro
Copy link

sonicpro commented Mar 6, 2024

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

No branches or pull requests

1 participant