From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Harald Maier Newsgroups: gmane.emacs.devel Subject: Re: Line-wrapping of 80 character long lines Date: Tue, 20 Jan 2004 10:10:17 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <3DABAFF2-060B-11D7-99B1-0003936BB676@henrikholm.com> <84d6ok1i2i.fsf@lucy.cs.uni-dortmund.de> <5xadjo6ros.fsf@kfs2.cua.dk> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1074590180 13895 80.91.224.253 (20 Jan 2004 09:16:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 20 Jan 2004 09:16:20 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Jan 20 10:16:10 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 1AirzW-0007oy-00 for ; Tue, 20 Jan 2004 10:16:10 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AirzW-00061Y-00 for ; Tue, 20 Jan 2004 10:16:10 +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 1AirzG-0000LM-CS for emacs-devel@quimby.gnus.org; Tue, 20 Jan 2004 04:15:54 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Airuc-0006Gq-Dj for emacs-devel@gnu.org; Tue, 20 Jan 2004 04:11:06 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1Airu2-0005oT-FJ for emacs-devel@gnu.org; Tue, 20 Jan 2004 04:11:02 -0500 Original-Received: from [212.227.126.187] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Airtv-0005ky-NF for emacs-devel@gnu.org; Tue, 20 Jan 2004 04:10:23 -0500 Original-Received: from [212.227.126.161] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1Airts-0007ru-00; Tue, 20 Jan 2004 10:10:20 +0100 Original-Received: from [80.136.227.177] (helo=ate.maierh) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1Airts-00027F-00; Tue, 20 Jan 2004 10:10:20 +0100 Original-Received: by ate.maierh (Postfix, from userid 500) id 936D811BB0; Tue, 20 Jan 2004 10:10:17 +0100 (CET) Original-To: storm@cua.dk (Kim F. Storm) In-Reply-To: (Glenn Morris's message of "Mon, 19 Jan 2004 18:30:33 +0000") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:7f9705e6678292fb4e27195dea438aa3 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:19323 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19323 Glenn Morris writes: > Kim F. Storm wrote: > >> I just installed patches to CVS emacs to let an "exact width" line >> flow into the right fringe, and put the cursor there when point is >> at the end of such a line. > > This is really nice. Two comments: I agree completely. > > i) It doesn't work for the last line in a buffer, if there is no > final newline. It seems a bit weird that adding a character to a line > (ie a newline) can make it look shorter in the Emacs display. Also the end boundary disappears in this case if boundaries are enabled with: (setq default-indicate-buffer-boundaries t) Harald