From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: line-move-visual never set to nil? Date: Tue, 29 Jul 2008 12:27:22 -0400 Message-ID: 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 1217348892 21172 80.91.229.12 (29 Jul 2008 16:28:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Jul 2008 16:28:12 +0000 (UTC) Cc: David Reitter , emacs-devel@gnu.org, "Andrew W. Nosenko" , raman@users.sourceforge.net To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 29 18:29:01 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 1KNs41-0002t2-GP for ged-emacs-devel@m.gmane.org; Tue, 29 Jul 2008 18:28:41 +0200 Original-Received: from localhost ([127.0.0.1]:38177 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KNs37-0007RV-Bn for ged-emacs-devel@m.gmane.org; Tue, 29 Jul 2008 12:27:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KNs32-0007Qz-1C for emacs-devel@gnu.org; Tue, 29 Jul 2008 12:27:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KNs30-0007Qa-LE for emacs-devel@gnu.org; Tue, 29 Jul 2008 12:27:39 -0400 Original-Received: from [199.232.76.173] (port=34973 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KNs30-0007QX-Ey for emacs-devel@gnu.org; Tue, 29 Jul 2008 12:27:38 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:46557) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KNs30-00057c-62 for emacs-devel@gnu.org; Tue, 29 Jul 2008 12:27:38 -0400 Original-Received: from alfajor.home (vpn-132-204-232-151.acd.umontreal.ca [132.204.232.151]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id m6TGRMV8025485; Tue, 29 Jul 2008 12:27:22 -0400 Original-Received: by alfajor.home (Postfix, from userid 20848) id 4CA8D1C139; Tue, 29 Jul 2008 12:27:22 -0400 (EDT) In-Reply-To: <87y73kbvz3.fsf@stupidchicken.com> (Chong Yidong's message of "Tue, 29 Jul 2008 10:34:08 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3069=0 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:101698 Archived-At: >> The biggest problem with "visual" line motion ... is that current >> defaults are beaks keybord macro. Just try to record some macro that >> uses up/down key having wrapped lines, change width of the >> window/frame and enjoy. :-( Indeed, it sounds like a problem. > 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. Stefan