aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2015-09-02 13:55:41 -0700
committerPaul Eggert2015-09-02 13:57:56 -0700
commita9706c6cc16baeaf49b1dfc4badc0254870c449d (patch)
tree3b37655e0942c7d1e607a61dd14859456f3df6ae /etc
parentfa5a9c7bae6d484107162641d16b1b38312ac225 (diff)
downloademacs-a9706c6cc16baeaf49b1dfc4badc0254870c449d.tar.gz
emacs-a9706c6cc16baeaf49b1dfc4badc0254870c449d.zip
Follow text-quoting-style in display table init
This attempts to fix a problem reported by Alan Mackenzie in: http://lists.gnu.org/archive/html/emacs-devel/2015-09/msg00112.html * doc/lispref/display.texi (Active Display Table): Mention how text-quoting-style affects it. * doc/lispref/help.texi (Keys in Documentation): Say how to set text-quoting-style in ~/.emacs. * etc/NEWS: Document the change. * lisp/startup.el (startup--setup-quote-display): Follow user preference if text-quoting-style is set. (command-line): Setup quote display again if user expresses a preference in .emacs.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c664e026d47..c2828c9db51 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1113,8 +1113,9 @@ integers.
1113** New function `set-binary-mode' allows to switch a standard stream 1113** New function `set-binary-mode' allows to switch a standard stream
1114of the Emacs process to binary I/O mode. 1114of the Emacs process to binary I/O mode.
1115 1115
1116** In locales that cannot display curved quotes, ASCII approximations 1116** ASCII approximations to curved quotes are put in standard-display-table
1117are installed in standard-display-table. 1117if the locale cannot display curved quotes, or if text-quoting-style
1118initially specifies a preference for ASCII.
1118 1119
1119** Standard output and error streams now transliterate characters via 1120** Standard output and error streams now transliterate characters via
1120standard-display-table, and encode output using locale-coding-system. 1121standard-display-table, and encode output using locale-coding-system.