all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#59589: [PATCH] eglot-server-programs: ts-mode -> typescript-ts-mode
@ 2022-11-26  2:18 Brian Leung
  2022-11-26  8:24 ` Stefan Kangas
  0 siblings, 1 reply; 2+ messages in thread
From: Brian Leung @ 2022-11-26  2:18 UTC (permalink / raw)
  To: 59589

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

Tags: patch





In GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, X toolkit, cairo
version 1.16.0, Xaw3d scroll bars)
Repository revision: 75101583c3f645aa845fb78f88b02eae92bfdc44
Repository branch: master
Windowing system distributor 'The X.Org Foundation', version 11.0.12014000
System Description: NixOS 23.05 (Stoat)

Configured using:
 'configure
 --prefix=/nix/store/kbm7ilrcpw264035s9c9725kdg8nsnva-emacs-git-20221125.0
 --disable-build-details --with-modules --with-x-toolkit=lucid
 --with-xft --with-cairo --with-native-compilation'


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

From f42667b1cff422eb67f36c93632731f2630f88fe Mon Sep 17 00:00:00 2001
From: Brian Leung <leungbk@posteo.net>
Date: Fri, 25 Nov 2022 18:16:52 -0800
Subject: [PATCH] eglot-server-programs: ts-mode -> typescript-ts-mode

* lisp/progmodes/eglot.el (eglot-server-programs): Change.
---
 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 a0fb253e10..120d4feb95 100644
--- a/lisp/progmodes/eglot.el
+++ b/lisp/progmodes/eglot.el
@@ -190,7 +190,7 @@ eglot-server-programs
                                 ((js-json-mode json-mode json-ts-mode)
                                  . ,(eglot-alternatives '(("vscode-json-language-server" "--stdio")
                                                           ("json-languageserver" "--stdio"))))
-                                ((js-mode ts-mode typescript-mode)
+                                ((js-mode typescript-ts-mode typescript-mode)
                                  . ("typescript-language-server" "--stdio"))
                                 ((bash-ts-mode sh-mode) . ("bash-language-server" "start"))
                                 ((php-mode phps-mode)
-- 
2.38.1


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

* bug#59589: [PATCH] eglot-server-programs: ts-mode -> typescript-ts-mode
  2022-11-26  2:18 bug#59589: [PATCH] eglot-server-programs: ts-mode -> typescript-ts-mode Brian Leung
@ 2022-11-26  8:24 ` Stefan Kangas
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Kangas @ 2022-11-26  8:24 UTC (permalink / raw)
  To: Brian Leung, 59589-done

Brian Leung <leungbk@posteo.net> writes:

> From f42667b1cff422eb67f36c93632731f2630f88fe Mon Sep 17 00:00:00 2001
> From: Brian Leung <leungbk@posteo.net>
> Date: Fri, 25 Nov 2022 18:16:52 -0800
> Subject: [PATCH] eglot-server-programs: ts-mode -> typescript-ts-mode
>
> * lisp/progmodes/eglot.el (eglot-server-programs): Change.

Thanks, installed as commit 372f8c5bff.





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

end of thread, other threads:[~2022-11-26  8:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-26  2:18 bug#59589: [PATCH] eglot-server-programs: ts-mode -> typescript-ts-mode Brian Leung
2022-11-26  8:24 ` Stefan Kangas

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.