From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: ncr (numeric character reference) to unicode Date: Mon, 13 Apr 2009 23:52:03 +0300 Message-ID: <83ab6knuoc.fsf@gnu.org> References: <5-WdnWGdu7Z1AH7UnZ2dnUVZ_vmdnZ2d@sysmatrix.net> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1239655991 16949 80.91.229.12 (13 Apr 2009 20:53:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 13 Apr 2009 20:53:11 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 13 22:54:30 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LtTAW-0000r5-5p for geh-help-gnu-emacs@m.gmane.org; Mon, 13 Apr 2009 22:54:16 +0200 Original-Received: from localhost ([127.0.0.1]:56461 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LtT96-0002GY-Vv for geh-help-gnu-emacs@m.gmane.org; Mon, 13 Apr 2009 16:52:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LtT8M-0002DL-RM for help-gnu-emacs@gnu.org; Mon, 13 Apr 2009 16:52:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LtT8L-0002D9-Vr for help-gnu-emacs@gnu.org; Mon, 13 Apr 2009 16:52:02 -0400 Original-Received: from [199.232.76.173] (port=59536 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LtT8L-0002D6-MR for help-gnu-emacs@gnu.org; Mon, 13 Apr 2009 16:52:01 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:64823) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LtT8L-0007er-8q for help-gnu-emacs@gnu.org; Mon, 13 Apr 2009 16:52:01 -0400 Original-Received: from mtaout3.012.net.il ([84.95.2.7]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LtT8K-0006yz-Im for help-gnu-emacs@gnu.org; Mon, 13 Apr 2009 16:52:00 -0400 Original-Received: from conversion-daemon.i_mtaout3.012.net.il by i_mtaout3.012.net.il (HyperSendmail v2004.12) id <0KI200K004LSWC00@i_mtaout3.012.net.il> for help-gnu-emacs@gnu.org; Mon, 13 Apr 2009 23:51:59 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.229.240.185]) by i_mtaout3.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KI2008I44MM4BQ0@i_mtaout3.012.net.il> for help-gnu-emacs@gnu.org; Mon, 13 Apr 2009 23:51:59 +0300 (IDT) In-reply-to: <5-WdnWGdu7Z1AH7UnZ2dnUVZ_vmdnZ2d@sysmatrix.net> X-012-Sender: halo1@inter.net.il X-detected-kernel: by mx20.gnu.org: Solaris 9.1 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:63716 Archived-At: > Date: Mon, 13 Apr 2009 15:17:47 -0500 > From: "B. T. Raven" > > Will Emacs 23.1 also support bidi when it is released? Sadly, no. Bidirectional editing needs quite a bit of supporting code and major changes to some fundamental Emacs features, such as text fill, and no one succeeded to write the code for that yet.