From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Matt Hodges Newsgroups: gmane.emacs.devel Subject: Re: Buffer Boundary Problem Date: Sun, 01 Feb 2004 11:52:22 +0000 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <87k7376mq1.fsf@dugong.chemistry.nottingham.ac.uk> References: <401C36D3.4050609@ig.com.br> <20040201001317.GD16423@fencepost> <401C508C.1040902@ig.com.br> Reply-To: Matt Hodges NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1075637028 29626 80.91.224.253 (1 Feb 2004 12:03:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 1 Feb 2004 12:03:48 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Feb 01 13:03:43 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 1AnGKF-00047n-00 for ; Sun, 01 Feb 2004 13:03:43 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AnGKF-0007PB-00 for ; Sun, 01 Feb 2004 13:03:43 +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 1AnGIY-0003Tr-Mz for emacs-devel@quimby.gnus.org; Sun, 01 Feb 2004 07:01:58 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AnGHh-0003Sa-Ri for emacs-devel@gnu.org; Sun, 01 Feb 2004 07:01:05 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AnGH9-0003Rd-Bi for emacs-devel@gnu.org; Sun, 01 Feb 2004 07:01:02 -0500 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AnGH8-0003Ra-F6 for emacs-devel@gnu.org; Sun, 01 Feb 2004 07:00:30 -0500 Original-Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AnGH7-0005BG-00 for ; Sun, 01 Feb 2004 13:00:29 +0100 Original-Received: from 192.146.136.129 ([192.146.136.129]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun Feb 1 12:00:29 2004 Original-Received: from matt by 192.146.136.129 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun Feb 1 12:00:29 2004 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 16 Original-X-Complaints-To: usenet@sea.gmane.org Gmane-NNTP-Posting-Host: 192.146.136.129 User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:plPCJIuD20WE2fwpwXNtiB65ay4= 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:19608 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19608 >>>>> Vinicius Jose Latorre writes: > >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. I tried what you described in your original post, and thought you were talking about the glyphs in the fringe. I also see either two down arrows, or sometimes two down and one up; this changes to one up arrow and one down arrow with C-l, which is what I expect to see. This seems to be the case with or without scrollbars, at least for a GTK build. Matt