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-move-visual never set to nil? Date: Tue, 29 Jul 2008 14:31:41 -0400 Message-ID: <87ej5c8rua.fsf@stupidchicken.com> References: <18571.25125.311010.324079@gargle.gargle.HOWL> <87od4k1nj5.fsf@stupidchicken.com> <1F7E32D0-7C19-4950-94DB-F6CD33A56EB0@gmail.com> <6161f3180807290043l2b0cc1as85a338204687f183@mail.gmail.com> <87y73kbvz3.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 1217356246 15894 80.91.229.12 (29 Jul 2008 18:30:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Jul 2008 18:30:46 +0000 (UTC) Cc: David Reitter , emacs-devel@gnu.org, "Andrew W. Nosenko" , raman@users.sourceforge.net To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 29 20:31: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 1KNtyg-0003OT-OA for ged-emacs-devel@m.gmane.org; Tue, 29 Jul 2008 20:31:19 +0200 Original-Received: from localhost ([127.0.0.1]:43672 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KNtxm-0007Lu-Jg for ged-emacs-devel@m.gmane.org; Tue, 29 Jul 2008 14:30:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KNtxG-000720-F6 for emacs-devel@gnu.org; Tue, 29 Jul 2008 14:29:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KNtxE-00070e-Uj for emacs-devel@gnu.org; Tue, 29 Jul 2008 14:29:50 -0400 Original-Received: from [199.232.76.173] (port=59713 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KNtxE-00070W-La for emacs-devel@gnu.org; Tue, 29 Jul 2008 14:29:48 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:51233 helo=cyd) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KNtxE-0000Rr-Hz for emacs-devel@gnu.org; Tue, 29 Jul 2008 14:29:48 -0400 Original-Received: by cyd (Postfix, from userid 1000) id 8832757E330; Tue, 29 Jul 2008 14:31:42 -0400 (EDT) In-Reply-To: (Stefan Monnier's message of "Tue, 29 Jul 2008 12:27:22 -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:101710 Archived-At: Stefan Monnier writes: >> That's a good point. That's also why line-move doesn't try to scroll >> tall images when executing a keyboard macro. Maybe line-move-visual >> needs the same treatment, like in the following patch. WDYT? > > It's probably a good idea, although it's kind of ugly. Yeah. Maybe it's better to return to the previous default.