From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: gentsquash Newsgroups: gmane.emacs.help Subject: Re: Resume-ing a query-replace Date: Tue, 4 Jun 2013 09:06:06 -0700 (PDT) Message-ID: <0cca5322-8690-4118-97c9-a87d782ec6b2@10g2000yqy.googlegroups.com> References: <3eb6e12f-843b-46fb-8196-533f035d5d05@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1370362830 6701 80.91.229.3 (4 Jun 2013 16:20:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 4 Jun 2013 16:20:30 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 04 18:20:31 2013 Return-path: Envelope-to: geh-help-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 1UjtyI-0002KZ-Ey for geh-help-gnu-emacs@m.gmane.org; Tue, 04 Jun 2013 18:20:30 +0200 Original-Received: from localhost ([::1]:47551 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjtyI-00056g-15 for geh-help-gnu-emacs@m.gmane.org; Tue, 04 Jun 2013 12:20:30 -0400 X-Received: by 10.224.165.143 with SMTP id i15mr16756973qay.0.1370361966074; Tue, 04 Jun 2013 09:06:06 -0700 (PDT) X-Received: by 10.49.106.169 with SMTP id gv9mr2064789qeb.7.1370361966056; Tue, 04 Jun 2013 09:06:06 -0700 (PDT) Original-Path: usenet.stanford.edu!p1no1383295qaj.0!news-out.google.com!y6ni217qax.0!nntp.google.com!ch1no810505qab.0!postnews.google.com!10g2000yqy.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: 10g2000yqy.googlegroups.com; posting-host=24.136.39.217; posting-account=LepcaQgAAACr4mTxtqQZ5RIS3kaWpFxN Original-NNTP-Posting-Host: 24.136.39.217 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:20.0) Gecko/20100101 Firefox/20.0,gzip(gfe) Injection-Date: Tue, 04 Jun 2013 16:06:06 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:199029 X-Mailman-Approved-At: Tue, 04 Jun 2013 12:20:19 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:91296 Archived-At: > > Have you considered command "repeat-complex-command"? > > The only way that would be useful is if you've done nothing else since > the last query-replace operation. Right; that is exactly the issue. ... > The best I know of is to reopen your query-replace prompt and press > `M-p` until what you want to do is shown again. I'd love a better > solution to this. As would I. It looks like my only option is to examine the code of `dired-do-query-replace-regexp'. Thanks for the replies. -Jonathan