Re: merge emacs-bidi into the main tree
[email protected] (Gerd Moellmann)
| Newsgroups | gmane.emacs.devel,gmane.emacs.bidi |
|---|---|
| Message-ID | <[email protected]> |
Richard Stallman <[email protected]> writes: > > IIRC, you were worried about the performance hit: the code as written > > in the display engine part required to disable all the optimizations > > and shortcuts that exist for the left-to-right languages, > > Does it disable the optimizations always, or only when there is > right-to-left text? AFAIR, most optimizations were disabled in buffers containing right-to-left text, so that this wouldn't be a problem for users who don't use right-to-left text in the first place.