From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel,gmane.emacs.bidi Subject: Re: Handling invisible text in bidirectional display Date: Mon, 18 Jan 2010 11:39:23 +0100 Message-ID: <4B543A5B.2020206@gmx.at> References: <83y6jyat25.fsf@gnu.org> <4B5208E3.7050006@gmx.at> <83wrzhbxkf.fsf@gnu.org> <4B52D165.40008@gmx.at> <834omk8sbm.fsf@gnu.org> <4B5417B7.6060201@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1263811585 28347 80.91.229.12 (18 Jan 2010 10:46:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 Jan 2010 10:46:25 +0000 (UTC) Cc: emacs-bidi@gnu.org, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 18 11:46:18 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.50) id 1NWp7e-0000ZU-JV for ged-emacs-devel@m.gmane.org; Mon, 18 Jan 2010 11:46:14 +0100 Original-Received: from localhost ([127.0.0.1]:48143 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NWp7f-0001Td-Fp for ged-emacs-devel@m.gmane.org; Mon, 18 Jan 2010 05:46:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NWp1A-0008Qg-LO for emacs-devel@gnu.org; Mon, 18 Jan 2010 05:39:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NWp15-0008Ou-4o for emacs-devel@gnu.org; Mon, 18 Jan 2010 05:39:31 -0500 Original-Received: from [199.232.76.173] (port=58349 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NWp14-0008On-QP for emacs-devel@gnu.org; Mon, 18 Jan 2010 05:39:26 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]:53280) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1NWp14-0000GT-3r for emacs-devel@gnu.org; Mon, 18 Jan 2010 05:39:26 -0500 Original-Received: (qmail invoked by alias); 18 Jan 2010 10:39:24 -0000 Original-Received: from 62-47-62-48.adsl.highway.telekom.at (EHLO [62.47.62.48]) [62.47.62.48] by mail.gmx.net (mp037) with SMTP; 18 Jan 2010 11:39:24 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX19Y79o86/pYQ272MmvRHKTwsiojZARnF5vXAsJMnb OMMRh+CKNqxukW User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: X-Y-GMX-Trusted: 0 X-FuHaFi: 0.78000000000000003 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:120193 gmane.emacs.bidi:461 Archived-At: > Yes, that's right. (In fact, region highlight already works in the > bidi version, so I just verified that 3 stretches of text are > highlighted in this case Does this work with mouse highlighting too? IIRC display code handles that specially. So if you draw a corresponding overlay with a `mouse-face' property there should be three stretches highlighted when the mouse is over one of these stretches. martin