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: Bar cursor in bidirectional text Date: Wed, 18 Aug 2010 22:30:04 +0300 Message-ID: <83bp8zra6b.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1282159945 998 80.91.229.12 (18 Aug 2010 19:32:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 18 Aug 2010 19:32:25 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 18 21:32:22 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 1OloN4-0002gW-D0 for ged-emacs-devel@m.gmane.org; Wed, 18 Aug 2010 21:32:22 +0200 Original-Received: from localhost ([127.0.0.1]:59017 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OloN3-0007ef-QL for ged-emacs-devel@m.gmane.org; Wed, 18 Aug 2010 15:32:21 -0400 Original-Received: from [140.186.70.92] (port=49486 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OloMp-0007eD-Ty for emacs-devel@gnu.org; Wed, 18 Aug 2010 15:32:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OloMn-0007GJ-Dd for emacs-devel@gnu.org; Wed, 18 Aug 2010 15:32:06 -0400 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:46652) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OloMn-0007Fy-62 for emacs-devel@gnu.org; Wed, 18 Aug 2010 15:32:05 -0400 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0L7D006004P01300@a-mtaout21.012.net.il> for emacs-devel@gnu.org; Wed, 18 Aug 2010 22:32:03 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.127.220.100]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L7D005XG4XEY350@a-mtaout21.012.net.il> for emacs-devel@gnu.org; Wed, 18 Aug 2010 22:32:03 +0300 (IDT) 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:128851 Archived-At: I committed today revno 101130 (fixed later in revno 101131) that causes the bar cursor to be positioned correctly on right-to-left characters. I did that for X and w32, but not for NS, since the relevant code in nsterm.m is slightly different and uses APIs whose semantics I don't understand well enough. Could someone who has access to NS please fix nsterm.m in the manner similar to what I did for X and w32? The changes should be in the ns_draw_window_cursor function and affect the code under `case BAR_CURSOR'. TIA