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: Thu, 17 Jul 2008 19:44:04 -0400 Message-ID: <87mykg84aj.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> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1216338235 21583 80.91.229.12 (17 Jul 2008 23:43:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 17 Jul 2008 23:43:55 +0000 (UTC) Cc: raman@users.sourceforge.net, Stefan Monnier , emacs-devel@gnu.org To: David Reitter Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 18 01:44:42 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 1KJd8x-0004vi-Mu for ged-emacs-devel@m.gmane.org; Fri, 18 Jul 2008 01:44:18 +0200 Original-Received: from localhost ([127.0.0.1]:59727 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KJd83-0007SJ-VW for ged-emacs-devel@m.gmane.org; Thu, 17 Jul 2008 19:43:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KJd7z-0007Rs-Gi for emacs-devel@gnu.org; Thu, 17 Jul 2008 19:43:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KJd7x-0007RY-UA for emacs-devel@gnu.org; Thu, 17 Jul 2008 19:43:15 -0400 Original-Received: from [199.232.76.173] (port=46818 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KJd7x-0007RV-Q1 for emacs-devel@gnu.org; Thu, 17 Jul 2008 19:43:13 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:33726 helo=cyd) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KJd7x-00028R-6N for emacs-devel@gnu.org; Thu, 17 Jul 2008 19:43:13 -0400 Original-Received: by cyd (Postfix, from userid 1000) id 21CD757E2BA; Thu, 17 Jul 2008 19:44:05 -0400 (EDT) In-Reply-To: <87hcap3ct7.fsf@stupidchicken.com> (Chong Yidong's message of "Wed, 16 Jul 2008 14:26:44 -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, 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:100907 Archived-At: Chong Yidong writes: > The following patch implements this approach. I've taken bits from > visual-line.el, and re-written other bits to make use of the new > features of vertical-motion in Emacs 23. > > Could people try it out and see if it DTRT? Since no one has commented, I've gone ahead and checked in visual-line-mode into CVS. Problem reports would be welcome.