emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#59653: closed (29.0.50; [PATCH] eglot: Add missing space to prompt s


From: GNU bug Tracking System
Subject: bug#59653: closed (29.0.50; [PATCH] eglot: Add missing space to prompt string)
Date: Mon, 28 Nov 2022 14:45:02 +0000

Your message dated Mon, 28 Nov 2022 06:44:12 -0800
with message-id 
<CADwFkm=t_QYx=2zf4oN_8yeYqhQQV7a0o5pupiC3QGx3fOctJw@mail.gmail.com>
and subject line Re: bug#59653: 29.0.50; [PATCH] eglot: Add missing space to 
prompt string
has caused the debbugs.gnu.org bug report #59653,
regarding 29.0.50; [PATCH] eglot: Add missing space to prompt string
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
59653: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59653
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: 29.0.50; [PATCH] eglot: Add missing space to prompt string Date: Mon, 28 Nov 2022 11:14:53 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50
Hi all,

may I suggest this small change to eglot.el:

--8<---------------cut here---------------start------------->8---
diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el
index 7755353396..e104166675 100644
--- a/lisp/progmodes/eglot.el
+++ b/lisp/progmodes/eglot.el
@@ -166,7 +166,7 @@ eglot-alternatives
                (cond ((cdr available)
                       (cdr (assoc
                             (completing-read
-                             "[eglot] More than one server executable 
available:"
+                             "[eglot] More than one server executable 
available: "
                              (mapcar #'car available)
                              nil t nil nil (car (car available)))
                             available #'equal)))
--8<---------------cut here---------------end--------------->8---

Best, Arash



--- End Message ---
--- Begin Message --- Subject: Re: bug#59653: 29.0.50; [PATCH] eglot: Add missing space to prompt string Date: Mon, 28 Nov 2022 06:44:12 -0800
Arash Esbati <arash@gnu.org> writes:

> may I suggest this small change to eglot.el:
>
> --8<---------------cut here---------------start------------->8---
> diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el
> index 7755353396..e104166675 100644
> --- a/lisp/progmodes/eglot.el
> +++ b/lisp/progmodes/eglot.el
> @@ -166,7 +166,7 @@ eglot-alternatives
>                 (cond ((cdr available)
>                        (cdr (assoc
>                              (completing-read
> -                             "[eglot] More than one server executable 
> available:"
> +                             "[eglot] More than one server executable 
> available: "
>                               (mapcar #'car available)
>                               nil t nil nil (car (car available)))
>                              available #'equal)))
> --8<---------------cut here---------------end--------------->8---
>
> Best, Arash

Thanks, fixed in commit 5b325a03c5.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]