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 16:40:15 +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 1263800519 25862 80.91.229.12 (18 Jan 2010 07:41:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 Jan 2010 07:41:59 +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 08:41:51 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 1NWmFC-00068C-Ah for gnu-emacs-bidi@m.gmane.org; Mon, 18 Jan 2010 08:41:50 +0100 Original-Received: from localhost ([127.0.0.1]:33753 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NWmFD-0002fr-4I for gnu-emacs-bidi@m.gmane.org; Mon, 18 Jan 2010 02:41:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NWmDt-0001jy-V5 for emacs-bidi@gnu.org; Mon, 18 Jan 2010 02:40:30 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NWmDo-0001j1-A0 for emacs-bidi@gnu.org; Mon, 18 Jan 2010 02:40:29 -0500 Original-Received: from [199.232.76.173] (port=34940 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NWmDn-0001ir-6z; Mon, 18 Jan 2010 02:40:23 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:39125) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NWmDj-0000Kw-GF; Mon, 18 Jan 2010 02:40: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 o0I7eGSl000080; Mon, 18 Jan 2010 16:40:16 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id o0I7eFal016767; Mon, 18 Jan 2010 16:40:15 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id o0I7eFmZ029957; Mon, 18 Jan 2010 16:40:15 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1NWmDf-0006bP-1z; Mon, 18 Jan 2010 16:40:15 +0900 In-Reply-To: <83y6jw6p0m.fsf@gnu.org> (message from Eli Zaretskii on Mon, 18 Jan 2010 06:00:25 +0200) 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:456 gmane.emacs.devel:120186 Archived-At: In article <83y6jw6p0m.fsf@gnu.org>, Eli Zaretskii writes: > > How can I get your latest code by bzr? > It's on a local branch only, for now. The best way would be to have a > public branch on Savannah. I'm waiting for Stefan and Yidong to > decide how to arrange the branches for Emacs 24. Once they decide, it > should be a simple matter of a single bzr command. Ok. I'll wait for that. > 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. --- Kenichi Handa handa@m17n.org