On Tue, Feb 16, 2010 at 01:18:32AM +0100, Youssef Chahibi wrote: > ---------- Forwarded message ---------- > From: Rudolf Bahr <[email protected]> > Date: 2010/2/13 > Subject: VIM with mutt to write arabic-german mails > To: [email protected] > > > > I'm interested in writing arabic-german bilingually mixed mails using > VIM and MUTT. > Your VIM-page is relatively old. Is there someone who works on that topic?
You can use `:set arabic` and `:set noarabic` to switch back and forth between Arabic mode, but note that in the Arabic mode everything will show RTL including Latin-based scripts, this doesn't affect the actual text content though and it'll show properly elsewhere. A better solution is to use Arabic capable terminal (mlterm or pterm AFAIK) and then no special vim support is needed. Regards, Khaled -- Khaled Hosny Arabic localiser and member of Arabeyes.org team Free font developer _______________________________________________ Developer mailing list [email protected] http://lists.arabeyes.org/mailman/listinfo/developer

