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: Buffer Boundary Problem Date: Sat, 31 Jan 2004 21:14:27 -0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <401C36D3.4050609@ig.com.br> 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 1075591174 1654 80.91.224.253 (31 Jan 2004 23:19:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 31 Jan 2004 23:19:34 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Feb 01 00:19:29 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 1An4Oe-0004vi-00 for ; Sun, 01 Feb 2004 00:19:28 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1An4Oe-0007Tz-00 for ; Sun, 01 Feb 2004 00:19:28 +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 1An4Od-0006yT-4U for emacs-devel@quimby.gnus.org; Sat, 31 Jan 2004 18:19:27 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1An4Mp-0005Nb-RL for emacs-devel@gnu.org; Sat, 31 Jan 2004 18:17:35 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1An4MF-0004tJ-0i for emacs-devel@gnu.org; Sat, 31 Jan 2004 18:17:30 -0500 Original-Received: from [200.221.11.55] (helo=smtp.uol.com.br) by monty-python.gnu.org with esmtp (Exim 4.24) id 1An4LZ-0004GF-Ho for emacs-devel@gnu.org; Sat, 31 Jan 2004 18:16:17 -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 2BDF8839D for ; Sat, 31 Jan 2004 21:16:14 -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: emacs-devel@gnu.org 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:19597 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19597 Hi, 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