On Fri, Jul 31, 2020 at 2:46 PM Catonano <[email protected]> wrote: > I'm playing with a toy project in #Racket > <https://functional.cafe/tags/Racket> > I'd like to use the lsp server… > how do I connect to it from my Emacs based client ? >
Just in case by "use the lsp server" you meant "set up Emacs to work on a Racket project" (rather than working *on* the lsp server or client), the generally preferred way to edit Racket in Emacs is with Greg Hendershott's Racket Mode (actually a package with a few major and minor modes): https://www.racket-mode.com -Philip -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/01000173f78714a6-5170a43f-d553-407e-89e8-db6db26d911e-000000%40email.amazonses.com.

