emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 c68a091: Note the quote translation in `message'


From: Alan Mackenzie
Subject: [Emacs-diffs] emacs-25 c68a091: Note the quote translation in `message' in section "incompatible changes".
Date: Tue, 03 May 2016 20:36:42 +0000

branch: emacs-25
commit c68a09107c1f7459c626d38be5e0e991912e57ec
Author: Alan Mackenzie <address@hidden>
Commit: Alan Mackenzie <address@hidden>

    Note the quote translation in `message' in section "incompatible changes".
    
    * etc/NEWS: Note that `message' translates quotes, that the translation
    cannot be disabled, and that `format' can be used to get the old
    behavior back.
---
 etc/NEWS |    7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/etc/NEWS b/etc/NEWS
index 21ebba5..dbc2944 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1476,6 +1476,13 @@ display of diagnostics and help, but not of info.  As 
the variable is
 not intended for casual use, it is not a user option.
 
 +++
+** `message' now translates various sorts of single quotes in its
+format string according to the value of `text-quoting-style' (see
+above).  This translation cannot be disabled.  To get the old
+behavior of `message', use `format', which is not affected by
+`text-quoting-style', e.g. (message "%s" (format "...." foo bar)).
+
++++
 ** substitute-command-keys now replaces quotes.
 That is, it converts documentation strings' quoting style as per the
 value of 'text-quoting-style'.  Doc strings in source code can use



reply via email to

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