Re: Mixed L2R and R2L paragraphs and horizontal scroll
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.emacs.bidi,gmane.emacs.devel |
|---|---|
| Message-ID | <[email protected]> |
> Date: Mon, 01 Feb 2010 09:34:53 +0100 > From: martin rudalics <[email protected]> > CC: [email protected], [email protected] > > It might be probably interesting for a user to dynamically switch during > typing whether a buffer should be dominantly displayed as R2L or L2R. I already implemented such a feature: a per-buffer variable that forces all paragraphs to be either L2R or R2L. A value of `nil' means the direction of each paragraph is dynamically determined by applying the rules described in the Unicode Standard Annex 9 (UAX#9).