all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Drew Adams" <drew.adams@oracle.com>
To: "'Stefan Monnier'" <monnier@iro.umontreal.ca>
Cc: 7567@debbugs.gnu.org
Subject: bug#7567: Please add a history variable to read-regexp
Date: Thu, 9 Dec 2010 08:14:01 -0800	[thread overview]
Message-ID: <46BEC3D3C42B4832850C14D7C30F7AB3@us.oracle.com> (raw)
In-Reply-To: <jwv8vzzaul8.fsf-monnier+emacs@gnu.org>

> > I agree with that.  But I also think that it might be good to use
> > `completing-read', to allow (lax) completion against the history.
> > IOW, use the history for both completion and the usual 
> > history access.
> 
> I think this is a bad idea: completing-read is for completion against
> "possible answers" which should be kept separate from
> history-completion.  

I generally agree.  In this case, there was no (is no) other completion, so
there are no other-kind of completion candidates to keep the history separate
from.  But yes, I agree.

> We could/should let TAB perform history 
> completion for non-completing-reads, but if we do that, it should
> be under the control of the user.

Agreed, especially the last part.

I really meant only that it's good in general to have more use of (lax)
completion and less use of things like `read-string' and `read-regexp' that
provide what lax completion provides but without any completion.

> Personally, I think that M-p should perform history completion, and
> that's what my .emacs does.

That would be OK.  The big advantage of completion vs `M-p' etc. is that you can
get more directly to a history entry, no matter how long ago you originally
entered it.

Another possibility - not at all the same thing, but useful in such a case as
well as in others - is what Icicles does: Use another key (`M-o') to let you
complete against the history and insert the result into the minibuffer (without
committing it).  This uses a recursive minibuffer and is available during any
minibuffer input - not just during completing reads.






  reply	other threads:[~2010-12-09 16:14 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-06  2:24 bug#7567: Please add a history variable to read-regexp Lennart Borgman
2010-12-06 22:43 ` Lennart Borgman
2010-12-06 22:57   ` Drew Adams
2010-12-06 23:00     ` Lennart Borgman
2010-12-06 23:11       ` Drew Adams
2010-12-06 23:23         ` Lennart Borgman
2010-12-07  0:31           ` Drew Adams
2010-12-07  4:09           ` Drew Adams
2010-12-08  1:51         ` Juri Linkov
2010-12-08  3:03           ` Drew Adams
2010-12-06 23:03   ` Juri Linkov
2010-12-06 23:46     ` Lennart Borgman
2010-12-08  1:44       ` Juri Linkov
2010-12-07  3:48 ` Stefan Monnier
2010-12-08  1:57   ` Juri Linkov
2010-12-08  2:19     ` Lennart Borgman
2010-12-09  1:25       ` Juri Linkov
2010-12-08  3:10     ` Drew Adams
2010-12-09 14:31       ` Stefan Monnier
2010-12-09 16:14         ` Drew Adams [this message]
2010-12-10  3:09           ` Stefan Monnier
2010-12-09 14:28     ` Stefan Monnier
2010-12-09 17:43       ` Drew Adams
2010-12-10  3:06         ` Stefan Monnier
2010-12-10  3:46           ` Drew Adams
2010-12-10 20:10             ` Stefan Monnier
2010-12-08  3:32   ` Lennart Borgman
2012-09-20  8:30 ` bug#7567: Please add a history argument " Juri Linkov
2012-09-20 21:59   ` 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=46BEC3D3C42B4832850C14D7C30F7AB3@us.oracle.com \
    --to=drew.adams@oracle.com \
    --cc=7567@debbugs.gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /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.