GNU bug report logs - #59653
29.0.50; [PATCH] eglot: Add missing space to prompt string

Previous Next

Package: emacs;

Reported by: Arash Esbati <arash <at> gnu.org>

Date: Mon, 28 Nov 2022 10:20:02 UTC

Severity: normal

Tags: patch

Found in version 29.0.50

Done: Stefan Kangas <stefankangas <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Arash Esbati <arash <at> gnu.org>
Subject: bug#59653: closed (Re: bug#59653: 29.0.50; [PATCH] eglot: Add
 missing space to prompt string)
Date: Mon, 28 Nov 2022 14:45:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#59653: 29.0.50; [PATCH] eglot: Add missing space to prompt string

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 59653 <at> debbugs.gnu.org.

-- 
59653: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59653
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Stefan Kangas <stefankangas <at> gmail.com>
To: Arash Esbati <arash <at> gnu.org>, 59653-done <at> debbugs.gnu.org
Cc: João Távora <joaotavora <at> gmail.com>
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 <at> 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.

[Message part 3 (message/rfc822, inline)]
From: Arash Esbati <arash <at> gnu.org>
To: emacs-bugs <bug-gnu-emacs <at> gnu.org>
Subject: 29.0.50; [PATCH] eglot: Add missing space to prompt string
Date: Mon, 28 Nov 2022 11:14:53 +0100
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



This bug report was last modified 2 years and 173 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.