Re: bidi_level

2002-10-10 Thread Dekel Tsur
On Tue, Oct 08, 2002 at 07:17:38AM +0200, Andre Poenitz wrote: > > For LTR text, bidi_level = 0 > > For RTL text, bidi_level = 1 > > For LTR text inside RTL text, bidi_level = 2 > > And RTL in LTR? bidi_level = 1 > Is this for display only? Yes > And what does

Re: bidi_level

2002-10-07 Thread Andre Poenitz
handling: > > For LTR text, bidi_level = 0 > For RTL text, bidi_level = 1 > For LTR text inside RTL text, bidi_level = 2 And RTL in LTR? And other nestings? Is this for display only? And what does bidi_start mean? And waht is bidi_start = -1? Andre' -- Those who desire to give up Free

Re: bidi_level

2002-10-07 Thread Dekel Tsur
On Mon, Oct 07, 2002 at 05:36:18PM +0200, Andre Poenitz wrote: > > Could anybody please explain in simple words what this bidi stuff is good > for and how it works? It is related to RTL handling: For LTR text, bidi_level = 0 For RTL text, bidi_level = 1 For LTR text inside RTL text, b

bidi_level

2002-10-07 Thread Andre Poenitz
Could anybody please explain in simple words what this bidi stuff is good for and how it works? [I was just trying to fix the "cursor in front of displayed formula is broken" bug, but I do not even understand how it works in the "normal" case. This stuff is seriously broken...] Andre' -- Thos