From: Eli Zaretskii <eliz@gnu.org>
To: "Thomas Voss" <mail@thomasvoss.com>
Cc: 73472@debbugs.gnu.org, joaotavora@gmail.com
Subject: bug#73472: [PATCH] Substitute quotation marks in Eglot messages
Date: Thu, 26 Sep 2024 08:52:06 +0300 [thread overview]
Message-ID: <86ldzfarnd.fsf@gnu.org> (raw)
In-Reply-To: <D4FKA541H8EA.1TOSE0BAG5R78@thomasvoss.com> (mail@thomasvoss.com)
> Date: Wed, 25 Sep 2024 20:03:20 +0200
> From: "Thomas Voss" <mail@thomasvoss.com>
> Cc: <73472@debbugs.gnu.org>
>
> Not sure why I didn’t think of this when creating the patch, but it’s
> probably a much better idea to change this:
>
> (substitute-quotes (apply #'format format args))
>
> to this:
>
> (apply #'format (substitute-quotes format) args)
>
> This limits the scope of the substitution to just the format strings,
> where we know no funny business is going on.
That is of course better, but do we indeed know that format will never
use quote characters for something that is not quoting?
I think the caller should itself use substitute-quotes where
appropriate.
And I'd like to hear João's opinion as well.
next prev parent reply other threads:[~2024-09-26 5:52 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-25 14:03 bug#73472: [PATCH] Substitute quotation marks in Eglot messages Thomas Voss via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-09-25 16:01 ` Eli Zaretskii
2024-09-25 18:03 ` Thomas Voss via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-09-26 5:52 ` Eli Zaretskii [this message]
2024-09-26 6:11 ` João Távora
2024-10-05 10:14 ` Eli Zaretskii
2024-10-05 12:48 ` João Távora
2024-10-07 8:12 ` Thomas Voss via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-10-07 11:32 ` Eli Zaretskii
2024-10-19 7:07 ` Eli Zaretskii
2024-10-19 8:33 ` Thomas Voss via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-10-21 21:58 ` Thomas Voss via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-11-09 9:09 ` Eli Zaretskii
2024-11-09 9:20 ` Thomas Voss via Bug reports for GNU Emacs, the Swiss army knife of text editors
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=86ldzfarnd.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=73472@debbugs.gnu.org \
--cc=joaotavora@gmail.com \
--cc=mail@thomasvoss.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.