all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Kangas <stefankangas@gmail.com>
To: Arash Esbati <arash@gnu.org>, 59653-done@debbugs.gnu.org
Cc: "João Távora" <joaotavora@gmail.com>
Subject: bug#59653: 29.0.50; [PATCH] eglot: Add missing space to prompt string
Date: Mon, 28 Nov 2022 06:44:12 -0800	[thread overview]
Message-ID: <CADwFkm=t_QYx=2zf4oN_8yeYqhQQV7a0o5pupiC3QGx3fOctJw@mail.gmail.com> (raw)
In-Reply-To: <86mt8bmllu.fsf@gnu.org>

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.





      reply	other threads:[~2022-11-28 14:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-28 10:14 bug#59653: 29.0.50; [PATCH] eglot: Add missing space to prompt string Arash Esbati
2022-11-28 14:44 ` Stefan Kangas [this message]

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CADwFkm=t_QYx=2zf4oN_8yeYqhQQV7a0o5pupiC3QGx3fOctJw@mail.gmail.com' \
    --to=stefankangas@gmail.com \
    --cc=59653-done@debbugs.gnu.org \
    --cc=arash@gnu.org \
    --cc=joaotavora@gmail.com \
    /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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.