[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [emacs-bidi] bidi problems with Hello
From: |
Eli Zaretskii |
Subject: |
Re: [emacs-bidi] bidi problems with Hello |
Date: |
Fri, 07 May 2010 17:40:52 +0300 |
> Date: Fri, 7 May 2010 17:27:16 +0300
> From: Yair F <address@hidden>
> Cc: Emacs BIDI <address@hidden>
>
> bzr trunk has some odd bidi problems with HELLO file.
> 1. The RLM character is visible (This is not a bidi problem, but still
> is a problem).
> 2. There is an additinal parenthesis
> 3. The tabbing is incorrect
These all are because character compositions don't yet work with bidi
reordering. When they will, the RLM character will be composed with
the open parenthesis that follows it, and will become invisible. And
the extra close parenthesis will disappear. Alignment being incorrect
is a side effect of these two.
This is a known problem. Handa-san is helping me to resolve it.