> From: Mohsen BANAN <[email protected]> > Date: Mon, 25 Apr 2011 10:31:57 -0700 > Cc: [email protected] > > My mixed language text generated with emacs > displays inconsistently in firefox vs emacs24. > > For example when I write: > > اسم کوچک من محسن Mohsen و اسم خانوادگى من بنان > Banan است. > > > My first name is Mohsen محسن and my last name is > Banan بنان.
Did you (setq bidi-display-reordering t) in the buffer where this is displayed? Without that, the bidirectional reordering does not happen. (Some day, this will be on by default, but not yet.) _______________________________________________ emacs-bidi mailing list [email protected] https://lists.gnu.org/mailman/listinfo/emacs-bidi
