From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.bidi,gmane.emacs.devel Subject: Re: Handling invisible text in bidirectional display Date: Mon, 18 Jan 2010 20:09:14 +0900 Message-ID: References: <83y6jyat25.fsf@gnu.org> <83tyulbwl2.fsf@gnu.org> <83y6jw6p0m.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1263813363 1901 80.91.229.12 (18 Jan 2010 11:16:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 Jan 2010 11:16:03 +0000 (UTC) Cc: emacs-bidi@gnu.org, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-bidi-bounces+gnu-emacs-bidi=m.gmane.org@gnu.org Mon Jan 18 12:15:55 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.50) id 1NWpaK-0002MH-Fc for gnu-emacs-bidi@m.gmane.org; Mon, 18 Jan 2010 12:15:52 +0100 Original-Received: from localhost ([127.0.0.1]:37630 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NWpaL-0008FR-2D for gnu-emacs-bidi@m.gmane.org; Mon, 18 Jan 2010 06:15:53 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NWpU6-0004nn-Av for emacs-bidi@gnu.org; Mon, 18 Jan 2010 06:09:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NWpU1-0004kf-5b for emacs-bidi@gnu.org; Mon, 18 Jan 2010 06:09:25 -0500 Original-Received: from [199.232.76.173] (port=44399 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NWpU0-0004kU-Q2; Mon, 18 Jan 2010 06:09:20 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:38419) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NWpTy-00037I-Od; Mon, 18 Jan 2010 06:09:19 -0500 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id o0IB9FTN020733; Mon, 18 Jan 2010 20:09:15 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id o0IB9FOL002870; Mon, 18 Jan 2010 20:09:15 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id o0IB9EBd020466; Mon, 18 Jan 2010 20:09:14 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1NWpTu-00007B-Gc; Mon, 18 Jan 2010 20:09:14 +0900 In-Reply-To: (message from Eli Zaretskii on Mon, 18 Jan 2010 03:56:14 -0500) X-detected-operating-system: by monty-python.gnu.org: Solaris 9 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:462 gmane.emacs.devel:120195 Archived-At: In article , Eli Zaretskii writes: > > From: Kenichi Handa > > Cc: monnier@iro.umontreal.ca, emacs-bidi@gnu.org, emacs-devel@gnu.org > > Date: Mon, 18 Jan 2010 16:40:15 +0900 > > > > > I will also need to tell you how to find the necessary > > > information in the glyph row struct. > > > > Sorry, but I don't know that much about 'struct glyph_row'. > > All my work has been down without investigatng it in detail. > No need for any detailed investigation. There's a flag there now that > you will need to consult, it tells you whether the glyphs in the row > are reversed (for paragraphs whose base direction is R2L). That's > about it. (There are a few more flags and values in struct glyph, but > that can wait for later.) Ok, anyway I'll wait for your code being available by bzr. --- Kenichi Handa handa@m17n.org