From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bidi,gmane.emacs.devel Subject: Re: Re: Arabic support Date: Wed, 01 Sep 2010 00:58:59 -0400 Message-ID: References: <83bp8oml9c.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1283317147 22456 80.91.229.12 (1 Sep 2010 04:59:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 1 Sep 2010 04:59:07 +0000 (UTC) Cc: emacs-bidi@gnu.org, emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-bidi-bounces+gnu-emacs-bidi=m.gmane.org@gnu.org Wed Sep 01 06:59:05 2010 Return-path: Envelope-to: gnu-emacs-bidi@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OqfPc-000484-IX for gnu-emacs-bidi@m.gmane.org; Wed, 01 Sep 2010 06:59:04 +0200 Original-Received: from localhost ([127.0.0.1]:52173 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OqfPb-0005vB-MR for gnu-emacs-bidi@m.gmane.org; Wed, 01 Sep 2010 00:59:03 -0400 Original-Received: from [199.232.76.173] (port=36638 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OqfPZ-0005uw-RK for emacs-bidi@gnu.org; Wed, 01 Sep 2010 00:59:01 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1OqfPY-0000q7-Lv for emacs-bidi@gnu.org; Wed, 01 Sep 2010 00:59:01 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:34967) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1OqfPY-0000q3-GA; Wed, 01 Sep 2010 00:59:00 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OqfPX-0008NB-4f; Wed, 01 Sep 2010 00:58:59 -0400 In-reply-to: (message from Kenichi Handa on Wed, 01 Sep 2010 11:55:38 +0900) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-bidi@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion of Emacs support for multi-directional text." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-bidi-bounces+gnu-emacs-bidi=m.gmane.org@gnu.org Errors-To: emacs-bidi-bounces+gnu-emacs-bidi=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bidi:786 gmane.emacs.devel:129529 Archived-At: > From: Kenichi Handa > Cc: eliz@gnu.org, emacs-bidi@gnu.org, emacs-devel@gnu.org > Date: Wed, 01 Sep 2010 11:55:38 +0900 > > In Emacs, the column number affects when a user types C-n > (or C-p) to go to (roughly) the same x-position of the next > (or previous) line. So, the column number should reflects > the x-position, and for that, zero-width combining > characters should not be counted into the column number. But does the implementation of current-column, move-to-column and friends support that? Perhaps I'm missing something, but my reading of current_column_1 and its subroutines is that it only supports display strings, composed characters, and display tables. Do zero-width characters use any of these mechanisms?