From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: Line-wrapping of 80 character long lines Date: 20 Jan 2004 02:06:57 +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 1074557403 27019 80.91.224.253 (20 Jan 2004 00:10:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 20 Jan 2004 00:10:03 +0000 (UTC) Cc: Henrik Holm , =?utf-8?b?S2FpIEdyb8Ofam9oYW5u?= , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Jan 20 01:09:55 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 1AijSt-0001l4-00 for ; Tue, 20 Jan 2004 01:09:55 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AijSs-0003sm-00 for ; Tue, 20 Jan 2004 01:09:55 +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 1AijS0-00042u-Fu for emacs-devel@quimby.gnus.org; Mon, 19 Jan 2004 19:09:00 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AijQz-0003en-Hc for emacs-devel@gnu.org; Mon, 19 Jan 2004 19:07:57 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AijQK-0003MU-Ie for emacs-devel@gnu.org; Mon, 19 Jan 2004 19:07:47 -0500 Original-Received: from [195.41.46.237] (helo=pfepc.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AijQJ-0003Kd-J8 for emacs-devel@gnu.org; Mon, 19 Jan 2004 19:07:15 -0500 Original-Received: from kfs-l.imdomain.dk.cua.dk (0x503e2644.bynxx3.adsl-dhcp.tele.dk [80.62.38.68]) by pfepc.post.tele.dk (Postfix) with SMTP id 4F3C2262A0D; Tue, 20 Jan 2004 01:07:02 +0100 (CET) Original-To: Stefan Monnier In-Reply-To: Original-Lines: 24 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 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:19308 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19308 Stefan Monnier writes: > > 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. > > Cool! > > > Stefan > > > PS: The cursor-in-the-fringe is wider by 1 pixel on my Emacs (with 13x6 > misc-fixed font and no customization). It's not like it bothers me, but > was surprised: is it normal? The cursor is shown in the fringe using a fixed size bitmap -- which is 7 pixels wide. I have considered various ways to improve this, but don't expect it to happen "soon". -- Kim F. Storm http://www.cua.dk