From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Persian RTL problem Date: Sun, 25 Sep 2011 21:06:35 +0300 Message-ID: <83fwjk1opg.fsf@gnu.org> References: <87sjnl8e9i.fsf@m17n.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1316974038 20170 80.91.229.12 (25 Sep 2011 18:07:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 25 Sep 2011 18:07:18 +0000 (UTC) Cc: emacs-devel@gnu.org, handa@m17n.org To: mehran khajavi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 25 20:07:14 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R7t6g-0008Gd-4U for ged-emacs-devel@m.gmane.org; Sun, 25 Sep 2011 20:07:14 +0200 Original-Received: from localhost ([::1]:36788 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R7t6f-00069C-FW for ged-emacs-devel@m.gmane.org; Sun, 25 Sep 2011 14:07:13 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:42923) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R7t6c-000694-Fp for emacs-devel@gnu.org; Sun, 25 Sep 2011 14:07:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R7t6b-0004DD-Ap for emacs-devel@gnu.org; Sun, 25 Sep 2011 14:07:10 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:63194) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R7t6b-0004D9-2e for emacs-devel@gnu.org; Sun, 25 Sep 2011 14:07:09 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LS300M00BMOIQ00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Sun, 25 Sep 2011 21:06:37 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.228.8.215]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LS300M86BMZ11B0@a-mtaout20.012.net.il>; Sun, 25 Sep 2011 21:06:36 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.166 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:144284 Archived-At: > From: mehran khajavi > Date: Sun, 25 Sep 2011 21:07:56 +0330 > Cc: Kenichi Handa , emacs-devel@gnu.org > > wow great > it solved > but only with gtk+ screen, not from emacs -nw option! > any solution to get it work in terminal?! To have Arabic shaping in "emacs -nw", you need a terminal that supports Arabic shaping. Emacs cannot shape by itself when it works on a TTY, because TTYs support only single-character writes. I have no idea which terminals support shaping, sorry. If you find out, please post the information here, so we could include it in the relevant documentation.