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: bidi and shaping problems in describe-input-method Date: Wed, 07 Mar 2012 06:05:19 +0200 Message-ID: <83aa3t9hts.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: dough.gmane.org 1331093156 25187 80.91.229.3 (7 Mar 2012 04:05:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 7 Mar 2012 04:05:56 +0000 (UTC) Cc: emacs-devel@gnu.org To: Mohsen BANAN Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 07 05:05:55 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1S588P-0006j8-8o for ged-emacs-devel@m.gmane.org; Wed, 07 Mar 2012 05:05:53 +0100 Original-Received: from localhost ([::1]:39212 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S588O-00058U-Kc for ged-emacs-devel@m.gmane.org; Tue, 06 Mar 2012 23:05:52 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:37145) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S588L-00057I-Ce for emacs-devel@gnu.org; Tue, 06 Mar 2012 23:05:50 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S588J-0006Uq-AT for emacs-devel@gnu.org; Tue, 06 Mar 2012 23:05:48 -0500 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:34835) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S588J-0006Uk-1x for emacs-devel@gnu.org; Tue, 06 Mar 2012 23:05:47 -0500 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0M0H00M00XZACE00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Wed, 07 Mar 2012 06:05:16 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.124.223.165]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M0H00LZOY0RZ3D0@a-mtaout22.012.net.il>; Wed, 07 Mar 2012 06:05:16 +0200 (IST) 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.172 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:148914 Archived-At: > From: Mohsen BANAN > Date: Tue, 06 Mar 2012 14:17:41 -0800 > > Try: > (describe-input-method 'arabic) > and then try: > (describe-input-method 'hebrew) > > In the case of 'arabic note how the entire > keyboard is flipped to the right. That's easy to fix. > The second problem is shaping related: > > Inside of a cell on the keyboard layout, when > there are two characters that can be joined, they > are joined -- be default. They should not be. How can one know when they should be joined and when not?