Re: improving bidi documents display
Stefan Monnier <[email protected]> Thu, 03 Mar 2011 22:58:32 -0500
| Newsgroups | gmane.emacs.devel,gmane.emacs.bidi |
|---|---|
| Message-ID | <[email protected]> |
> This one's different, believe me: no other text property changes the
> _order_ of characters on display in creative ways. It could easily
> render the text illegible, under just the right circumstances. Other
> text properties are either non-intrusive, or are almost immediately
> fixed by JIT Lock, or are simply rare enough to not get in our way.
But isn't it the case that the properties we'd add in this case would
also be added via jit-lock? So they'd very naturally belong in
yank-excluded-properties.
Stefan