In article <[EMAIL PROTECTED]>, Nadim Shaikli <[EMAIL PROTECTED]> writes: > I'm a bit lost - how does the 'emacs-bidi' tagged code in CVS differ > from the work TAKAHASHI Naoto[1] and Kenichi Handa had done ? Have > all the efforts been unified now to what is in CVS (sure hope so). > Is there a unified emacs-bidi webpage (not sure if m17n's has been > updated of late).
The work in the old emacs-bidi involved the following: (1) Reordering characters (bidi.el) (2) Caching re-ordered glyphs (bidi.c and xdisp.c) (3) Reversing a line orientation (xterm.c), i.e. set the beginning of line at the right edge of a window. In the CVS version, (1) Reordering and caching are replaced by Eli's new code. (2) Reversing a line orientation is not yet mereged in. I'll work on (2) soon, but for the moment, we must concentrate on making (1) work. --- Ken'ichi HANDA [EMAIL PROTECTED] _______________________________________________ Developer mailing list [EMAIL PROTECTED] http://lists.arabeyes.org/mailman/listinfo/developer

