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: Wed, 17 Nov 2010 21:20:55 +0200 Message-ID: <837hgbdaeg.fsf@gnu.org> References: <83aalde3i0.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1290023078 23330 80.91.229.12 (17 Nov 2010 19:44:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 17 Nov 2010 19:44:38 +0000 (UTC) Cc: emacs-devel@gnu.org, handa@m17n.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 17 20:44:32 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 1PInvg-0005hf-DQ for ged-emacs-devel@m.gmane.org; Wed, 17 Nov 2010 20:44:28 +0100 Original-Received: from localhost ([127.0.0.1]:58978 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PInbj-0000yI-Dv for ged-emacs-devel@m.gmane.org; Wed, 17 Nov 2010 14:23:51 -0500 Original-Received: from [140.186.70.92] (port=36925 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PInbb-0000wV-FD for emacs-devel@gnu.org; Wed, 17 Nov 2010 14:23:45 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PInbQ-0002ws-7a for emacs-devel@gnu.org; Wed, 17 Nov 2010 14:23:33 -0500 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:39854) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PInbO-0002vu-45; Wed, 17 Nov 2010 14:23:30 -0500 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0LC100F00N0FAM00@a-mtaout22.012.net.il>; Wed, 17 Nov 2010 21:22:59 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.126.249.126]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LC100FADN682230@a-mtaout22.012.net.il>; Wed, 17 Nov 2010 21:22:58 +0200 (IST) In-reply-to: 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:132795 Archived-At: > From: Eli Zaretskii > Date: Wed, 17 Nov 2010 07:21:50 -0500 > Cc: emacs-devel@gnu.org > > > From: Kenichi Handa > > Cc: emacs-devel@gnu.org > > Date: Wed, 17 Nov 2010 14:58:15 +0900 > > > > By the way, with the latest trunk code, on tty terminal, > > Emacs positions cursor incorrectly (at column 1) on empty > > lines except for end-of-buffer. I don't know which code is > > wrong but, at least, it didn't happen when I committed the > > big changes for glyphless-char-display. > > This is probably bug#7417. It was introduced when I fixed the problem > with cursor positioning when displaying glyphless characters using the > zero-width method. > > I will try to fix this as soon as I can. Done.