From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.devel Subject: Re: line-line-move-visual: was line motion problem Date: Fri, 18 Jul 2008 13:35:17 +0900 Message-ID: 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> Reply-To: Miles Bader NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1216355748 24762 80.91.229.12 (18 Jul 2008 04:35:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Jul 2008 04:35:48 +0000 (UTC) Cc: David Reitter , emacs-devel@gnu.org, Stefan Monnier , raman@users.sourceforge.net To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 18 06:36:33 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 1KJhhp-00062V-7Z for ged-emacs-devel@m.gmane.org; Fri, 18 Jul 2008 06:36:33 +0200 Original-Received: from localhost ([127.0.0.1]:42030 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KJhgw-0007JK-BF for ged-emacs-devel@m.gmane.org; Fri, 18 Jul 2008 00:35:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KJhgq-0007GG-EW for emacs-devel@gnu.org; Fri, 18 Jul 2008 00:35:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KJhgo-0007Ep-Rc for emacs-devel@gnu.org; Fri, 18 Jul 2008 00:35:31 -0400 Original-Received: from [199.232.76.173] (port=56087 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KJhgo-0007Eh-Ib for emacs-devel@gnu.org; Fri, 18 Jul 2008 00:35:30 -0400 Original-Received: from tyo201.gate.nec.co.jp ([202.32.8.193]:38353) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KJhgi-0007pT-Sy; Fri, 18 Jul 2008 00:35:25 -0400 Original-Received: from relay11.aps.necel.com ([10.29.19.46]) by tyo201.gate.nec.co.jp (8.13.8/8.13.4) with ESMTP id m6I4Z3io019269; Fri, 18 Jul 2008 13:35:18 +0900 (JST) Original-Received: from relay31.aps.necel.com ([10.29.19.20] [10.29.19.20]) by relay11.aps.necel.com with ESMTP; Fri, 18 Jul 2008 13:35:18 +0900 Original-Received: from dhapc248.dev.necel.com ([10.114.112.215] [10.114.112.215]) by relay31.aps.necel.com with ESMTP; Fri, 18 Jul 2008 13:35:18 +0900 Original-Received: by dhapc248.dev.necel.com (Postfix, from userid 31295) id BAA53400; Fri, 18 Jul 2008 13:35:17 +0900 (JST) System-Type: i686-pc-linux-gnu Blat: Foop In-Reply-To: <87mykg84aj.fsf@stupidchicken.com> (Chong Yidong's message of "Thu, 17 Jul 2008 19:44:04 -0400") Original-Lines: 22 X-detected-kernel: by monty-python.gnu.org: Solaris 8 (1) 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:100919 Archived-At: Chong Yidong writes: > Since no one has commented, I've gone ahead and checked in > visual-line-mode into CVS. Problem reports would be welcome. Seems to work pretty well... C-k acts a bit strangely, I think because it doesn't delete the whitespace at the end of the killed "line"; the result is that the cursor always ends up on the end of the previous "line" after using it. Also, what about dealing with fringe continuation glyphs? I understand that some people want them, even in visual-line-mode, but I think many won't want them, so it would be good if there were an easy setting that would cause visual-line-mode suppress them. Thanks, -Miles -- Education, n. That which discloses to the wise and disguises from the foolish their lack of understanding.