emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master c833b291f5: Ignore errors when shutting down all LSP servers


From: Stefan Monnier
Subject: Re: master c833b291f5: Ignore errors when shutting down all LSP servers (bug#59146)
Date: Thu, 10 Nov 2022 12:50:12 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

> +           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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]