From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Alfred M. Szmidt" Newsgroups: gmane.emacs.devel Subject: Re: please make line-move-visual nil Date: Sun, 17 May 2009 02:29:38 -0400 Message-ID: References: <23521879.post@talk.nabble.com> <7b501d5c0905131659r1d79ec56s5a59f76e4713edf9@mail.gmail.com> <23532135.post@talk.nabble.com> <87tz3odq3l.fsf@iki.fi> <6fa54e4e0905140237g1a4483e6w179fb6d19b30550e@mail.gmail.com> <87my9ff11x.fsf@uwakimon.sk.tsukuba.ac.jp> Reply-To: ams@gnu.org NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1242541899 9659 80.91.229.12 (17 May 2009 06:31:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 17 May 2009 06:31:39 +0000 (UTC) Cc: tlikonen@iki.fi, lennart.borgman@gmail.com, smeuuh@gmail.com, garyo@genarts.com, Emacs-devel@gnu.org To: "Stephen J. Turnbull" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 17 08:31:32 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 1M5ZuG-0001s5-C9 for ged-emacs-devel@m.gmane.org; Sun, 17 May 2009 08:31:32 +0200 Original-Received: from localhost ([127.0.0.1]:54436 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M5ZuF-0000WW-MY for ged-emacs-devel@m.gmane.org; Sun, 17 May 2009 02:31:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M5ZsX-0007UJ-RH for emacs-devel@gnu.org; Sun, 17 May 2009 02:29:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M5ZsS-0007O6-3l for Emacs-devel@gnu.org; Sun, 17 May 2009 02:29:44 -0400 Original-Received: from [199.232.76.173] (port=60213 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M5ZsR-0007Nq-Ow for Emacs-devel@gnu.org; Sun, 17 May 2009 02:29:39 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:50043) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M5ZsR-00080U-DV for Emacs-devel@gnu.org; Sun, 17 May 2009 02:29:39 -0400 Original-Received: from ams by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1M5ZsQ-000178-6k; Sun, 17 May 2009 02:29:38 -0400 In-reply-to: <87my9ff11x.fsf@uwakimon.sk.tsukuba.ac.jp> (stephen@xemacs.org) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:110942 Archived-At: I think a better approach to context-dependent behavior would be buffer-local. Buffers where long lines are very common, and modes where newline is paragraph end, etc, should set line-move-visual on. Programming modes, table modes, etc should not. I think this is a good suggestion.