From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: Changes in frame/window code Date: Tue, 29 Jul 2014 12:47:55 +0200 Message-ID: <53D77BDB.1090500@gmx.at> References: <53CE6A44.1010708@gmx.at> <53D4FF76.1060804@gmx.at> <8338dmj1of.fsf@gnu.org> <83wqayhe0o.fsf@gnu.org> <53D542B3.20206@gmx.at> <83tx62hane.fsf@gnu.org> <53D6172A.5010909@gmx.at> <83fvhlhad5.fsf@gnu.org> <53D656BB.3010201@gmx.at> <83egx5h86z.fsf@gnu.org> <53D68806.9080101@gmx.at> <838undgxiu.fsf@gnu.org> <53D76758.2030707@gmx.at> <831tt4h58x.fsf@gnu.org> <83y4vcfoqi.fsf@gnu.org> NNTP-Posting-Host: plane.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 1406631144 30626 80.91.229.3 (29 Jul 2014 10:52:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Jul 2014 10:52:24 +0000 (UTC) Cc: jan.h.d@swipnet.se, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 29 12:52:15 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XC50v-0004hp-6e for ged-emacs-devel@m.gmane.org; Tue, 29 Jul 2014 12:52:13 +0200 Original-Received: from localhost ([::1]:44673 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XC50u-0005Nl-S4 for ged-emacs-devel@m.gmane.org; Tue, 29 Jul 2014 06:52:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46461) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XC4xD-0007tZ-DD for emacs-devel@gnu.org; Tue, 29 Jul 2014 06:48:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XC4x5-0001DS-0B for emacs-devel@gnu.org; Tue, 29 Jul 2014 06:48:23 -0400 Original-Received: from mout.gmx.net ([212.227.15.19]:55721) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XC4ww-00018d-Rx; Tue, 29 Jul 2014 06:48:07 -0400 Original-Received: from [93.82.14.115] ([93.82.14.115]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0LtIZH-1WVTi63dpD-012tT0; Tue, 29 Jul 2014 12:48:02 +0200 In-Reply-To: <83y4vcfoqi.fsf@gnu.org> X-Provags-ID: V03:K0:IRJSN4szU9FZaAc0kL/5CSEv5gzpP89V018w1wZjwg0DvHRymyL ltUCwFu8PoQYo/I3zTYjE7c6VM8DDn1bpd0gi71UaqAaXHLOtw+Mc+fZnwOQ1ZfMaxr++CZ XHSMxqCKKFUiuLeu0eVJp9nHaVaWNzmZMl+zZMkMcEnZC0ApZaPUym+cfaamCyakFSW6tmp gUiBGIfOiGInbIDx+PnXw== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.15.19 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:173245 Archived-At: > The patch below almost works. "Almost" because of 2 issues that still > need to be taken care of: > > . As soon as I click on the scroll-bar thumb, which is correctly > drawn flushed all the way to the right when point is an a R2L line, > the scroll bar "jumps" to the left edge. Where's the code which > does that? > > . The code below is for the selected window, where point is up to > date. But what about non-selected windows, should we use > window-point there? Can you please send me some sample bidi text and some guidance to test it. Thanks, martin