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:43 -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 1131028666 3195 80.91.229.2 (3 Nov 2005 14:37:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 3 Nov 2005 14:37:46 +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:37:42 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EXgAq-00031D-4i for ged-emacs-devel@m.gmane.org; Thu, 03 Nov 2005 15:34:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EXgAp-0005zI-JS for ged-emacs-devel@m.gmane.org; Thu, 03 Nov 2005 09:34:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EXfXz-0007Ry-Sg for emacs-devel@gnu.org; Thu, 03 Nov 2005 08:54:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EXfXw-0007RD-TZ for emacs-devel@gnu.org; Thu, 03 Nov 2005 08:54:30 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EXfUK-0006hI-Qv for emacs-devel@gnu.org; Thu, 03 Nov 2005 08:50:45 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EXfUL-00031s-16 for emacs-devel@gnu.org; Thu, 03 Nov 2005 08:50:45 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EXfUJ-0007dM-VH; Thu, 03 Nov 2005 08:50:44 -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:45352 Archived-At: Well, the newline _is_ on the last line, but the cursor is AFTER that newline, so the buffer ends AFTER the newline, but BEFORE the cursor!! After the newline and before the cursor is at the beginning of the line. The fringe indicator seems to point at the top of that line, which is too high up. The idea of a different indicator when the line is empty is a good one, but would you please look for a different way to work out the details?