From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: Buffer Boundary Problem Date: Sun, 01 Feb 2004 13:26:52 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <401CF08C.8000406@swipnet.se> References: <401C36D3.4050609@ig.com.br> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1075705302 7873 80.91.224.253 (2 Feb 2004 07:01:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 2 Feb 2004 07:01:42 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Feb 02 08:01:32 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 1AnY5M-0000Fi-00 for ; Mon, 02 Feb 2004 08:01:32 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AnY5M-0007Nc-00 for ; Mon, 02 Feb 2004 08:01:32 +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 1AnXzI-00076m-GL for emacs-devel@quimby.gnus.org; Mon, 02 Feb 2004 01:55:16 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AnXxr-0006kT-Q0 for emacs-devel@gnu.org; Mon, 02 Feb 2004 01:53:47 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AnXxK-0006Qi-Fr for emacs-devel@gnu.org; Mon, 02 Feb 2004 01:53:45 -0500 Original-Received: from [213.115.192.53] (helo=mail2.norrnet.net) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AnXxJ-0006PR-VP for emacs-devel@gnu.org; Mon, 02 Feb 2004 01:53:14 -0500 Original-Received: from stubby.bodenonline.com (stubby.bodenonline.com [193.201.16.94]) by mail2.norrnet.net (BorderWare MXtreme Mail Firewall) with ESMTP id DF0CE360DF; Mon, 2 Feb 2004 07:53:12 +0100 (CET) Original-Received: from accessno42.bodenonline.com (accessno42.bodenonline.com [193.201.16.44]) by stubby.bodenonline.com (8.12.1/8.12.1) with ESMTP id i11DJnL7028900; Sun, 1 Feb 2004 14:19:52 +0100 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031019 X-Accept-Language: en-us, en Original-To: Vinicius Jose Latorre In-Reply-To: <401C36D3.4050609@ig.com.br> 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:19637 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19637 Hello. Please send some more information about your setup, are you using GTK, Motif, or whatever, native scrollbars or not, if you are using GTK, what theme, does the problem only show with default-indicate-buffer-boundaries set to t. I can not reproduce this. Jan D. Vinicius Jose Latorre wrote: > I'm using: > > (setq default-indicate-buffer-boundaries t) > > And I'm liking the buffer boundaries indication. > > But it has a problem, suppose you're visiting a file bigger than the > window in > Emacs. So, the vertical scroll bar looks like: > _ > |^| > | | > | | > | | > | | > | | > |v| > - > > Now, type several C-n (next-line) until the window scrolls up. > > The vertical scroll bar now looks like: > _ > |^| > | | > | | > |v| > | | > | | > |v| > - > > Or, sometimes, like: > _ > | | > | | > | | > |v| > | | > | | > |v| > - > > I've just downloaded Emacs (via cvs) and bootstrap it today (2004-jan-31). > > Am I doing something wrong? > > > Vinicius > > > > _______________________________________________ > Emacs-devel mailing list > Emacs-devel@gnu.org > http://mail.gnu.org/mailman/listinfo/emacs-devel