From: Allen Li <darkfeline@felesatra.moe>
To: 65161@debbugs.gnu.org
Subject: bug#65161: [PATCH] Fix redundant spaces in eglot.el
Date: Tue, 8 Aug 2023 16:54:54 -0700 [thread overview]
Message-ID: <CADbSrJyeks4JakKsci6aR4XSsXB85+Xx8x2=fgev8GkyOB-wyQ@mail.gmail.com> (raw)
[-- 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
next reply other threads:[~2023-08-08 23:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-08 23:54 Allen Li [this message]
2023-08-09 13:16 ` bug#65161: [PATCH] Fix redundant spaces in eglot.el 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='CADbSrJyeks4JakKsci6aR4XSsXB85+Xx8x2=fgev8GkyOB-wyQ@mail.gmail.com' \
--to=darkfeline@felesatra.moe \
--cc=65161@debbugs.gnu.org \
/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).