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: line-line-move-visual: was line motion problem Date: Sat, 19 Jul 2008 23:34:29 -0400 Message-ID: <87y73xdy9m.fsf@stupidchicken.com> References: <18557.63556.231489.523637@gargle.gargle.HOWL> <5F62534C-D5CE-4364-8F73-E1AE0D61B4E2@gmail.com> <87abghlqs2.fsf@stupidchicken.com> <87hcap3ct7.fsf@stupidchicken.com> <87mykg84aj.fsf@stupidchicken.com> <87fxq7yy2p.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1216527199 11894 80.91.229.12 (20 Jul 2008 04:13:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 20 Jul 2008 04:13:19 +0000 (UTC) Cc: David Reitter , raman@users.sourceforge.net, emacs-devel@gnu.org, Miles Bader To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 20 06:14:07 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 1KKQJC-0004oj-JL for ged-emacs-devel@m.gmane.org; Sun, 20 Jul 2008 06:14:06 +0200 Original-Received: from localhost ([127.0.0.1]:36775 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KKQIJ-00088k-Le for ged-emacs-devel@m.gmane.org; Sun, 20 Jul 2008 00:13:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KKQHz-00080N-Rt for emacs-devel@gnu.org; Sun, 20 Jul 2008 00:12:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KKQHz-0007zv-Ac for emacs-devel@gnu.org; Sun, 20 Jul 2008 00:12:51 -0400 Original-Received: from [199.232.76.173] (port=37495 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KKQHz-0007zn-2F for emacs-devel@gnu.org; Sun, 20 Jul 2008 00:12:51 -0400 Original-Received: from pool-71-241-215-125.port.east.verizon.net ([71.241.215.125]:50829 helo=furry) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KKQHu-00011z-Ci; Sun, 20 Jul 2008 00:12:46 -0400 Original-Received: by furry (Postfix, from userid 1000) id AE2C0C056; Sat, 19 Jul 2008 23:34:29 -0400 (EDT) In-Reply-To: (Stefan Monnier's message of "Fri, 18 Jul 2008 14:36:37 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-Greylist: delayed 1805 seconds by postgrey-1.27 at monty-python; Sun, 20 Jul 2008 00:12:46 EDT 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:101008 Archived-At: Stefan Monnier writes: >> The following simple patch implements a new variable, >> `word-wrap-disable-fringe-indicators', that hides the continuation >> indicators when word-wrap is on. (The variable name is a little long >> but I can't think of anything else.) > > I think it should not be linked to word-wrap but to visual-line-mode > (or longlines-mode). A side-benefit is that it can then be all done > in Elisp. You mean, have a variable `continuation-fringe-indicators', and make visual-line-mode set it?