From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.50; `wdired-next-line' put point in column 0 Date: Mon, 29 Oct 2007 07:51:27 +0100 Message-ID: <472582EF.9070801@gmx.at> References: <87ve8r8hnu.fsf@localhorst.mine.nu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1193649156 12287 80.91.229.12 (29 Oct 2007 09:12:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Oct 2007 09:12:36 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: David Hansen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 29 10:12:37 2007 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 1ImQfe-0002OK-AY for ged-emacs-devel@m.gmane.org; Mon, 29 Oct 2007 10:12:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ImQfU-00077C-S1 for ged-emacs-devel@m.gmane.org; Mon, 29 Oct 2007 05:12:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ImQfS-00075y-2d for emacs-devel@gnu.org; Mon, 29 Oct 2007 05:12:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ImQfQ-00073H-FE for emacs-devel@gnu.org; Mon, 29 Oct 2007 05:12:17 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ImQfQ-000737-CM for emacs-devel@gnu.org; Mon, 29 Oct 2007 05:12:16 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ImQfP-00047p-Vs for emacs-devel@gnu.org; Mon, 29 Oct 2007 05:12:16 -0400 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ImQfP-0004gu-Ho for emacs-pretest-bug@gnu.org; Mon, 29 Oct 2007 05:12:15 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1ImQfL-00046D-88 for emacs-pretest-bug@gnu.org; Mon, 29 Oct 2007 05:12:14 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1ImQ7s-0008Bx-TH for emacs-pretest-bug@gnu.org; Mon, 29 Oct 2007 04:37:37 -0400 Original-Received: (qmail invoked by alias); 29 Oct 2007 06:50:56 -0000 Original-Received: from N850P025.adsl.highway.telekom.at (EHLO [62.47.50.57]) [62.47.50.57] by mail.gmx.net (mp036) with SMTP; 29 Oct 2007 07:50:56 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18qPEpb72QqYHnadwIUhXl1edDKxV55tpJCt55dPy ZmNoiSo4MQI0yN User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: <87ve8r8hnu.fsf@localhorst.mine.nu> X-Y-GMX-Trusted: 0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-detected-kernel: by monty-python.gnu.org: 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:82040 gmane.emacs.pretest.bugs:20210 Archived-At: > `wdired-next-line' puts point into column 0 (iff > `wdired-use-dired-vertical-movement' is nil), same with > `wdired-previous-line'. > > The expected behavior would be like the one of `next-line' and > `previous-line'. This was the case until some weeks (?) ago (did > `forward-line' changed?). > > The attached patch fixes the problem. Thanks for reporting. I checked in a fix that doesn't create byte-compiler warnings.