GNU bug report logs - #69685
[PATCH] eglot: Add language server for Fennel

Previous Next

Package: emacs;

Reported by: Phil Hagelberg <phil <at> hagelb.org>

Date: Sat, 9 Mar 2024 23:38:01 UTC

Severity: normal

Tags: patch

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#69685: closed ([PATCH] eglot: Add language server for Fennel)
Date: Thu, 14 Mar 2024 09:54:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 14 Mar 2024 11:53:00 +0200
with message-id <86y1al9m2r.fsf <at> gnu.org>
and subject line Re: bug#69685: [PATCH] eglot: Add language server for Fennel
has caused the debbugs.gnu.org bug report #69685,
regarding [PATCH] eglot: Add language server for Fennel
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
69685: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69685
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Phil Hagelberg <phil <at> hagelb.org>
To: bug-gnu-emacs <at> gnu.org
Cc: Phil Hagelberg <phil <at> hagelb.org>
Subject: [PATCH] eglot: Add language server for Fennel
Date: Sat,  9 Mar 2024 15:36:11 -0800
* lisp/progmodes/eglot.el (eglot-server-programs): Add
fennel-ls language server.

Copyright-paperwork-exempt: yes
---
 lisp/progmodes/eglot.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el
index afe3281361d..4ffaf5f8a0e 100644
--- a/lisp/progmodes/eglot.el
+++ b/lisp/progmodes/eglot.el
@@ -294,6 +294,7 @@ eglot-server-programs
     (nickel-mode . ("nls"))
     ((nushell-mode nushell-ts-mode) . ("nu" "--lsp"))
     (gdscript-mode . ("localhost" 6008))
+    (fennel-mode . ("fennel-ls"))
     ((fortran-mode f90-mode) . ("fortls"))
     (futhark-mode . ("futhark" "lsp"))
     ((lua-mode lua-ts-mode) . ,(eglot-alternatives
-- 
2.39.2



[Message part 3 (message/rfc822, inline)]
From: Eli Zaretskii <eliz <at> gnu.org>
To: Phil Hagelberg <phil <at> hagelb.org>
Cc: 69685-done <at> debbugs.gnu.org
Subject: Re: bug#69685: [PATCH] eglot: Add language server for Fennel
Date: Thu, 14 Mar 2024 11:53:00 +0200
> Cc: Phil Hagelberg <phil <at> hagelb.org>
> From: Phil Hagelberg <phil <at> hagelb.org>
> Date: Sat,  9 Mar 2024 15:36:11 -0800
> 
> * lisp/progmodes/eglot.el (eglot-server-programs): Add
> fennel-ls language server.

Thanks, installed on the master branch and closing the bug.


This bug report was last modified 1 year and 104 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.