From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Fringe angle bitmap at at eob Date: Thu, 03 Nov 2005 08:50:45 -0500 Message-ID: References: <87u0f3uhci.fsf@stupidchicken.com> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1131028812 3716 80.91.229.2 (3 Nov 2005 14:40:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 3 Nov 2005 14:40:12 +0000 (UTC) Cc: mmaug@yahoo.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 03 15:40:10 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EXgDk-0004BE-Nj for ged-emacs-devel@m.gmane.org; Thu, 03 Nov 2005 15:37:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EXgDj-00071y-32 for ged-emacs-devel@m.gmane.org; Thu, 03 Nov 2005 09:37:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EXfbq-0008Qr-29 for emacs-devel@gnu.org; Thu, 03 Nov 2005 08:58:30 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EXfbm-0008Q0-49 for emacs-devel@gnu.org; Thu, 03 Nov 2005 08:58:29 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EXfUM-0006hL-2i for emacs-devel@gnu.org; Thu, 03 Nov 2005 08:50:46 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EXfUM-00031z-DQ for emacs-devel@gnu.org; Thu, 03 Nov 2005 08:50:46 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EXfUL-0007dU-AW; Thu, 03 Nov 2005 08:50:45 -0500 Original-To: storm@cua.dk (Kim F. Storm) In-reply-to: (storm@cua.dk) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:45354 Archived-At: Both of these clearly indicates that the cursor is AFTER the end of buffer, which reminds me of the following change to C-x = when the cursor is at the end of the buffer. It changes the output from the two examples above to: point=909 of 908 (EOB) column 0 point=3386 of 3385 (EOB) column 70 Those changes seem good, but please see if the Emacs manual (screen.texi) needs updating for this.