From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: [bojohan+mail@dd.chalmers.se: replace-regexp at end of buffer] Date: Tue, 27 Feb 2007 21:38:12 -0500 Message-ID: References: <87fy8rzi19.fsf@stupidchicken.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1172630545 30257 80.91.229.12 (28 Feb 2007 02:42:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Feb 2007 02:42:25 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 28 03:42:18 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 1HMElm-0007Ue-7S for ged-emacs-devel@m.gmane.org; Wed, 28 Feb 2007 03:42:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HMElm-0008Op-Al for ged-emacs-devel@m.gmane.org; Tue, 27 Feb 2007 21:42:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HMEjN-0007Yt-89 for emacs-devel@gnu.org; Tue, 27 Feb 2007 21:39:49 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HMEjM-0007YY-M0 for emacs-devel@gnu.org; Tue, 27 Feb 2007 21:39:48 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HMEjM-0007YP-CM for emacs-devel@gnu.org; Tue, 27 Feb 2007 21:39:48 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HMEjM-0005D0-4f for emacs-devel@gnu.org; Tue, 27 Feb 2007 21:39:48 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HMEho-00057d-5K; Tue, 27 Feb 2007 21:38:12 -0500 In-reply-to: <87fy8rzi19.fsf@stupidchicken.com> (message from Chong Yidong on Tue, 27 Feb 2007 11:23:14 -0500) X-detected-kernel: 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:66988 Archived-At: perform-replace is a subroutine of query-replace, which does not exhibit any problem (it corrects the buffer position when this case occurs). The bug does not occur in query-replace, but it does occur in query-replace-regexp. Some fix is needed. Can you fix it?