all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Juri Linkov <juri@jurta.org>
Cc: 4981@emacsbugs.donarmstrong.com, Dan Nicolaescu <dann@ics.uci.edu>
Subject: bug#4981: C-l during query-replace
Date: Sun, 29 Nov 2009 20:28:07 -0500	[thread overview]
Message-ID: <jwvws18n6om.fsf-monnier+emacsbugreports@gnu.org> (raw)
In-Reply-To: <87fx7w7v6p.fsf@mail.jurta.org> (Juri Linkov's message of "Mon, 30 Nov 2009 01:44:30 +0200")

> I can't find a clean solution because in the case of query-replace,
> `this-command' is always `query-replace'.

Why not:

> Index: lisp/replace.el
> ===================================================================
> RCS file: /sources/emacs/emacs/lisp/replace.el,v
> retrieving revision 1.287
> diff -u -r1.287 replace.el
> --- lisp/replace.el	12 Nov 2009 06:55:43 -0000	1.287
> +++ lisp/replace.el	29 Nov 2009 23:43:28 -0000
> @@ -1785,7 +1788,9 @@
>  			((eq def 'skip)
>  			 (setq done t))
>  			((eq def 'recenter)
> -			 (recenter nil))
> +                      (let ((this-command 'recenter-top-bottom))
> +			 (recenter-top-bottom)))
>  			((eq def 'edit)
>  			 (let ((opos (point-marker)))
>  			   (setq real-match-data (replace-match-data


-- Stefan





  reply	other threads:[~2009-11-30  1:28 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87skbwt9xq.fsf@mail.jurta.org>
2009-11-20  0:16 ` bug#4981: C-l during query-replace Dan Nicolaescu
2009-11-20  9:29   ` Juri Linkov
2009-11-29 23:44     ` Juri Linkov
2009-11-30  1:28       ` Stefan Monnier [this message]
2009-11-30  6:29       ` Dan Nicolaescu
2009-11-30 11:12         ` Juanma Barranquero
2009-11-30 12:04           ` Juri Linkov
2009-11-30 14:13         ` Stefan Monnier
2009-11-30 16:07           ` Juri Linkov
2009-11-30 17:24             ` Drew Adams
2009-11-30 20:55             ` Stefan Monnier
2009-11-30 16:30   ` bug#4981: marked as done (C-l during query-replace) Emacs bug Tracking System

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwvws18n6om.fsf-monnier+emacsbugreports@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=4981@emacsbugs.donarmstrong.com \
    --cc=dann@ics.uci.edu \
    --cc=juri@jurta.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.