unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Danny Freeman via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: 62449@debbugs.gnu.org
Subject: bug#62449: Add clojure-ts-mode to eglot server programs
Date: Sat, 25 Mar 2023 15:16:46 -0400	[thread overview]
Message-ID: <87bkkg7i56.fsf@dfreeman.email> (raw)

[-- 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


             reply	other threads:[~2023-03-25 19:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-25 19:16 Danny Freeman via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
2023-03-29 12:13 ` bug#62449: Add clojure-ts-mode to eglot server programs Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87bkkg7i56.fsf@dfreeman.email \
    --to=bug-gnu-emacs@gnu.org \
    --cc=62449@debbugs.gnu.org \
    --cc=danny@dfreeman.email \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).