all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#62449: Add clojure-ts-mode to eglot server programs
@ 2023-03-25 19:16 Danny Freeman via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2023-03-29 12:13 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Danny Freeman via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2023-03-25 19:16 UTC (permalink / raw)
  To: 62449

[-- Attachment #1: Type: text/plain, Size: 262 bytes --]

Hello,

This patch adds clojure-ts-mode to eglot-serer-programs. Hoping it makes
it into the Emacs 29 release, but it won't be the end of the world if
it's too late.

For reference:
https://github.com/clojure-emacs/clojure-ts-mode

Thank you,
-- 
Danny Freeman


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Add-clojure-ts-mode-to-eglot-server-programs.patch --]
[-- Type: text/x-patch, Size: 1287 bytes --]

From 68763dcb78a41aaa0b306887a327f02bee7917bf Mon Sep 17 00:00:00 2001
From: dannyfreeman <danny@dfreeman.email>
Date: Sat, 25 Mar 2023 15:13:41 -0400
Subject: [PATCH] Add clojure-ts-mode to eglot-server-programs

* lisp/progmodes/eglot.el (eglot-server-programs): add clojure-ts-mode.
---
 lisp/progmodes/eglot.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el
index b690d15e242..76585d6e241 100644
--- a/lisp/progmodes/eglot.el
+++ b/lisp/progmodes/eglot.el
@@ -241,7 +241,7 @@ eglot-server-programs
                                                           ("css-languageserver" "--stdio"))))
                                 (html-mode . ,(eglot-alternatives '(("vscode-html-language-server" "--stdio") ("html-languageserver" "--stdio"))))
                                 ((dockerfile-mode dockerfile-ts-mode) . ("docker-langserver" "--stdio"))
-                                ((clojure-mode clojurescript-mode clojurec-mode)
+                                ((clojure-mode clojurescript-mode clojurec-mode clojure-ts-mode)
                                  . ("clojure-lsp"))
                                 ((csharp-mode csharp-ts-mode)
                                  . ,(eglot-alternatives
-- 
2.38.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#62449: Add clojure-ts-mode to eglot server programs
  2023-03-25 19:16 bug#62449: Add clojure-ts-mode to eglot server programs Danny Freeman via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2023-03-29 12:13 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2023-03-29 12:13 UTC (permalink / raw)
  To: Danny Freeman; +Cc: 62449-done

> Date: Sat, 25 Mar 2023 15:16:46 -0400
> From:  Danny Freeman via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
> 
> This patch adds clojure-ts-mode to eglot-serer-programs. Hoping it makes
> it into the Emacs 29 release, but it won't be the end of the world if
> it's too late.

Thanks, I installed this on the master branch.  Since clojure-ts-mode
is not part of Emacs, it didn't sound like urgent enough to try to get
it into Emacs 29.

Closing.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-29 12:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-25 19:16 bug#62449: Add clojure-ts-mode to eglot server programs Danny Freeman via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-29 12:13 ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.