From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Visual line movement inconsistency Date: Sat, 30 Aug 2008 19:53:50 -0400 Message-ID: <87k5dynjox.fsf@cyd.mit.edu> References: <874p55z20j.fsf@thinkpad.tsdh.de> <87prnsmywh.fsf@catnip.gol.com> <87vdxkghaw.fsf@kfs-lx.rd.rdm> <8763pjkgtk.fsf@catnip.gol.com> <87prnrheq1.fsf@kfs-lx.rd.rdm> <87tzd3idj0.fsf@catnip.gol.com> <87k5dyh5x1.fsf@kfs-lx.rd.rdm> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1220140324 6028 80.91.229.12 (30 Aug 2008 23:52:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 30 Aug 2008 23:52:04 +0000 (UTC) Cc: emacs-devel@gnu.org, Miles Bader To: storm@cua.dk (Kim F. Storm) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 31 01:52:58 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KZaFV-0006V8-U8 for ged-emacs-devel@m.gmane.org; Sun, 31 Aug 2008 01:52:58 +0200 Original-Received: from localhost ([127.0.0.1]:49094 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KZaEX-0003SD-2R for ged-emacs-devel@m.gmane.org; Sat, 30 Aug 2008 19:51:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KZaEQ-0003Rl-PM for emacs-devel@gnu.org; Sat, 30 Aug 2008 19:51:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KZaEP-0003R9-A6 for emacs-devel@gnu.org; Sat, 30 Aug 2008 19:51:50 -0400 Original-Received: from [199.232.76.173] (port=52517 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KZaEP-0003R6-7V for emacs-devel@gnu.org; Sat, 30 Aug 2008 19:51:49 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:37884) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KZaEK-0007H5-I1; Sat, 30 Aug 2008 19:51:45 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 476C457E311; Sat, 30 Aug 2008 19:53:50 -0400 (EDT) In-Reply-To: <87k5dyh5x1.fsf@kfs-lx.rd.rdm> (Kim F. Storm's message of "Sat\, 30 Aug 2008 17\:35\:38 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2.91 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:103284 Archived-At: storm@cua.dk (Kim F. Storm) writes: > I haven't had time to check how the latest word wrap works, but if > there is a wrap-margin-min which defines the minimum column where word > wrapping is allowed, long words which start before that margin would > be continued rather than wrapped - and in that case the fringe > indicators would also make sense. There's currently no wrap-margin variable; we just use the right window edge.