From: Juri Linkov <juri@linkov.net>
To: Oleh Krehel <ohwoeowho@gmail.com>
Cc: emacs-devel <emacs-devel@gnu.org>, Dmitry Gutov <dgutov@yandex.ru>
Subject: Re: A better UI than perform-replace
Date: Wed, 18 Nov 2015 02:55:48 +0200 [thread overview]
Message-ID: <87vb90yum7.fsf@mail.linkov.net> (raw)
In-Reply-To: <876112xj2i.fsf@gmail.com> (Oleh Krehel's message of "Mon, 16 Nov 2015 12:47:01 +0100")
> I think a better UI for `perform-replace' is warranted. The current
> thing is very basic:
>
> - No good way to see how many matches there are.
> - No good way to get an overview of matches per buffer.
It's easy to run 'occur' to display all matches and total match count.
> - No good way to pause the replacement procedure.
C-r enters recursive edit (C-M-c to get out again).
> - No good way to undo a replacement.
Undo is implemented in bug#21684.
> An idea to improve this would be with a permanent *replace* buffer,
> similar to `dired' or *Buffer List*. This buffer would be visible during
> the replacement operation, together with the actual buffers that contain
> the candidates.
Good idea. And as addressing your first concern above suggests,
the most suitable buffer would be *Occur* itself. It already
displays all matches, and what is missing is just what you propose:
new keybindings and Dired-like indication on the left edge.
In fact, we already have 'occur-edit-mode' acting on *Occur* buffer.
So what we could do is to add a similar mode 'occur-replace-mode'
that will perform 'automatic-all' on 'C-c C-c'.
next prev parent reply other threads:[~2015-11-18 0:55 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-15 4:43 Rename refactoring, or something like that Dmitry Gutov
2015-11-16 10:03 ` joakim
2015-11-16 10:17 ` Dmitry Gutov
2015-11-16 11:47 ` A better UI than perform-replace (was: Rename refactoring, or something like that) Oleh Krehel
2015-11-16 18:01 ` A better UI than perform-replace Dmitry Gutov
2015-11-16 22:37 ` A better UI than perform-replace (was: Rename refactoring, or something like that) Drew Adams
2015-11-17 23:52 ` A better UI than perform-replace John Wiegley
2015-11-17 22:57 ` A better UI than perform-replace (was: Rename refactoring, or something like that) Richard Stallman
2015-11-18 0:55 ` Juri Linkov [this message]
2015-11-18 1:40 ` A better UI than perform-replace Drew Adams
2015-11-18 12:32 ` Dmitry Gutov
2015-11-19 0:57 ` Juri Linkov
2015-11-19 1:16 ` Dmitry Gutov
2015-11-20 0:40 ` Juri Linkov
2015-11-21 18:23 ` Dmitry Gutov
2015-11-19 12:46 ` John Yates
2015-11-19 16:31 ` John Wiegley
2015-11-19 19:11 ` John Yates
2015-11-19 19:18 ` John Wiegley
2015-11-20 8:06 ` Adrian.B.Robert
2015-11-19 19:46 ` David Kastrup
2015-11-19 22:03 ` Drew Adams
2015-11-20 0:42 ` Juri Linkov
2015-11-20 8:12 ` Eli Zaretskii
2015-11-18 8:50 ` Andreas Schwab
2015-11-21 1:41 ` Eric Ludlam
2015-11-16 13:13 ` Rename refactoring, or something like that Óscar Fuentes
2015-11-16 20:53 ` Dmitry Gutov
2015-11-17 11:10 ` John Yates
2015-11-17 13:14 ` Dmitry Gutov
2015-11-17 15:57 ` John Yates
2015-11-16 16:01 ` Eli Zaretskii
2015-11-16 16:03 ` Dmitry Gutov
2015-11-16 17:18 ` Eli Zaretskii
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=87vb90yum7.fsf@mail.linkov.net \
--to=juri@linkov.net \
--cc=dgutov@yandex.ru \
--cc=emacs-devel@gnu.org \
--cc=ohwoeowho@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.
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.