unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "Florian Kaufmann" <sensorflo@gmail.com>
Subject: Re: multiple search strings in query-replace-regexp
Date: 6 Oct 2006 07:14:38 -0700	[thread overview]
Message-ID: <1160144078.397926.234980@k70g2000cwa.googlegroups.com> (raw)
In-Reply-To: <mailman.7806.1160138473.9609.help-gnu-emacs@gnu.org>


> Write a little function in *scratch* buffer with n replace-regexp,
> then load and apply it!

Yes, that's true. But I have to be careful that I take the nearest
match. Something like

saved_point = point
next_match_pos = INFINIT
for all regexes in regexlist {
  match_pos = search( current regex )
  if ( match_pos < next_match_pos ) {
    next_match_pos = match_pos
    regex_to_apply = current regex
  }
  goto saved_point
}
searc_replace( regex_to_apply )

Mhh, no, that doesn't work either. Now how should I implement the thing
that I can press all that query-replace keys like y n . etc? Of course
pressing y should advance to the nearest next match of any of the regex
from the regexlist.

  parent reply	other threads:[~2006-10-06 14:14 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-06 11:17 multiple search strings in query-replace-regexp Florian Kaufmann
2006-10-06 11:27 ` Malte Spiess
2006-10-06 11:41   ` Florian Kaufmann
2006-10-06 11:51     ` David Kastrup
2006-10-06 21:45       ` Ilya Zakharevich
2006-10-06 22:01         ` David Kastrup
2006-10-07  3:45           ` Ilya Zakharevich
     [not found]           ` <200610070345.k973jLj2011358@powdermilk.math.berkeley.edu>
2006-10-07  7:41             ` David Kastrup
2006-10-07  8:57               ` Ilya Zakharevich
2006-10-07  9:11                 ` David Kastrup
2006-10-07 22:04                   ` Ilya Zakharevich
2006-10-08 13:47                     ` Mathias Dahl
2006-10-08 20:55                       ` Kim F. Storm
     [not found]                       ` <mailman.7905.1160340972.9609.help-gnu-emacs@gnu.org>
2006-10-12 15:44                         ` Mathias Dahl
2006-10-09  6:07                     ` Stefan Monnier
2006-10-09 21:53                       ` Ilya Zakharevich
2006-10-09 22:21                         ` David Kastrup
2006-10-10  3:39                           ` Ilya Zakharevich
2006-11-23 19:23                         ` Stefan Monnier
2006-10-07  8:20       ` Malte Spiess
2006-10-07  8:40         ` David Kastrup
2006-10-06 12:41 ` Peter Dyballa
     [not found] ` <mailman.7806.1160138473.9609.help-gnu-emacs@gnu.org>
2006-10-06 14:14   ` Florian Kaufmann [this message]
2006-10-06 15:14     ` David Kastrup
2006-10-06 15:29       ` Florian Kaufmann
2006-10-06 15:47         ` David Kastrup

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=1160144078.397926.234980@k70g2000cwa.googlegroups.com \
    --to=sensorflo@gmail.com \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).