From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [emacs-bidi] Treatment of LRE,RLE,LRO,RLO,PDF,LRM,RLM Date: Wed, 17 Nov 2010 18:59:15 -0500 Message-ID: References: <83bp5te3s8.fsf@gnu.org> <83eiajdee6.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1290110202 14554 80.91.229.12 (18 Nov 2010 19:56:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 18 Nov 2010 19:56:42 +0000 (UTC) Cc: handa@m17n.org, Andreas Schwab , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 18 20:56:36 2010 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.69) (envelope-from ) id 1PJAay-0006U9-Fv for ged-emacs-devel@m.gmane.org; Thu, 18 Nov 2010 20:56:36 +0100 Original-Received: from localhost ([127.0.0.1]:43011 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PJAax-0007mJ-W5 for ged-emacs-devel@m.gmane.org; Thu, 18 Nov 2010 14:56:36 -0500 Original-Received: from [140.186.70.92] (port=50298 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PJAap-0007kY-Fb for emacs-devel@gnu.org; Thu, 18 Nov 2010 14:56:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PJAao-0004Yp-PO for emacs-devel@gnu.org; Thu, 18 Nov 2010 14:56:27 -0500 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:39460) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PJAao-0004Ye-Jq; Thu, 18 Nov 2010 14:56:26 -0500 Original-Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id oAIJuNRq016835; Thu, 18 Nov 2010 14:56:23 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 92D95A82D1; Wed, 17 Nov 2010 18:59:15 -0500 (EST) In-Reply-To: <83eiajdee6.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 17 Nov 2010 19:54:41 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-NAI-Spam-Score: 0.5 X-NAI-Spam-Rules: 2 Rules triggered DATE_IN_PAST_12_24=0.5, RV3683=0 X-NAI-Spam-Level: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:132826 Archived-At: > Btw, how to display code points smaller than 256? \uNN or \u00NN? I think \u00NN is the clear winner. Stefan