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

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

bug#32507: 27.0.50; text-quoting-style


From: Eli Zaretskii
Subject: bug#32507: 27.0.50; text-quoting-style
Date: Thu, 23 Aug 2018 16:52:57 +0300

> From: Helmut Eller <eller.helmut@gmail.com>
> Date: Thu, 23 Aug 2018 12:58:30 +0200
> 
> There is no option to disable quote substitution in format-message.  In
> other words, there should be a value for text-quoting-style for which
> the following assertion does not fail:
> 
> (let* (;(text-quoting-style '<something>)
>        (x "'`´‘’‚“”„")
>        (y (format-message x)))
>   (cl-assert (equal x y)))

Seems to work for me with <something> == grave.





reply via email to

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