unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: master c833b291f5: Ignore errors when shutting down all LSP servers (bug#59146)
       [not found] ` <20221110171805.ED5FCC0E4C9@vcs2.savannah.gnu.org>
@ 2022-11-10 17:50   ` Stefan Monnier
  0 siblings, 0 replies; only message in thread
From: Stefan Monnier @ 2022-11-10 17:50 UTC (permalink / raw)
  To: emacs-devel; +Cc: Evgeni Kolev

> +           do (with-demoted-errors "[eglot] shutdown all: %s"
> +                (cl-loop for s in ss do (eglot-shutdown s nil nil preserve-buffers)))))

In the vast majority of format strings where you an arbitrary ELisp
object other than a symbol or a string or a number the better choice is
`%S` rather than `%s`.


        Stefan




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-10 17:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <166810068564.18076.17841328188170423765@vcs2.savannah.gnu.org>
     [not found] ` <20221110171805.ED5FCC0E4C9@vcs2.savannah.gnu.org>
2022-11-10 17:50   ` master c833b291f5: Ignore errors when shutting down all LSP servers (bug#59146) Stefan Monnier

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).