GNU bug report logs -
#59653
29.0.50; [PATCH] eglot: Add missing space to prompt string
Previous Next
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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 59653 in the body.
You can then email your comments to 59653 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#59653
; Package
emacs
.
(Mon, 28 Nov 2022 10:20:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Arash Esbati <arash <at> gnu.org>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Mon, 28 Nov 2022 10:20:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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
Reply sent
to
Stefan Kangas <stefankangas <at> gmail.com>
:
You have taken responsibility.
(Mon, 28 Nov 2022 14:45:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Arash Esbati <arash <at> gnu.org>
:
bug acknowledged by developer.
(Mon, 28 Nov 2022 14:45:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 59653-done <at> debbugs.gnu.org (full text, mbox):
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.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 27 Dec 2022 12:24:07 GMT)
Full text and
rfc822 format available.
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.