From 4cc60b9b857810d8229c600b96f440d5b798345a Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 28 Jul 2011 20:18:25 +0300 Subject: 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. --- etc/NEWS | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/NEWS b/etc/NEWS index ffce9da51e..7b5d81b613 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -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 -- cgit v1.2.3