From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: Gtk scrollbar: thumb too short Date: Fri, 11 Apr 2003 14:53:53 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200304111226.h3BCQbe03108@eel.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v551) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1050066411 9258 80.91.224.249 (11 Apr 2003 13:06:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 11 Apr 2003 13:06:51 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Apr 11 15:06:47 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 193yEx-0002Oz-00 for ; Fri, 11 Apr 2003 15:06:47 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 193yKQ-0004QJ-00 for ; Fri, 11 Apr 2003 15:12:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 193yBy-00036w-00 for emacs-devel@quimby.gnus.org; Fri, 11 Apr 2003 09:03:42 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 193yBg-00036k-00 for emacs-devel@gnu.org; Fri, 11 Apr 2003 09:03:24 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 193y87-0002di-00 for emacs-devel@gnu.org; Fri, 11 Apr 2003 08:59:44 -0400 Original-Received: from stubby.bodenonline.com ([193.201.16.94]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 193y3K-0001IB-00; Fri, 11 Apr 2003 08:54:46 -0400 Original-Received: from accessno42.bodenonline.com (IDENT:root@accessno42.bodenonline.com [193.201.16.44]) h3BDk3bL005569; Fri, 11 Apr 2003 15:46:09 +0200 Original-To: Luc Teirlinck In-Reply-To: <200304111226.h3BCQbe03108@eel.dms.auburn.edu> X-Mailer: Apple Mail (2.551) Original-cc: rms@gnu.org Original-cc: kai.grossjohann@gmx.net Original-cc: otaylor@redhat.com X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:13151 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:13151 > If with the native scrollbar, you scroll till the thumb hits the > bottom for the first time, you see the last screenfull of real text. > If you keep scrolling till the thumb has minimal size, then the last > line you can put point on is at the top. If the buffer ends in a > newline, that means that there is no text on the screen. Wht do you mean by "the first time"? If I drag down the thumb to the bottom, it is the first time it is there, but I do not see any text, it has been overscrolled out of view. I do not understand what the desired behaviour is supposed to be, versus how it really works with the native scroll bar. Jan D.