Re: New release of LSP server; LSP clients for Emacs and VSCodium available

2022-08-08 Thread Ricardo G. Herdt
Cool, many thanks Aleix! If I update the server, do I have to do something in order to it get it updated on homebrew, like adding some tag? Or you simply track the current master branch? Ricardo Am 08.08.2022 01:42 schrieb Aleix Conchillo Flaqué: Fantastic, thank you! I just packaged bot

Re: New release of LSP server; LSP clients for Emacs and VSCodium available

2022-08-08 Thread adriano
Il giorno dom, 07/08/2022 alle 16.42 -0700, Aleix Conchillo Flaqué ha scritto: > The plan is to make it easy for everyone on macOS to hack on Guile > using > either Emacs or VSCode. > > Aleix The possibility to work with Guile with VSCode would nothing short than revolutionary

Re: New release of LSP server; LSP clients for Emacs and VSCodium available

2022-08-07 Thread Aleix Conchillo Flaqué
Fantastic, thank you! I just packaged both scheme-json-rpc (as guile-json-rpc) and scheme-lsp-server (as guile-lsp-server) for homebrew-guile (https://github.com/aconchillo/homebrew-guile). Tests and executable seem to work (or not fail) but I haven't really tried it yet. The plan is to make it eas

Re: New release of LSP server; LSP clients for Emacs and VSCodium available

2022-08-05 Thread Jérémy Korwin-Zmijowski
Yo! Thank you Ricardo for your work on this ! Really like this project ! Jérémy Le 5 août 2022 22:07:56 GMT+02:00, "Ricardo G. Herdt" a écrit : >Short update: > >there was a problem concerning automatic installation of server, and some >other bugs. In case you tried to install the server or

Re: New release of LSP server; LSP clients for Emacs and VSCodium available

2022-08-05 Thread Ricardo G. Herdt
Short update: there was a problem concerning automatic installation of server, and some other bugs. In case you tried to install the server or the clients and it didn't work properly, please try out the new versions available. Ricardo Am 04.08.2022 00:32 schrieb Ricardo G. Herdt: Hi all, I

New release of LSP server; LSP clients for Emacs and VSCodium available

2022-08-03 Thread Ricardo G. Herdt
Hi all, I want to announce some releases related to LSP support for Scheme, focusing on Guile. * scheme-lsp-server 0.1.3 Besides bug fixes, here what's new: - scheme-lsp-server now selectively uses geiser code when doable. This is especially the case for Guile. The goal is to encourage myse