fsharp / fsharp/emacs-fsharp-mode
Eglot does not start
- Dominant language
- Emacs Lisp
- Stars
- 215
- Forks
- 65
- PR merge metrics
- No merged PRs in 30d
Description
### 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: "#", :events-buffer-config
Quit
```
Eglot does not start.
### Related information
* Ubuntu 22 on WSL
* Emacs version 28.3
* .NET Runtime 8.0.201
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.