Re: improving bidi documents display
Miles Bader <[email protected]> Mon, 28 Feb 2011 10:10:07 +0900
| Newsgroups | gmane.emacs.devel,gmane.emacs.bidi |
|---|---|
| Message-ID | <[email protected]> |
Eli Zaretskii <[email protected]> writes: >> Another idea would be to allow a text property to override the character >> type. > > Overlay, not text property. The latter modifies the buffer, which is > not what you want in this case. Wouldn't this sort of property potentially affect lots of text in the buffer? Overlays are not a good choice for such a thing, and the overlay interface is generally worse for things which really are text properties, which these seem to be... Text-properties could be used `with-silent-modifications' or some-such to avoid buffer modification, as is usually done with fortification. -Miles -- Logic, n. The art of thinking and reasoning in strict accordance with the limitations and incapacities of the human misunderstanding.