From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: Another problem with 'bidi-display-reordering'? Date: Mon, 31 May 2010 00:38:11 +0200 Message-ID: <4C02E8D3.4060205@alice.it> References: <4BF715BE.6080101@alice.it> <83iq6gzdhe.fsf@gnu.org> <83bpbxtbbt.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1275259441 23589 80.91.229.12 (30 May 2010 22:44:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 30 May 2010 22:44:01 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 31 00:43:59 2010 connect(): No such file or directory 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 1OIrEZ-0004nC-OB for ged-emacs-devel@m.gmane.org; Mon, 31 May 2010 00:43:59 +0200 Original-Received: from localhost ([127.0.0.1]:41166 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OIrET-0005Yq-V4 for ged-emacs-devel@m.gmane.org; Sun, 30 May 2010 18:43:50 -0400 Original-Received: from [140.186.70.92] (port=46586 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OIrA2-0004kc-Ft for emacs-devel@gnu.org; Sun, 30 May 2010 18:43:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OIr9F-0000Vv-Vg for emacs-devel@gnu.org; Sun, 30 May 2010 18:38:27 -0400 Original-Received: from smtp-out19.alice.it ([85.33.2.19]:1546) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OIr9E-0000VM-ND; Sun, 30 May 2010 18:38:24 -0400 Original-Received: from FBCMMO03.fbc.local ([192.168.68.197]) by smtp-out19.alice.it with Microsoft SMTPSVC(6.0.3790.3959); Mon, 31 May 2010 00:38:21 +0200 Original-Received: from FBCMCL01B03.fbc.local ([192.168.69.84]) by FBCMMO03.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Mon, 31 May 2010 00:38:21 +0200 Original-Received: from [82.57.169.129] ([82.57.169.129]) by FBCMCL01B03.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Mon, 31 May 2010 00:38:20 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 In-Reply-To: <83bpbxtbbt.fsf@gnu.org> X-OriginalArrivalTime: 30 May 2010 22:38:20.0995 (UTC) FILETIME=[CE5BA930:01CB0048] X-detected-operating-system: by eggs.gnu.org: Windows 2000 SP4, XP SP1+ 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:125373 Archived-At: Il 30/05/2010 21.54, Eli Zaretskii ha scritto: >> Date: Sat, 22 May 2010 08:56:13 +0300 >> From: Eli Zaretskii >> Cc: emacs-devel@gnu.org >> >>> Date: Sat, 22 May 2010 01:22:38 +0200 >>> From: Angelo Graziosi >>> CC: Emacs >>> >>> Go to the end of the file: C-End >>> >>> Now, when one tries to scroll upward the file moving _slowly_ the mouse >>> wheel, it seems to 'bounce', i.e. it 'returns' a little back. Only >>> persevering, the scrolling continues. Also selecting text with mouse-1 >>> pressed seems not simple. >> >> This problem is easier to see if you just press C-p from the end of >> the file. The scrolling that you see for each C-p you type should not >> happen. That's what explains the wheel behavior. >> >> I know about this problem, and in fact, am working on it as we speak. > > Forgot to tell: this should be fixed now, since revno 100475. Confirmed! :-) (PS. but 'bidi-display-reordering' is still 'nil' by default. Right?) Thanks, Angelo.