Re: Mixed L2R and R2L paragraphs and horizontal scroll
martin rudalics <[email protected]>
| Newsgroups | gmane.emacs.devel,gmane.emacs.bidi |
|---|---|
| Message-ID | <[email protected]> |
> Yes, and they were also flushed to the right. This is what the
> bidirectional display does.
With bidirectional display going to the end of the first line in the
first window you earlier proposed to show
+---------+---------+-------------------+
|$ijk |abcdefgh$|abcdefghijk |
|$HGFEDCBA|$HGFEDCBA| KJIHGFEDCBA|
| | | |
+---------+---------+-------------------+
Now moving in the first window to the end of the second line do you want
to display
+---------+---------+-------------------+
|$ijk |abcdefgh$|abcdefghijk |
| KJI$|$HGFEDCBA| KJIHGFEDCBA|
| | | |
+---------+---------+-------------------+
or
+---------+---------+-------------------+
|abcdefgh$|abcdefgh$|abcdefghijk |
| KJI$|$HGFEDCBA| KJIHGFEDCBA|
| | | |
+---------+---------+-------------------+
or something else?
martin