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: Mon, 28 Jul 2008 10:12:16 -0400 Message-ID: <87myk2nlmn.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> <87bq0it94b.fsf@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1217254366 16547 80.91.229.12 (28 Jul 2008 14:12:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Jul 2008 14:12:46 +0000 (UTC) Cc: David Reitter , emacs-devel@gnu.org, Stefan Monnier , raman@users.sourceforge.net To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 28 16:13:35 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 1KNTTW-00010w-EZ for ged-emacs-devel@m.gmane.org; Mon, 28 Jul 2008 16:13:22 +0200 Original-Received: from localhost ([127.0.0.1]:52832 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KNTSc-0007tQ-8n for ged-emacs-devel@m.gmane.org; Mon, 28 Jul 2008 10:12:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KNTSX-0007sk-9V for emacs-devel@gnu.org; Mon, 28 Jul 2008 10:12:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KNTSV-0007sQ-T0 for emacs-devel@gnu.org; Mon, 28 Jul 2008 10:12:21 -0400 Original-Received: from [199.232.76.173] (port=46031 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KNTSV-0007sL-Ov for emacs-devel@gnu.org; Mon, 28 Jul 2008 10:12:19 -0400 Original-Received: from c-24-63-201-57.hsd1.ma.comcast.net ([24.63.201.57]:22333 helo=furry) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KNTSV-0003Ke-ET for emacs-devel@gnu.org; Mon, 28 Jul 2008 10:12:19 -0400 Original-Received: by furry (Postfix, from userid 1000) id 2B4D6C05C; Mon, 28 Jul 2008 10:12:16 -0400 (EDT) In-Reply-To: <87bq0it94b.fsf@jurta.org> (Juri Linkov's message of "Mon, 28 Jul 2008 16:45:56 +0300") 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-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:101644 Archived-At: Juri Linkov 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. > > It seems that keys M-[ and M-] are more suitable for moving to the > beginning/end of the real line because similar keys M-{ and M-} are > bound to commands that move point to the beginning/end of the paragraph. That makes sense.