diff options
| author | Andreas Schwab | 2015-08-23 13:43:34 +0200 |
|---|---|---|
| committer | Andreas Schwab | 2015-08-23 16:33:39 +0200 |
| commit | 6b1765e05db432007ede6f1af3744e71063a728b (patch) | |
| tree | f8e0b1cf2b8238a292b6896cf664079765f53861 /etc | |
| parent | 0b0c9565d050bfecc581b342c40b719917395896 (diff) | |
| download | emacs-6b1765e05db432007ede6f1af3744e71063a728b.tar.gz emacs-6b1765e05db432007ede6f1af3744e71063a728b.zip | |
Revert "Extend ‘format’ to translate curved quotes"
This reverts commit 244c801689d2f7a80480d83cd7d092d4762ebe08.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 13 |
1 files changed, 0 insertions, 13 deletions
| @@ -910,19 +910,6 @@ denied" instead of "permission denied". The old behavior was problematic | |||
| 910 | in languages like German where downcasing rules depend on grammar. | 910 | in languages like German where downcasing rules depend on grammar. |
| 911 | 911 | ||
| 912 | +++ | 912 | +++ |
| 913 | ** ‘format’ now replaces curved single quotes. | ||
| 914 | That is, it replaces strings' curved single quotes (also known as | ||
| 915 | curly quotes) as per the value of the new custom variable | ||
| 916 | ‘text-quoting-style’: ‘curve’ means replace curved quotes with | ||
| 917 | themselves ‘like this’, ‘straight’ means use straight apostrophes | ||
| 918 | 'like this', ‘grave’ means use grave accent and apostrophe `like | ||
| 919 | this', and nil (default) means use curved quotes if displayable and | ||
| 920 | grave accent and apostrophe otherwise. Because it now may be used | ||
| 921 | in many contexts where it's a no-op, ‘format’ is no longer required to | ||
| 922 | create a string, and may return its first argument if the argument | ||
| 923 | already has the correct value. | ||
| 924 | |||
| 925 | +++ | ||
| 926 | ** New ‘format’ flag ‘q’ | 913 | ** New ‘format’ flag ‘q’ |
| 927 | The new ‘q’ flag causes ‘format’ to quote the output representation as | 914 | The new ‘q’ flag causes ‘format’ to quote the output representation as |
| 928 | per the value of ‘text quoting-style’. E.g., (format "%qs failed" | 915 | per the value of ‘text quoting-style’. E.g., (format "%qs failed" |