From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: line-move-visual Date: Fri, 10 Jul 2009 11:14:49 +0200 Message-ID: <87prc8ucfq.fsf@thinkpad.tsdh.de> References: <200907092112.21879.jem@iki.fi> <87ws6hupsk.fsf@bzg.ath.cx> <87ocrtulzd.fsf@bzg.ath.cx> <87tz1lja6l.fsf@bzg.ath.cx> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1247217317 24871 80.91.229.12 (10 Jul 2009 09:15:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 10 Jul 2009 09:15:17 +0000 (UTC) Cc: miles@gnu.org, emacs-devel@gnu.org, jem@iki.fi, Kenichi Handa To: Bastien Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 10 11:15:07 2009 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 1MPCC8-0007Ek-Oi for ged-emacs-devel@m.gmane.org; Fri, 10 Jul 2009 11:15:06 +0200 Original-Received: from localhost ([127.0.0.1]:47828 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MPCC6-0001QD-9Z for ged-emacs-devel@m.gmane.org; Fri, 10 Jul 2009 05:15:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MPCC1-0001Or-Gb for emacs-devel@gnu.org; Fri, 10 Jul 2009 05:14:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MPCBx-0001NY-OS for emacs-devel@gnu.org; Fri, 10 Jul 2009 05:14:57 -0400 Original-Received: from [199.232.76.173] (port=60185 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MPCBx-0001NS-Jx for emacs-devel@gnu.org; Fri, 10 Jul 2009 05:14:53 -0400 Original-Received: from out1.smtp.messagingengine.com ([66.111.4.25]:33544) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MPCBv-0005Ij-Ek; Fri, 10 Jul 2009 05:14:51 -0400 Original-Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 1EBC13AFD69; Fri, 10 Jul 2009 05:14:51 -0400 (EDT) Original-Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Fri, 10 Jul 2009 05:14:51 -0400 X-Sasl-enc: UYVUIU4doqwjolJrQo97x8QgPJLhPJJWzi5+//uhkASW 1247217290 Original-Received: from thinkpad.tsdh.de (p54AF23EE.dip0.t-ipconnect.de [84.175.35.238]) by mail.messagingengine.com (Postfix) with ESMTPA id F1BE8E128; Fri, 10 Jul 2009 05:14:48 -0400 (EDT) Mail-Copies-To: never In-Reply-To: <87tz1lja6l.fsf@bzg.ath.cx> (Bastien's message of "Fri, 10 Jul 2009 08:58:58 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:112289 Archived-At: Bastien writes: Hi! >> Options should be "nil" and "t", or the question should be "Should >> line-move-visual default to nil". > > Er, yes. Another try: > > http://www.micropoll.com/akira/mpview/623323-182852 I'm missing this vote option: Yes and no. Either it should be disabled completely, or full visual-line-mode should be enabled by default. These inconsistencies between visual lines with C-n/C-p and logical lines with C-k/C-e/C-e are the worst-case default. Bye, Tassilo