diff options
| author | Paul Eggert | 2015-09-02 13:55:41 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-09-02 13:57:56 -0700 |
| commit | a9706c6cc16baeaf49b1dfc4badc0254870c449d (patch) | |
| tree | 3b37655e0942c7d1e607a61dd14859456f3df6ae /etc | |
| parent | fa5a9c7bae6d484107162641d16b1b38312ac225 (diff) | |
| download | emacs-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/NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -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 |
| 1114 | of the Emacs process to binary I/O mode. | 1114 | of 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 |
| 1117 | are installed in standard-display-table. | 1117 | if the locale cannot display curved quotes, or if text-quoting-style |
| 1118 | initially 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 |
| 1120 | standard-display-table, and encode output using locale-coding-system. | 1121 | standard-display-table, and encode output using locale-coding-system. |