From: Miles Bader <miles@gnu.org>
Cc: Kevin Rodgers <ihs_4664@yahoo.com>, emacs-devel@gnu.org
Subject: Re: improving query-replace and query-replace-regexp
Date: Thu, 3 Jun 2004 18:20:15 -0400 [thread overview]
Message-ID: <20040603222015.GA21059@fencepost> (raw)
In-Reply-To: <jwvd64gzd73.fsf-monnier+emacs@gnu.org>
On Thu, Jun 03, 2004 at 02:57:57PM -0400, Stefan Monnier wrote:
> You just need to tweak replace.el's messages so that they are displayed
> differently when working in the minibuffer. They could use the same trick
> used in completion commands: [Complete but not unique].
>
> I think many places that use message (or minibuffer-message) could
> advantageously use a function that calls either message or
> minibuffer-message depending on the context.
I long ago (during Gerd's reign) advanced a patch that put messages in a
little appended " [...]" box while you were in the minibuffer. I thought it
made using the minibuffer _much_ more pleasant in the presence of errors; the
current behavior (were messages _replace_ the minibuffer text you're still
entering, for a short period of time!) is pretty annoying, and I imagine must
be very confusing for newbies.
There were a few glitches with that patch in rare circumstances (mostly to do
with quail input I think), though, and I never got around to making a more
robust version and it sort of ended up in the "complete someday pile" of
patches...
This is something I'd like to revisit, but I guess it's an "after the
release" thing... :-)
-Miles
--
Saa, shall we dance? (from a dance-class advertisement)
next prev parent reply other threads:[~2004-06-03 22:20 UTC|newest]
Thread overview: 61+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-28 16:20 improving query-replace and query-replace-regexp Werner LEMBERG
2004-05-28 22:20 ` Stefan Monnier
2004-05-29 17:02 ` Richard Stallman
2004-05-29 17:05 ` Werner LEMBERG
2004-05-29 17:50 ` Miles Bader
2004-05-29 20:45 ` Werner LEMBERG
2004-05-29 21:15 ` Juri Linkov
2004-05-29 21:31 ` Miles Bader
2004-05-30 20:59 ` Juri Linkov
2004-06-01 23:48 ` Stefan Monnier
[not found] ` < 8765aadbgb.fsf@mail.jurta.org>
2004-06-02 0:04 ` Miles Bader
2004-06-02 0:10 ` Stefan Monnier
2004-06-02 0:17 ` Miles Bader
2004-06-02 17:37 ` Richard Stallman
2004-06-02 17:37 ` Richard Stallman
2004-06-02 0:56 ` Juri Linkov
2004-06-02 1:48 ` Miles Bader
2004-06-02 1:58 ` minibuffer-eldef (was: improving query-replace and query-replace-regexp) Stefan Monnier
2004-06-02 2:15 ` minibuffer-eldef Miles Bader
2004-06-02 3:25 ` minibuffer-eldef Stefan Monnier
2004-06-02 3:42 ` minibuffer-eldef Miles Bader
2004-06-02 7:01 ` minibuffer-eldef David Kastrup
2004-06-02 7:15 ` minibuffer-eldef Miles Bader
2004-06-02 22:55 ` minibuffer-eldef Richard Stallman
2004-06-03 7:19 ` minibuffer-eldef David Kastrup
2004-06-03 7:34 ` minibuffer-eldef Miles Bader
2004-06-03 8:13 ` minibuffer-eldef David Kastrup
2004-06-03 22:40 ` minibuffer-eldef Miles Bader
2004-06-03 7:39 ` minibuffer-eldef Stephan Stahl
2004-06-03 8:06 ` minibuffer-eldef David Kastrup
2004-06-03 8:43 ` minibuffer-eldef Stephan Stahl
2004-06-03 12:21 ` minibuffer-eldef Stefan Monnier
2004-06-03 12:35 ` minibuffer-eldef David Kastrup
2004-06-04 1:35 ` minibuffer-eldef Juri Linkov
2004-06-02 8:04 ` minibuffer-eldef Kim F. Storm
2004-06-02 9:50 ` minibuffer-eldef Miles Bader
2004-06-02 8:32 ` minibuffer-eldef Werner LEMBERG
2004-06-02 17:37 ` improving query-replace and query-replace-regexp Richard Stallman
2004-06-02 17:52 ` David Kastrup
2004-06-03 1:28 ` Miles Bader
2004-06-03 2:29 ` Stefan Monnier
2004-06-03 4:52 ` Miles Bader
2004-06-03 7:22 ` David Kastrup
2004-06-04 2:03 ` Richard Stallman
2004-06-07 4:28 ` Miles Bader
2004-06-02 0:16 ` Kevin Rodgers
2004-06-02 0:32 ` Miles Bader
2004-06-03 18:35 ` Kevin Rodgers
2004-06-03 18:57 ` Stefan Monnier
2004-06-03 22:20 ` Miles Bader [this message]
2004-06-04 17:33 ` Richard Stallman
2004-06-02 0:59 ` Juri Linkov
2004-07-03 9:45 ` Juri Linkov
2004-07-04 17:03 ` Richard Stallman
2004-07-05 19:43 ` David Kastrup
2004-05-29 10:57 ` Miles Bader
2004-05-29 11:58 ` Kai Grossjohann
2004-05-29 12:03 ` Miles Bader
2004-05-30 14:30 ` Richard Stallman
2004-05-29 12:21 ` Werner LEMBERG
2004-05-29 15:51 ` Stefan Daschek
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=20040603222015.GA21059@fencepost \
--to=miles@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=ihs_4664@yahoo.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 public inbox
https://git.savannah.gnu.org/cgit/emacs.git
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).