diff options
author | Eli Zaretskii <eliz@gnu.org> | 2011-07-28 20:18:25 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2011-07-28 20:18:25 +0300 |
commit | 4cc60b9b857810d8229c600b96f440d5b798345a (patch) | |
tree | 722ba06db078048e09c50ada5ea290f74c83c30f /etc | |
parent | 66606eea1f69d1b35dfc006c2901f2c7ca08d487 (diff) |
Turn on bidi-display-reordering by default.
src/buffer.c (init_buffer_once, syms_of_buffer): Set
bidi-display-reordering to t by default.
doc/emacs/mule.texi (Bidirectional Editing): Document the fact that
bidi-display-reordering is t by default.
lispref/display.texi (Bidirectional Display): Document the fact that
bidi-display-reordering is t by default.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -173,8 +173,11 @@ in your ~/.authinfo file instead. See the node "Bidirectional Editing" in the Emacs Manual for some additional documentation. -To turn this on in any given buffer, set the buffer-local variable -`bidi-display-reordering' to a non-nil value. The default is nil. +To turn this off in any given buffer, set the buffer-local variable +`bidi-display-reordering' to a nil value. The default is t. For text +that includes no right-to-left characters, the result of reordering +looks exactly as it did in previous versions, i.e. there's no +reordering at all. The buffer-local variable `bidi-paragraph-direction', if non-nil, forces each paragraph in the buffer to have its base direction |