all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Drew Adams" <drew.adams@oracle.com>
To: "'Lennart Borgman'" <lennart.borgman@gmail.com>
Cc: 7567@debbugs.gnu.org
Subject: bug#7567: Please add a history variable to read-regexp
Date: Mon, 6 Dec 2010 20:09:55 -0800	[thread overview]
Message-ID: <FB260865EBEA4F33B2EE3801EC7A974F@us.oracle.com> (raw)
In-Reply-To: <AANLkTimob=uY3FbefHNG7po3Dv2E7OgzXm=7eeFo4r_m@mail.gmail.com>

In answer to a question from Lennart off list I realize that I misunderstood his
request.  In spite of the Subject line, which I think I skipped over, I
mistakenly thought he was just requesting that `read-regexp' use a _different_
history variable (e.g. `read-regexp-history') in its call to
`read-from-minibuffer'.

I didn't realize that he was really requesting that `read-regexp' accept an
additional, optional HISTORY arg, which would be passed to
`read-from-minibuffer' (nil HISTORY would mean to pass `regexp-history', as
now).

Now that I understand, I agree with Lennart.  There is no reason not to let
`read-regexp' be even more general by parameterizing it with a HISTORY
parameter.

Sorry for misunderstanding.  In case others also misunderstood, this is the
idea:

(defun read-regexp (prompt &optional default-value history)
  "...
Non-nil HISTORY is a symbol to use as the history variable.
If HISTORY is nil, `regexp-history' is used."
...)






  parent reply	other threads:[~2010-12-07  4:09 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 [this message]
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
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=FB260865EBEA4F33B2EE3801EC7A974F@us.oracle.com \
    --to=drew.adams@oracle.com \
    --cc=7567@debbugs.gnu.org \
    --cc=lennart.borgman@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.