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: Status of bidirectional support? Date: Tue, 09 Dec 2008 18:04:13 -0500 Message-ID: References: <18750.51878.596418.201655@a1ihome1.kph.uni-mainz.de> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1228863929 24989 80.91.229.12 (9 Dec 2008 23:05:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 9 Dec 2008 23:05:29 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ulrich Mueller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 10 00:06:31 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LABeb-0000ie-57 for ged-emacs-devel@m.gmane.org; Wed, 10 Dec 2008 00:06:09 +0100 Original-Received: from localhost ([127.0.0.1]:45628 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LABdQ-0006Ae-4l for ged-emacs-devel@m.gmane.org; Tue, 09 Dec 2008 18:04:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LABdK-0006AP-It for emacs-devel@gnu.org; Tue, 09 Dec 2008 18:04:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LABdK-0006A2-7S for emacs-devel@gnu.org; Tue, 09 Dec 2008 18:04:50 -0500 Original-Received: from [199.232.76.173] (port=57354 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LABdJ-00069y-Pj for emacs-devel@gnu.org; Tue, 09 Dec 2008 18:04:49 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:56751) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LABdJ-0003Jc-7y for emacs-devel@gnu.org; Tue, 09 Dec 2008 18:04:49 -0500 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LABcj-00086K-VI; Tue, 09 Dec 2008 18:04:13 -0500 In-reply-to: <18750.51878.596418.201655@a1ihome1.kph.uni-mainz.de> (message from Ulrich Mueller on Tue, 9 Dec 2008 20:44:38 +0100) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:106741 Archived-At: > Date: Tue, 9 Dec 2008 20:44:38 +0100 > From: Ulrich Mueller > > One of our (Gentoo) users has asked me, and I'm forwarding the > question: What is the status of bidirectional support in Emacs? Nothing's changed, unfortunately. Emacs still does not support bidirectional text. There's an old branch with minimal integration of code I wrote 6 years ago to implement UAX#9 algorithm in the display engine. Volunteers are welcome to work on that branch (after re-sync'ing it with current Emacs trunk). I'm available for discussions and advice, but not for much more, I'm afraid, at least not in the foreseeble future.