From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Vinicius Jose Latorre Newsgroups: gmane.emacs.devel Subject: Re: Buffer Boundary Problem Date: Sat, 31 Jan 2004 23:04:12 -0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <401C508C.1040902@ig.com.br> References: <401C36D3.4050609@ig.com.br> <20040201001317.GD16423@fencepost> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1075597811 11523 80.91.224.253 (1 Feb 2004 01:10:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 1 Feb 2004 01:10:11 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Feb 01 02:10:04 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1An67g-0000qJ-00 for ; Sun, 01 Feb 2004 02:10:04 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1An67g-0001cZ-00 for ; Sun, 01 Feb 2004 02:10:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1An64R-0002nW-Oj for emacs-devel@quimby.gnus.org; Sat, 31 Jan 2004 20:06:43 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1An64J-0002lu-RU for emacs-devel@gnu.org; Sat, 31 Jan 2004 20:06:35 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1An63n-0002cW-IW for emacs-devel@gnu.org; Sat, 31 Jan 2004 20:06:34 -0500 Original-Received: from [200.221.11.55] (helo=smtp.uol.com.br) by monty-python.gnu.org with esmtp (Exim 4.24) id 1An63n-0002cI-0x; Sat, 31 Jan 2004 20:06:03 -0500 Original-Received: from ig.com.br (200-98-63-13.tlf.dialuol.com.br [200.98.63.13]) by scorpion2.uol.com.br (Postfix) with ESMTP id 09E8B7D68; Sat, 31 Jan 2004 23:06:00 -0200 (BRST) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en Original-To: Miles Bader In-Reply-To: <20040201001317.GD16423@fencepost> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:19601 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19601 Miles Bader wrote: >On Sat, Jan 31, 2004 at 09:14:27PM -0200, Vinicius Jose Latorre wrote: > >>But it has a problem, suppose you're visiting a file bigger than the window >>in Emacs. So, the vertical scroll bar looks like: > >... > >>Now, type several C-n (next-line) until the window scrolls up. >>The vertical scroll bar now looks like: > > >By `it' I presume you mean the scrollbars have a problem, and that you're >using GTK scrollbars. Yes, the vertical scrollbar. And, also, I'm using GTK. Vinicius