From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Robert J. Chassell" Newsgroups: gmane.emacs.devel Subject: Re: Gtk scrollbar: thumb too short Date: Fri, 11 Apr 2003 21:33:07 +0000 (UTC) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200304111308.h3BD8oW03188@eel.dms.auburn.edu> <844r55f7yr.fsf@lucy.is.informatik.uni-duisburg.de> <84el49yp1m.fsf@lucy.is.informatik.uni-duisburg.de> <84r8887olu.fsf@lucy.is.informatik.uni-duisburg.de> Reply-To: bob@rattlesnake.com NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1050097033 7579 80.91.224.249 (11 Apr 2003 21:37:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 11 Apr 2003 21:37:13 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Apr 11 23:37:11 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 1946CM-0001vW-00 for ; Fri, 11 Apr 2003 23:36:38 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 1946Hz-0000ls-00 for ; Fri, 11 Apr 2003 23:42:27 +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 19469L-0006SG-07 for emacs-devel@quimby.gnus.org; Fri, 11 Apr 2003 17:33:31 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 194691-0006RX-00 for emacs-devel@gnu.org; Fri, 11 Apr 2003 17:33:11 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 194690-0006R4-00 for emacs-devel@gnu.org; Fri, 11 Apr 2003 17:33:10 -0400 Original-Received: from megalith.rattlesnake.com ([140.186.114.245] helo=rattlesnake.com) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19468z-0006Qm-00 for emacs-devel@gnu.org; Fri, 11 Apr 2003 17:33:09 -0400 Original-Received: by rattlesnake.com via sendmail from stdin id (Debian Smail3.2.0.114) Fri, 11 Apr 2003 21:33:07 +0000 (UTC) Original-To: emacs-devel@gnu.org In-reply-to: <84r8887olu.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:13171 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:13171 kai.grossjohann@gmx.net wrote: .... (It might still be easier than scrolling line 4711, say, to the first window line.) I just scrolled line 4711 to the first window line using 7 keystrokes, four of which were the number. Based on the frequency at which I do things like this, I don't think this need be improved on. The keystrokes were `C-c C-g', which I have bound to `goto-line'. 4711 -- the line number `', which I have bound to a command that I call `line-to-top-of-window', which is an interactive function definition for the expression `(recenter 0)'. -- Robert J. Chassell Rattlesnake Enterprises http://www.rattlesnake.com GnuPG Key ID: 004B4AC8 http://www.teak.cc bob@rattlesnake.com