From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: Gtk scrollbar: thumb too short Date: Fri, 11 Apr 2003 12:46:50 -0500 (CDT) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200304111746.h3BHkow03658@moose.dms.auburn.edu> References: <844r55f7yr.fsf@lucy.is.informatik.uni-duisburg.de> <84znmxrmhq.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1050084224 11205 80.91.224.249 (11 Apr 2003 18:03:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 11 Apr 2003 18:03:44 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Apr 11 20:03:41 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 1942qb-0002jq-00 for ; Fri, 11 Apr 2003 20:01:57 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 1942wA-0007BO-00 for ; Fri, 11 Apr 2003 20:07:42 +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 1942gR-00047n-02 for emacs-devel@quimby.gnus.org; Fri, 11 Apr 2003 13:51:27 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 1942ca-000274-00 for emacs-devel@gnu.org; Fri, 11 Apr 2003 13:47:28 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 1942cA-0001ae-00 for emacs-devel@gnu.org; Fri, 11 Apr 2003 13:47:05 -0400 Original-Received: from manatee.dms.auburn.edu ([131.204.53.104]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 1942c4-0001N6-00 for emacs-devel@gnu.org; Fri, 11 Apr 2003 13:46:56 -0400 Original-Received: from moose.dms.auburn.edu (moose.dms.auburn.edu [131.204.53.3]) h3BHkqoc018414; Fri, 11 Apr 2003 12:46:53 -0500 (CDT) Original-Received: (from teirllm@localhost) by moose.dms.auburn.edu (8.11.6+Sun/8.11.6) id h3BHkow03658; Fri, 11 Apr 2003 12:46:50 -0500 (CDT) X-Authentication-Warning: moose.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: kai.grossjohann@gmx.net In-reply-to: <84znmxrmhq.fsf@lucy.is.informatik.uni-duisburg.de> (kai.grossjohann@gmx.net) 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:13163 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:13163 >>From my earlier message: There is some "precision work" required, no doubt about that. You have to drag slowly and carefully, you can not just "yank". I should clarify that I said this to explain, not to complain. Kai Grossjohann wrote: But I would prefer that it would be easy to drag the thumb of the scrollbar such that end of buffer is shown in the *last* line of the window. Yes, but why not use M- > , or, the END key, after rebinding it to (end-of-buffer). (To people who know about C-e, the default binding of END is useless.) Scrolling with mouse-2 is not meant for precision work with the scrollbar, mouse-1 and mouse-3 are (for the native scrollbar). Sincerely, Luc.