From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.devel Subject: Re: Showing end of buffer Date: Mon, 19 Jan 2004 21:42:25 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <87ptdfbrgu.fsf@emptyhost.emptydomain.de> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1074546100 8322 80.91.224.253 (19 Jan 2004 21:01:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 19 Jan 2004 21:01:40 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Jan 19 22:01:35 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 1AigWc-0004DE-00 for ; Mon, 19 Jan 2004 22:01:34 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AigWc-00005R-00 for ; Mon, 19 Jan 2004 22:01:34 +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 1AigUN-0005WI-Fn for emacs-devel@quimby.gnus.org; Mon, 19 Jan 2004 15:59:15 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AigTl-0005Vn-Cw for emacs-devel@gnu.org; Mon, 19 Jan 2004 15:58:37 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AigTE-0005M5-1D for emacs-devel@gnu.org; Mon, 19 Jan 2004 15:58:36 -0500 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1AigTD-0005LM-LL for emacs-devel@gnu.org; Mon, 19 Jan 2004 15:58:03 -0500 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by mx20.gnu.org with esmtp (Exim 4.24) id 1AigLo-0003hC-NE for emacs-devel@gnu.org; Mon, 19 Jan 2004 15:50:24 -0500 Original-Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AigLn-0006GN-00 for ; Mon, 19 Jan 2004 21:50:23 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AigDy-0006CN-00 for ; Mon, 19 Jan 2004 21:42:18 +0100 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AigDy-0001Q7-00 for ; Mon, 19 Jan 2004 21:42:18 +0100 Original-Lines: 16 Original-X-Complaints-To: usenet@sea.gmane.org User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:LzQMCQxxMPSyEC9Ni4W7aTb4mO4= 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:19286 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19286 storm@cua.dk (Kim F. Storm) writes: > I just installed patches to CVS emacs to enable this behaviour. Try > > (setq default-indicate-buffer-boundaries t) Hm. It surprised me that the "top" indicator is at the left, whereas the "up arrow" thing is on the right. I makes sense to put the beginning indicator on the left and the end indicator on the right, in a way. But somehow I expected both to be on the left. What do people think? Kai