unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#65161: [PATCH] Fix redundant spaces in eglot.el
@ 2023-08-08 23:54 Allen Li
  2023-08-09 13:16 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Allen Li @ 2023-08-08 23:54 UTC (permalink / raw)
  To: 65161


[-- Attachment #1.1: Type: text/plain, Size: 121 bytes --]

Attached a simple patch to remove some odd spaces in eglot.el.  Apologies
in advance if these spaces are somehow magical

[-- Attachment #1.2: Type: text/html, Size: 144 bytes --]

[-- Attachment #2: 0001-eglot-Remove-redundant-extra-spaces-in-lisp-code.patch --]
[-- Type: text/x-patch, Size: 1268 bytes --]

From ef5669426ee82611a2d06aa862f1d1a3f4f1b0ba Mon Sep 17 00:00:00 2001
From: Allen Li <ayatane@google.com>
Date: Tue, 8 Aug 2023 16:45:49 -0700
Subject: [PATCH] eglot: Remove redundant extra spaces in lisp code

* lisp/progmodes/eglot.el (eglot-server-programs): Remove spaces
---
 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 37875e3d7f1..6020f138887 100644
--- a/lisp/progmodes/eglot.el
+++ b/lisp/progmodes/eglot.el
@@ -219,7 +219,7 @@ eglot-server-programs
                                  . ("dart" "language-server"
                                     "--client-id" "emacs.eglot-dart"))
                                 ((elixir-mode elixir-ts-mode heex-ts-mode)
-                                 . ,(if (and (fboundp 'w32-shell-dos-semantics)                                             (w32-shell-dos-semantics))
+                                 . ,(if (and (fboundp 'w32-shell-dos-semantics) (w32-shell-dos-semantics))
                                         '("language_server.bat")
                                       '("language_server.sh")))
                                 (ada-mode . ("ada_language_server"))
-- 
2.41.0.640.ga95def55d0-goog


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

* bug#65161: [PATCH] Fix redundant spaces in eglot.el
  2023-08-08 23:54 bug#65161: [PATCH] Fix redundant spaces in eglot.el Allen Li
@ 2023-08-09 13:16 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2023-08-09 13:16 UTC (permalink / raw)
  To: Allen Li; +Cc: 65161-done

> From: Allen Li <darkfeline@felesatra.moe>
> Date: Tue, 8 Aug 2023 16:54:54 -0700
> 
> Attached a simple patch to remove some odd spaces in eglot.el.  Apologies in advance if these
> spaces are somehow magical

Thanks, I installed a slightly different patch, which just breaks the
long line in two.





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

end of thread, other threads:[~2023-08-09 13:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-08 23:54 bug#65161: [PATCH] Fix redundant spaces in eglot.el Allen Li
2023-08-09 13:16 ` Eli Zaretskii

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).