On Mon, Jan 08, 2001 at 01:42:57PM +0100, Juergen Vigna wrote:
> > If there are more than one paragraphs then the column must be a fixed width
> > column, in which case the test GetPWidth(cell).empty() fails, so LyX doesn't
> > write the \R{}. However, the \selectlanguage{} commands between the
> > paragraph will cause the correct text direction for the text.
> >
>
> Excuse my ignorance of RTL, but is this \R{} only needed for cells which
> don't have a fixed lenght? If not why do you have to do this extra stuff
> here if it's already done in the output of the insettext?
This is a bug in the Hebrew Latex: you need to put \R{} around each Hebrew
non-fixed length cell, otherwise the text appears LTR.
This is not needed for fixed length cells.
> > Just press ctrl+down several times: The selection always contain the column
> > from which the selection started!
>
> This doesn't seem very natural to me, does it? But I will bow my head if
> other think the same, but for the time being I would let it like this and
> see what users say about it.
Having 2 dummy positions per cell is inconsistent. We should either have
one position per cell or four, so we will have the same behavior for selecting
columns and selecting rows. Given this two choices, the first choice seems a
lot better.
Also, note that having only one dummy position simplifies the code, as
the InsetTabular::cursor member will no longer be needed.