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: Tue, 20 Jan 2004 08:47:30 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <87r7xvt625.fsf@emptyhost.emptydomain.de> References: <87ptdfbrgu.fsf@emptyhost.emptydomain.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1074586245 7120 80.91.224.253 (20 Jan 2004 08:10:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 20 Jan 2004 08:10:45 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Jan 20 09:10:36 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 1Aiqy4-0004hf-00 for ; Tue, 20 Jan 2004 09:10:36 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Aiqy4-0004pb-00 for ; Tue, 20 Jan 2004 09:10:36 +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 1Aiquj-0000df-9f for emacs-devel@quimby.gnus.org; Tue, 20 Jan 2004 03:07:09 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Aiqry-00089C-DD for emacs-devel@gnu.org; Tue, 20 Jan 2004 03:04:18 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AiqrN-0007uo-8M for emacs-devel@gnu.org; Tue, 20 Jan 2004 03:04:13 -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 1AiqoJ-0006uu-1R for emacs-devel@gnu.org; Tue, 20 Jan 2004 03:00:31 -0500 Original-Received: from [213.203.244.156] (helo=mail.emptydomain.de) by mx20.gnu.org with esmtp (Exim 4.24) id 1AiqbQ-0007dA-Pm for emacs-devel@gnu.org; Tue, 20 Jan 2004 02:47:12 -0500 Original-Received: by mail.emptydomain.de (Postfix, from userid 1000) id 7E8D81B801; Tue, 20 Jan 2004 08:47:30 +0100 (CET) Original-To: storm@cua.dk (Kim F. Storm) In-Reply-To: (Kim F. Storm's message of "20 Jan 2004 00:48:42 +0100") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.2 (gnu/linux) 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:19321 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19321 storm@cua.dk (Kim F. Storm) writes: > Kai Grossjohann writes: > >> 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 if there is only one line in the buffer? Well, an icon that looks like the combination of the top and bottom indicators would be a possibility. But who am I to quibble about such little things -- the feature is way cool as it is! >> What do people think? > > I think, that I need to make this more configurable :-| That is the Emacs Way, of course ;-) Kai