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: [emacs-bidi] Treatment of LRE,RLE,LRO,RLO,PDF,LRM,RLM Date: Fri, 26 Nov 2010 14:20:39 +0200 Message-ID: <83eia86zu0.fsf@gnu.org> References: <83bp5te3s8.fsf@gnu.org> <834obfd9iy.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1290773964 18415 80.91.229.12 (26 Nov 2010 12:19:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 26 Nov 2010 12:19:24 +0000 (UTC) To: handa@m17n.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 26 13:19:20 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 1PLxGq-0004Jw-55 for ged-emacs-devel@m.gmane.org; Fri, 26 Nov 2010 13:19:20 +0100 Original-Received: from localhost ([127.0.0.1]:35371 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PLxGp-000284-KM for ged-emacs-devel@m.gmane.org; Fri, 26 Nov 2010 07:19:19 -0500 Original-Received: from [140.186.70.92] (port=44358 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PLxGi-00027y-LX for emacs-devel@gnu.org; Fri, 26 Nov 2010 07:19:13 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PLxGh-0005e5-Hb for emacs-devel@gnu.org; Fri, 26 Nov 2010 07:19:12 -0500 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:51226) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PLxGh-0005dt-AP for emacs-devel@gnu.org; Fri, 26 Nov 2010 07:19:11 -0500 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LCH00600REIL500@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Fri, 26 Nov 2010 14:18:33 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([84.229.63.39]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LCH005K8RIWUWA0@a-mtaout20.012.net.il>; Fri, 26 Nov 2010 14:18:33 +0200 (IST) In-reply-to: <834obfd9iy.fsf@gnu.org> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:133161 Archived-At: Ping! > Date: Wed, 17 Nov 2010 21:39:49 +0200 > From: Eli Zaretskii > Cc: > > And another issue: the character group c0-control includes the > newline. So if the display of this group is set to anything at all, > the newlines are not displayed as such. I doubt that users would > expect or want that when they customize the display of c0-control. So > maybe we should exempt newline (and perhaps also TAB) from this group; > users who really want that can always set glyphless-char-display > directly. > > WDYT?