From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.pretest.bugs,gmane.emacs.devel Subject: Re: vertical scrollbar error on MS Windows Date: Mon, 19 Feb 2007 17:13:15 +0100 Message-ID: References: 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: sea.gmane.org 1171901628 6052 80.91.229.12 (19 Feb 2007 16:13:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 19 Feb 2007 16:13:48 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, emacs-devel@gnu.org To: "Kim F. Storm" Original-X-From: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Mon Feb 19 17:13:35 2007 Return-path: Envelope-to: gebp-emacs-pretest-bug@gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HJB8t-000554-OJ for gebp-emacs-pretest-bug@gmane.org; Mon, 19 Feb 2007 17:13:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HJB8t-0002uF-3B for gebp-emacs-pretest-bug@gmane.org; Mon, 19 Feb 2007 11:13:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HJB8g-0002tx-SV for emacs-pretest-bug@gnu.org; Mon, 19 Feb 2007 11:13:18 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HJB8f-0002tl-Cj for emacs-pretest-bug@gnu.org; Mon, 19 Feb 2007 11:13:18 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HJB8f-0002tb-5L for emacs-pretest-bug@gnu.org; Mon, 19 Feb 2007 11:13:17 -0500 Original-Received: from wr-out-0506.google.com ([64.233.184.226]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HJB8e-0000N8-S1 for emacs-pretest-bug@gnu.org; Mon, 19 Feb 2007 11:13:16 -0500 Original-Received: by wr-out-0506.google.com with SMTP id 69so1823955wri for ; Mon, 19 Feb 2007 08:13:16 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=h8+M6BctWpWSZPVaoe5tT0Wpq7i0Qv/UTPXf9EEwbeAC8T86FJPzlGer0nWW1Eqyc8CSWJiVmHLS2CbgtquKiakSeOtqKg0waUpQbB7DUJMs70c6vbhWwAkeI5YVPp7wjdsTEFp6Qr1dVv5TxjLrArlrQXMxN1jQFMekXYKBJpI= Original-Received: by 10.114.131.2 with SMTP id e2mr2957197wad.1171901595823; Mon, 19 Feb 2007 08:13:15 -0800 (PST) Original-Received: by 10.114.234.16 with HTTP; Mon, 19 Feb 2007 08:13:15 -0800 (PST) In-Reply-To: Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) X-BeenThere: emacs-pretest-bug@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for CVS Emacs." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Errors-To: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.pretest.bugs:17122 gmane.emacs.devel:66528 Archived-At: On 2/19/07, Kim F. Storm wrote: > Can you -- and other W32 users -- please try out the latest CVS > and tell me ASAP if there are still _severe_ problems with it. Hard to say what is a severe problem. With the sample file (scroll.txt): - Make the frame's height 30 lines. - Visit scroll.txt - Move point to eob. - Scroll up to bob. - Release the mouse button. - Scroll down. I can't get past line 46. Juanma