Re: Handling invisible text in bidirectional display
martin rudalics <[email protected]>
| Newsgroups | gmane.emacs.devel,gmane.emacs.bidi |
|---|---|
| Message-ID | <[email protected]> |
> If ellipsis should be displayed instead of the invisible text, we will > now have two places with ellipsis: one instead of c, the other instead > of A. Presumably the problem with ellipses can be handled this way. Overlays with a before- or after-string could be handled by putting the before-string at the first displayed character (from the right probably for a before-string ...). But what should we do with overlays with a display property? martin