all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Chong Yidong <cyd@stupidchicken.com>
To: Juri Linkov <juri@jurta.org>
Cc: Emacs-Devel devel <emacs-devel@gnu.org>,
	Deniz Dogan <deniz.a.m.dogan@gmail.com>
Subject: Re: [PATCH] (Or "question"...) isearch-kill-found
Date: Mon, 31 May 2010 10:24:13 -0400	[thread overview]
Message-ID: <87vda45euq.fsf@stupidchicken.com> (raw)
In-Reply-To: <87vda59rby.fsf@mail.jurta.org> (Juri Linkov's message of "Sun, 30 May 2010 21:36:49 +0300")

Juri Linkov <juri@jurta.org> writes:

> A command to delete the current match without exiting isearch
> would be more useful.  It will allow to continue searching for the
> next matches and delete them too:
>
> (define-key isearch-mode-map [delete] 'isearch-delete-current-match)
>
> (defun isearch-delete-current-match ()
>   "Kills the region that isearch has found."
>   (interactive)
>   (kill-region isearch-other-end (point)))

I think this is a good idea, since [delete] isn't currently used.  Maybe
add C-d also.



  reply	other threads:[~2010-05-31 14:24 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-30 12:37 [PATCH] (Or "question"...) isearch-kill-found Deniz Dogan
2010-05-30 14:05 ` Johan Bockgård
2010-05-30 14:11   ` Deniz Dogan
2010-05-30 15:25     ` Drew Adams
2010-05-30 22:19       ` Christoph
2010-05-30 22:40         ` Lennart Borgman
2010-05-31  0:28           ` Drew Adams
2010-05-31  3:30           ` Michael Welsh Duggan
2010-05-31 15:32             ` Lennart Borgman
2010-05-31  0:48         ` Drew Adams
2010-05-30 18:36 ` Juri Linkov
2010-05-31 14:24   ` Chong Yidong [this message]
2010-05-31 15:38     ` Lennart Borgman
2010-05-31 15:54     ` Stefan Monnier
2010-05-31 16:50       ` Lennart Borgman
2010-05-31 19:14       ` Drew Adams
2010-05-31 19:50         ` Stefan Monnier
2010-05-31 20:04           ` Drew Adams
2010-06-01  3:10             ` Stefan Monnier
2010-06-01  4:43               ` Drew Adams
2010-06-01 12:56                 ` Stefan Monnier
2010-06-01 13:55                   ` Lennart Borgman
2010-06-01 19:03                     ` Stefan Monnier
2010-06-01 19:15                       ` Lennart Borgman
2010-06-01 21:03                 ` Richard Stallman
2010-05-31 20:14       ` Juri Linkov

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=87vda45euq.fsf@stupidchicken.com \
    --to=cyd@stupidchicken.com \
    --cc=deniz.a.m.dogan@gmail.com \
    --cc=emacs-devel@gnu.org \
    --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.