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: please make line-move-visual nil Date: Mon, 01 Jun 2009 13:56:27 -0400 Message-ID: <87oct7sur8.fsf@cyd.mit.edu> References: <87eiue83i7.fsf@cyd.mit.edu> <87my92dmdt.fsf@cyd.mit.edu> <87eiudewtq.fsf@uwakimon.sk.tsukuba.ac.jp> <831vqdubqy.fsf@gnu.org> <6161f3180905270548t3012bc1ah161719ae01db0fb5@mail.gmail.com> <5f0ff9220906010736paad9321td86fd52326ebe722@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1243878991 5378 80.91.229.12 (1 Jun 2009 17:56:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Jun 2009 17:56:31 +0000 (UTC) Cc: 3438@emacsbugs.donarmstrong.com, "'T.V. Raman'" , "'Andrew W. Nosenko'" , emacs-devel@gnu.org, 'ishikawa' , ams@gnu.org, 'Stefan Monnier' , stephen@xemacs.org, eliz@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 01 19:56:27 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 1MBBkF-0001oF-FR for ged-emacs-devel@m.gmane.org; Mon, 01 Jun 2009 19:56:23 +0200 Original-Received: from localhost ([127.0.0.1]:37334 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MBBkE-0006LE-GD for ged-emacs-devel@m.gmane.org; Mon, 01 Jun 2009 13:56:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MBBk8-0006K0-H0 for emacs-devel@gnu.org; Mon, 01 Jun 2009 13:56:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MBBk3-0006Iy-Mf for emacs-devel@gnu.org; Mon, 01 Jun 2009 13:56:15 -0400 Original-Received: from [199.232.76.173] (port=52190 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MBBk3-0006Ip-Ih for emacs-devel@gnu.org; Mon, 01 Jun 2009 13:56:11 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:57968) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MBBjs-0001zj-WC; Mon, 01 Jun 2009 13:56:01 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 0BBF957E257; Mon, 1 Jun 2009 13:56:27 -0400 (EDT) In-Reply-To: (Drew Adams's message of "Mon, 1 Jun 2009 09:20:29 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (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:111256 Archived-At: "Drew Adams" writes: > Please see bug report #3438. All of it is worth reading in this regard. > > Note in particular his request to have a buffer-local value for > line-move-visual, and to have Dired use nil for this. >> In dired mode, when the cursor is near the beginning of a very long >> filename (as in near the "AaAaAa..." below , I can't move down to the >> next file by "n" or "cursor down" key anymore(!). In Dired, and call dired-previous-line and dired-next-line, which should not be affected by line-move-visual. I have not been able to reproduce the reported problem (i.e., getting point stuck in Dired). Maybe the reporter has some unusual customizations that are getting in the way.