From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Bar cursor in bidirectional text Date: Sat, 28 Aug 2010 20:23:24 +0200 Message-ID: <4C79541C.1030105@swipnet.se> References: <83bp8zra6b.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1283019825 1962 80.91.229.12 (28 Aug 2010 18:23:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 28 Aug 2010 18:23:45 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 28 20:23:43 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 1OpQ46-0005R4-Rq for ged-emacs-devel@m.gmane.org; Sat, 28 Aug 2010 20:23:43 +0200 Original-Received: from localhost ([127.0.0.1]:34331 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OpQ42-0003u3-HQ for ged-emacs-devel@m.gmane.org; Sat, 28 Aug 2010 14:23:38 -0400 Original-Received: from [140.186.70.92] (port=37728 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OpQ3u-0003tQ-Np for emacs-devel@gnu.org; Sat, 28 Aug 2010 14:23:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OpQ3s-0001fH-2i for emacs-devel@gnu.org; Sat, 28 Aug 2010 14:23:28 -0400 Original-Received: from smtprelay-b11.telenor.se ([62.127.194.20]:44499) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OpQ3q-0001eu-Ni; Sat, 28 Aug 2010 14:23:26 -0400 Original-Received: from ipb1.telenor.se (ipb1.telenor.se [195.54.127.164]) by smtprelay-b11.telenor.se (Postfix) with ESMTP id 0BDF9CCF3; Sat, 28 Aug 2010 20:23:24 +0200 (CEST) X-SENDER-IP: [85.225.45.35] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApU2APLweExV4S0jPGdsb2JhbACHaJhyDAEBAQE1LblvhTcE X-IronPort-AV: E=Sophos;i="4.56,284,1280700000"; d="scan'208";a="124249087" Original-Received: from c-232de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.35]) by ipb1.telenor.se with ESMTP; 28 Aug 2010 20:23:24 +0200 Original-Received: from [172.20.199.2] (gaffa [172.20.199.2]) by coolsville.localdomain (Postfix) with ESMTP id 8B78D7FA05A; Sat, 28 Aug 2010 20:23:24 +0200 (CEST) User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.11) Gecko/20100713 Thunderbird/3.0.6 In-Reply-To: <83bp8zra6b.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:129350 Archived-At: 2010-08-18 21:30, Eli Zaretskii skrev: > 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'. > How do I test the changes? Jan D.