emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bidi-display-reordering will soon become t


From: Eli Zaretskii
Subject: bidi-display-reordering will soon become t
Date: Sat, 23 Jul 2011 11:38:47 +0300

The current plan is to turn on the bidi reordering by default before
the end of the month, and then go into pretest.

I committed today a series of changes that are supposed to avoid some
significant slow-down of cursor motion and scrolling in buffers with
strict left-to-right text when bidi reordering is turned on.

I would appreciate if users who don't normally do that could run the
current trunk with the `--eval "(setq-default bidi-display-reordering t)"'
command-line argument in your usual day-to-day usage patterns, and report
any problems you see.  This would give us a preview of the kind of outcry
that will happen when the reordering is turned on by default ;-).

If you do that and see some unusual effects, please check whether the
same happens without bidi reordering, by turning it off in the
affected buffer(s), like this:

  M-: (setq bidi-display-reordering nil) RET

To turn back on, type this:

  M-: (setq bidi-display-reordering t) RET

bidi-display-reordering is a buffer-local variable, so if several
buffers are involved, you need to turn it off in each one of them.

Reordering of display strings is controlled by the value of
bidi-display-reordering of the strings' parent buffer.  Reordering of
strings unrelated to buffers, such as text that appears in the mode
line, is controlled by the default value of bidi-display-reordering,
so you will need to use setq-default instead.

TIA



reply via email to

[Prev in Thread] Current Thread [Next in Thread]