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#10885: Replace expressions: enhance functionality when searching in filled paragraphs Date: Thu, 06 Sep 2012 22:11:33 +0300 Organization: JURTA Message-ID: <87ehmfx8yi.fsf@mail.jurta.org> References: <33392837.post@talk.nabble.com> <1oipiuxspa.fsf@fencepost.gnu.org> <87d38z1bp3.fsf@mail.jurta.org> <87linm79pc.fsf@mail.jurta.org> <8762ebbehj.fsf@mail.jurta.org> <87oblo21xe.fsf@mail.jurta.org> <87boho1wyz.fsf@mail.jurta.org> <87ligozwx1.fsf@mail.jurta.org> <87y5knpm4r.fsf@mail.jurta.org> <871uif3xjh.fsf@mail.jurta.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1346958843 7643 80.91.229.3 (6 Sep 2012 19:14:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Sep 2012 19:14:03 +0000 (UTC) Cc: 10885@debbugs.gnu.org To: Dani Moncayo Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Sep 06 21:14:05 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 1T9hWd-0003zI-Um for geb-bug-gnu-emacs@m.gmane.org; Thu, 06 Sep 2012 21:14:04 +0200 Original-Received: from localhost ([::1]:49753 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9hWa-0002au-ID for geb-bug-gnu-emacs@m.gmane.org; Thu, 06 Sep 2012 15:14:00 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:54136) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9hWX-0002aX-TD for bug-gnu-emacs@gnu.org; Thu, 06 Sep 2012 15:13:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T9hWP-0000Z6-7R for bug-gnu-emacs@gnu.org; Thu, 06 Sep 2012 15:13:57 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:35200) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9hWP-0000Yw-3w for bug-gnu-emacs@gnu.org; Thu, 06 Sep 2012 15:13:49 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1T9hWc-0004rJ-4L for bug-gnu-emacs@gnu.org; Thu, 06 Sep 2012 15:14:02 -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, 06 Sep 2012 19:14:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 10885 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 10885-submit@debbugs.gnu.org id=B10885.134695879018613 (code B ref 10885); Thu, 06 Sep 2012 19:14:02 +0000 Original-Received: (at 10885) by debbugs.gnu.org; 6 Sep 2012 19:13:10 +0000 Original-Received: from localhost ([127.0.0.1]:44746 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1T9hVm-0004q9-It for submit@debbugs.gnu.org; Thu, 06 Sep 2012 15:13:10 -0400 Original-Received: from ps18281.dreamhost.com ([69.163.218.105]:34154 helo=ps18281.dreamhostps.com) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1T9hVj-0004q1-RI for 10885@debbugs.gnu.org; Thu, 06 Sep 2012 15:13:08 -0400 Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id A25AC451CC74; Thu, 6 Sep 2012 12:12:52 -0700 (PDT) In-Reply-To: (Dani Moncayo's message of "Thu, 6 Sep 2012 19:39:12 +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:63870 Archived-At: > But I meant to bind `M-s SPC' not while reading the arguments, but > right after that, i.e. during the interactive replacing. If you meant `query-replace-map' then it lacks other isearch keybindings too, e.g. toggling case-fold, regexp and word mode. It has a similar feature to edit the replacement string but it's bound to the `E' key unlike `M-e' to edit the search string in isearch. > But I don't meant that. What I want is the possibility to have these > two variables "synchronized" or "connected" at every moment, even > after toggling its value with `M-s SPC'. IOW: make Isearch and > query-replace _share_ the same setting (at every moment). They are already shared and synchronized when you run query-replace from isearch like e.g. `C-s replace this M-w SPC M-%'.