From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: Re: vertical scrollbar error on MS Windows Date: Tue, 20 Feb 2007 12:16:07 +1300 Message-ID: <17882.12215.851654.447160@kahikatea.snap.net.nz> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1171927026 19247 80.91.229.12 (19 Feb 2007 23:17:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 19 Feb 2007 23:17:06 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Juanma Barranquero" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 20 00:16:57 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HJHkf-0001TF-1f for ged-emacs-devel@m.gmane.org; Tue, 20 Feb 2007 00:16:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HJHke-00074R-HM for ged-emacs-devel@m.gmane.org; Mon, 19 Feb 2007 18:16:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HJHk0-0006r1-30 for emacs-devel@gnu.org; Mon, 19 Feb 2007 18:16:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HJHjy-0006pa-Gt for emacs-devel@gnu.org; Mon, 19 Feb 2007 18:16:15 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HJHjy-0006pX-9t for emacs-devel@gnu.org; Mon, 19 Feb 2007 18:16:14 -0500 Original-Received: from viper.snap.net.nz ([202.37.101.8]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HJHjx-0003GE-Nl for emacs-devel@gnu.org; Mon, 19 Feb 2007 18:16:14 -0500 Original-Received: from kahikatea.snap.net.nz (33.63.255.123.dynamic.snap.net.nz [123.255.63.33]) by viper.snap.net.nz (Postfix) with ESMTP id EE16F3D85FA; Tue, 20 Feb 2007 12:16:10 +1300 (NZDT) Original-Received: by kahikatea.snap.net.nz (Postfix, from userid 500) id E1ECC4F6DD; Tue, 20 Feb 2007 12:16:09 +1300 (NZDT) In-Reply-To: X-Mailer: VM 7.19 under Emacs 22.0.93.10 X-detected-kernel: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:66543 Archived-At: > > That's right, but still it is not worse than before. > > Aha. I didn't know, I always work without scroll bars. > > > I don't see an easy fix for this, so let's leave it for > > after the release. > > Agreed. Yes, the notion that you can't scroll without a scrollbar is nonsense. I use the following in my .emacs: (defun scroll-up-one-line () "Move down one line at a time." (interactive) (scroll-up 1)) (defun scroll-down-one-line () "Move up one line at a time." (interactive) (scroll-down 1)) (define-key global-map [f5] 'scroll-up-one-line) (define-key global-map [f6] 'scroll-down-one-line) -- Nick http://www.inet.net.nz/~nickrob