From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#12526: 24.2.50; `query-replace-interactive' not always respected Date: Thu, 04 Oct 2012 22:30:30 +0300 Organization: JURTA Message-ID: <87d30ydoiq.fsf@mail.jurta.org> References: <877gr8obbs.fsf@mail.jurta.org> <878vbnnmmc.fsf@mail.jurta.org> <87d30y7gea.fsf@mail.jurta.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1349401853 24076 80.91.229.3 (5 Oct 2012 01:50:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Oct 2012 01:50:53 +0000 (UTC) Cc: 12526@debbugs.gnu.org To: Dani Moncayo Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Oct 05 03:50:55 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TJx3s-0006Y7-TQ for geb-bug-gnu-emacs@m.gmane.org; Fri, 05 Oct 2012 03:50:45 +0200 Original-Received: from localhost ([::1]:34719 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJrAJ-0005PA-K8 for geb-bug-gnu-emacs@m.gmane.org; Thu, 04 Oct 2012 15:32:59 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:49673) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJrAH-0005OA-1z for bug-gnu-emacs@gnu.org; Thu, 04 Oct 2012 15:32:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJrAF-0000kP-US for bug-gnu-emacs@gnu.org; Thu, 04 Oct 2012 15:32:56 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:44351) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJrAF-0000k6-QY for bug-gnu-emacs@gnu.org; Thu, 04 Oct 2012 15:32:55 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1TJrAL-0000Mu-HN for bug-gnu-emacs@gnu.org; Thu, 04 Oct 2012 15:33:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 04 Oct 2012 19:33:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12526 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 12526-submit@debbugs.gnu.org id=B12526.13493791291351 (code B ref 12526); Thu, 04 Oct 2012 19:33:01 +0000 Original-Received: (at 12526) by debbugs.gnu.org; 4 Oct 2012 19:32:09 +0000 Original-Received: from localhost ([127.0.0.1]:54600 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TJr9U-0000Lf-CV for submit@debbugs.gnu.org; Thu, 04 Oct 2012 15:32:09 -0400 Original-Received: from ps18281.dreamhost.com ([69.163.218.105]:44687 helo=ps18281.dreamhostps.com) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TJr9R-0000LW-Tv for 12526@debbugs.gnu.org; Thu, 04 Oct 2012 15:32:06 -0400 Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 11B5D451CCFC; Thu, 4 Oct 2012 12:31:56 -0700 (PDT) In-Reply-To: (Dani Moncayo's message of "Thu, 4 Oct 2012 13:45:38 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (x86_64-pc-linux-gnu) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:65183 Archived-At: >> So your wish is about invoking `query-replace' >> instead of `isearch-query-replace' from Isearch. > > I think so. What is the difference between these two commands, apart > from the one involving the "from" string? Another difference is that `isearch-query-replace' invokes replacements using the current Isearch state (case-sensitivity used in the current search, word delimiters, lax whitespace, etc.), so replacements will replace exactly the same matches as visited by Isearch.