From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Showing end of buffer Date: Mon, 19 Jan 2004 18:27:40 +0000 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1074537027 18271 80.91.224.253 (19 Jan 2004 18:30:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 19 Jan 2004 18:30:27 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Jan 19 19:30:16 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 1AieAB-0000OG-00 for ; Mon, 19 Jan 2004 19:30:15 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AieAB-0005Xc-00 for ; Mon, 19 Jan 2004 19:30:15 +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 1Aie9u-0003et-2f for emacs-devel@quimby.gnus.org; Mon, 19 Jan 2004 13:29:58 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Aie8R-0002nh-Q8 for emacs-devel@gnu.org; Mon, 19 Jan 2004 13:28:27 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1Aie7s-0002LX-5q for emacs-devel@gnu.org; Mon, 19 Jan 2004 13:28:24 -0500 Original-Received: from [131.111.8.14] (helo=brown.csi.cam.ac.uk) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Aie7r-0002Jb-Jd for emacs-devel@gnu.org; Mon, 19 Jan 2004 13:27:51 -0500 Original-Received: from cass41.ast.cam.ac.uk ([131.111.69.186]) by brown.csi.cam.ac.uk with esmtp (Exim 4.20) id 1Aie7n-0005jw-Gk; Mon, 19 Jan 2004 18:27:47 +0000 Original-Received: from xserv1.ast.cam.ac.uk (IDENT:/V3YPT4HP19O4LoY8RxIQwTAmlFf/+bR@xserv1.ast.cam.ac.uk [131.111.69.235]) by cass41.ast.cam.ac.uk (8.12.10+Sun/8.12.10) with ESMTP id i0JIRfB6019270; Mon, 19 Jan 2004 18:27:41 GMT Original-Received: from xserv1.ast.cam.ac.uk (IDENT:80R33oSmvbRJTuDjW1k1qR0zpAjEfST/@xpc14.ast.cam.ac.uk [131.111.69.34]) by xserv1.ast.cam.ac.uk (8.11.6/8.11.6) with ESMTP id i0JIRel28693; Mon, 19 Jan 2004 18:27:40 GMT Original-To: storm@cua.dk (Kim F. Storm) X-Spook: TEMPEST primers La Cosa Nostra Waco Khaddafi SDI white X-Attribution: GM Mail-Followup-To: storm@cua.dk (Kim F. Storm), emacs-devel@gnu.org User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ X-Cam-AntiVirus: No virus found X-Cam-SpamDetails: Not scanned 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:19276 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19276 Kim F. Storm wrote: > I just installed patches to CVS emacs to enable this behaviour. Try > > (setq default-indicate-buffer-boundaries t) This is a nice feature, but seems to have a bug: emacs -q --no-site-file C-h n M-: (setq indicate-buffer-boundaries t) At this point, the (bobp) mark [or whatever we call it, :)] appears in the fringe at the top-left, and the down arrow appears in the fringe at the bottom-right, and all is well. I then hold down the down arrow key, until the page scrolls. Now there are two down arrows in the right fringe. One of them is at the bottom, where it should be. The other is just less than halfway down the fringe. There is no up arrow at the top of the fringe. This is under X, on GNU/Linux.