bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#60454: 30.0.50; `format-message' does not allow displaying "`" and "


From: Gregory Heytings
Subject: bug#60454: 30.0.50; `format-message' does not allow displaying "`" and "'" verbatim
Date: Sat, 31 Dec 2022 15:42:44 +0000



Would it be possible to introduce some kind of escape mechanism in `format-message' to produce literal "'" and "`" when needed?


Just let-bind text-quoting-style:

(let ((text-quoting-style 'grave))
  (format-message "foo `bar' baz"))






reply via email to

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