From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#7567: Please add a history variable to read-regexp Date: Fri, 10 Dec 2010 15:10:05 -0500 Message-ID: References: <871v5tqb60.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1292012577 3749 80.91.229.12 (10 Dec 2010 20:22:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 10 Dec 2010 20:22:57 +0000 (UTC) Cc: 7567@debbugs.gnu.org To: "Drew Adams" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Dec 10 21:22:52 2010 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PR9UN-0005fj-Vy for geb-bug-gnu-emacs@m.gmane.org; Fri, 10 Dec 2010 21:22:48 +0100 Original-Received: from localhost ([127.0.0.1]:58401 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PR9UN-0003S9-Av for geb-bug-gnu-emacs@m.gmane.org; Fri, 10 Dec 2010 15:22:47 -0500 Original-Received: from [140.186.70.92] (port=47575 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PR9Tu-0003B0-TT for bug-gnu-emacs@gnu.org; Fri, 10 Dec 2010 15:22:20 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PR9Tt-0001IK-TA for bug-gnu-emacs@gnu.org; Fri, 10 Dec 2010 15:22:18 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:38703) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PR9Tt-0001IG-QL for bug-gnu-emacs@gnu.org; Fri, 10 Dec 2010 15:22:17 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1PR9DC-0007ha-J1; Fri, 10 Dec 2010 15:05:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 10 Dec 2010 20:05:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 7567 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 7567-submit@debbugs.gnu.org id=B7567.129201144929534 (code B ref 7567); Fri, 10 Dec 2010 20:05:02 +0000 Original-Received: (at 7567) by debbugs.gnu.org; 10 Dec 2010 20:04:09 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PR9CL-0007gJ-2D for submit@debbugs.gnu.org; Fri, 10 Dec 2010 15:04:09 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183] helo=ironport2-out.pppoe.ca) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PR9CK-0007fl-5T for 7567@debbugs.gnu.org; Fri, 10 Dec 2010 15:04:08 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Aj8LAG8XAk3O+KIs/2dsb2JhbACic4Ebeb9jhUoEhGSOBQ X-IronPort-AV: E=Sophos;i="4.59,325,1288584000"; d="scan'208";a="85132295" Original-Received: from 206-248-162-44.dsl.teksavvy.com (HELO ceviche.home) ([206.248.162.44]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 10 Dec 2010 15:10:05 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 639586616B; Fri, 10 Dec 2010 15:10:05 -0500 (EST) In-Reply-To: (Drew Adams's message of "Thu, 9 Dec 2010 19:46:23 -0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Fri, 10 Dec 2010 15:05:02 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:42400 Archived-At: >> It's too low-level: better provide a DEFAULT-VALUE and then >> the function > What function? read- (i.e. read-regexp in the case at hand). >> can decide to do as we do (i.e. put default in prompt and in >> M-n) or as they do > They who/what? Most other GUI applications. Stefan