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: Sun, 29 Aug 2010 12:36:49 +0200 Message-ID: <4C7A3841.8020800@swipnet.se> References: <83bp8zra6b.fsf@gnu.org> <4C79541C.1030105@swipnet.se> <83fwxylcmc.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 1283079065 12746 80.91.229.12 (29 Aug 2010 10:51:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 29 Aug 2010 10:51:05 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 29 12:51:03 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 1OpfTV-0008N1-MR for ged-emacs-devel@m.gmane.org; Sun, 29 Aug 2010 12:50:59 +0200 Original-Received: from localhost ([127.0.0.1]:39130 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OpfH3-00007p-DL for ged-emacs-devel@m.gmane.org; Sun, 29 Aug 2010 06:38:05 -0400 Original-Received: from [140.186.70.92] (port=57150 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OpfGp-00005k-Kn for emacs-devel@gnu.org; Sun, 29 Aug 2010 06:38:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OpfG0-0004Zj-UC for emacs-devel@gnu.org; Sun, 29 Aug 2010 06:37:02 -0400 Original-Received: from smtprelay-h32.telenor.se ([213.150.131.5]:49679) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OpfFz-0004Z9-CJ; Sun, 29 Aug 2010 06:36:59 -0400 Original-Received: from ipb4.telenor.se (ipb4.telenor.se [195.54.127.167]) by smtprelay-h32.telenor.se (Postfix) with ESMTP id 0285AE99DA; Sun, 29 Aug 2010 12:36:55 +0200 (CEST) X-SENDER-IP: [85.225.45.35] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ar44AHfUeUxV4S0jPGdsb2JhbACHaJhhDAEBAQE1LbdEhTcEjQ0 X-IronPort-AV: E=Sophos;i="4.56,286,1280700000"; d="scan'208";a="1664890356" Original-Received: from c-232de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.35]) by ipb4.telenor.se with ESMTP; 29 Aug 2010 12:36:55 +0200 Original-Received: from anon-25-133.ipredate.net (unknown [93.182.133.25]) by coolsville.localdomain (Postfix) with ESMTPSA id 1796A7FA05A; Sun, 29 Aug 2010 12:36:53 +0200 (CEST) User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; sv-SE; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 In-Reply-To: <83fwxylcmc.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:129386 Archived-At: Eli Zaretskii skrev 2010-08-28 22.13: > > emacs -Q > C-h H > M-: (setq cursor-type 'bar) RET > > Now move to one of the lines that use R2L scripts, e.g. Arabic or > Hebrew, and use C-f to get to the Arabic or Hebrew letters. You > should see the cursor positioned to the right of each R2L letter, as > opposed to the left in L2R scripts. To make sure the cursor is indeed > to the right of a letter, you could use "C-x =" to show the character > at point. Thanks, I checked in the code. Isn't the bar cursor kind ugly BTW? Jan D.