From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Gtk scrollbar: thumb too short Date: Thu, 27 Mar 2003 14:04:29 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <84llz3ijob.fsf@lucy.is.informatik.uni-duisburg.de> <3E81F22A.1030704@swipnet.se> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1048792353 15327 80.91.224.249 (27 Mar 2003 19:12:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 27 Mar 2003 19:12:33 +0000 (UTC) Cc: kai.grossjohann@uni-duisburg.de Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Mar 27 20:12:31 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 18ycnR-0003yO-00 for ; Thu, 27 Mar 2003 20:12:17 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18ycpS-0002Ax-00 for ; Thu, 27 Mar 2003 20:14:22 +0100 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 18ycmY-0007Yz-07 for emacs-devel@quimby.gnus.org; Thu, 27 Mar 2003 14:11:22 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18yclj-0007F6-00 for emacs-devel@gnu.org; Thu, 27 Mar 2003 14:10:31 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18ycgn-0004LG-00 for emacs-devel@gnu.org; Thu, 27 Mar 2003 14:05:26 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.10.13) id 18ycfw-0004Bi-00 for emacs-devel@gnu.org; Thu, 27 Mar 2003 14:04:32 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 18ycft-0007yP-00; Thu, 27 Mar 2003 14:04:29 -0500 Original-To: "Jan D." In-reply-to: <3E81F22A.1030704@swipnet.se> (jan.h.d@swipnet.se) Original-cc: emacs-devel@gnu.org 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:12668 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12668 It does depend on the UI details. It could be done by grabbing the mouse (assuming you can know when to do this), but what about clicking on the arrows (line down) or the trough (page down)? The cleanest way to do this is by changing the scroll bar implementation, giving it a feature of allowing position values all the way up to the size value.