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: end-of-visual-line / wrapped lines Date: Wed, 30 Jul 2008 15:45:08 -0400 Message-ID: <87iqun88cb.fsf@stupidchicken.com> References: <098C6FE9-63F2-4ED4-9B7F-D59402BD154C@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1217447020 906 80.91.229.12 (30 Jul 2008 19:43:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 30 Jul 2008 19:43:40 +0000 (UTC) Cc: "aquamacs-bugs@aquamacs.org Bugs" , =?utf-8?Q?Jos=C3=A9_Figueroa-O'Farri?=, =?utf-8?Q?ll?= , Emacs-Devel devel To: David Reitter Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 30 21:44:29 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 1KOHb1-0005ka-97 for ged-emacs-devel@m.gmane.org; Wed, 30 Jul 2008 21:44:27 +0200 Original-Received: from localhost ([127.0.0.1]:35406 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KOHa6-0005fy-Ue for ged-emacs-devel@m.gmane.org; Wed, 30 Jul 2008 15:43:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KOHZn-0005V6-Bx for emacs-devel@gnu.org; Wed, 30 Jul 2008 15:43:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KOHZm-0005UK-Bl for emacs-devel@gnu.org; Wed, 30 Jul 2008 15:43:10 -0400 Original-Received: from [199.232.76.173] (port=44826 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KOHZm-0005UC-6P for emacs-devel@gnu.org; Wed, 30 Jul 2008 15:43:10 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:50758 helo=cyd) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KOHZm-000190-5F for emacs-devel@gnu.org; Wed, 30 Jul 2008 15:43:10 -0400 Original-Received: by cyd (Postfix, from userid 1000) id E1EA157E323; Wed, 30 Jul 2008 15:45:08 -0400 (EDT) In-Reply-To: <098C6FE9-63F2-4ED4-9B7F-D59402BD154C@gmail.com> (David Reitter's message of "Wed, 30 Jul 2008 18:01:49 +0100") 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:101769 Archived-At: David Reitter writes: > I've run into a rather general problem with `end-of-visual- > line' (bound to C-e in visual-line-mode). > > If lines are wrapped, it moves to the beginning of the next visual > line instead. In my earlier implementation of this, I actually moved > one character back, which is correct when word-wrap is turned on, > because the space at the end of the current line is skipped (and > that's okay). However, if word-wrap is turned off, then there is no > space and also no newline, so nothing that could be skipped. I wouldn't worry about this right now.