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#353: M-x customize lacks search function Date: Tue, 03 Jun 2008 17:08:39 -0400 Message-ID: References: <87hccamj7k.fsf@jidanni.org> Reply-To: Stefan Monnier , 353@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1212528466 5664 80.91.229.12 (3 Jun 2008 21:27:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 Jun 2008 21:27:46 +0000 (UTC) Cc: 353@emacsbugs.donarmstrong.com, bug-gnu-emacs@gnu.org To: jidanni@jidanni.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jun 03 23:28:27 2008 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.50) id 1K3e3I-0008Im-66 for geb-bug-gnu-emacs@m.gmane.org; Tue, 03 Jun 2008 23:28:20 +0200 Original-Received: from localhost ([127.0.0.1]:34105 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3e2V-000351-IK for geb-bug-gnu-emacs@m.gmane.org; Tue, 03 Jun 2008 17:27:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K3e2B-0002no-AZ for bug-gnu-emacs@gnu.org; Tue, 03 Jun 2008 17:27:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K3e29-0002mJ-HR for bug-gnu-emacs@gnu.org; Tue, 03 Jun 2008 17:27:10 -0400 Original-Received: from [199.232.76.173] (port=56529 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3e29-0002li-3l for bug-gnu-emacs@gnu.org; Tue, 03 Jun 2008 17:27:09 -0400 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:36982) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K3e27-0002Eb-JT for bug-gnu-emacs@gnu.org; Tue, 03 Jun 2008 17:27:08 -0400 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m53LR4Yo008583; Tue, 3 Jun 2008 14:27:05 -0700 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id m53LF5Ve005216; Tue, 3 Jun 2008 14:15:05 -0700 X-Loop: don@donarmstrong.com Resent-From: Stefan Monnier Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Tue, 03 Jun 2008 21:15:05 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 353 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by 353-submit@emacsbugs.donarmstrong.com id=B353.12125273223852 (code B ref 353); Tue, 03 Jun 2008 21:15:05 +0000 Original-Received: (at 353) by emacsbugs.donarmstrong.com; 3 Jun 2008 21:08:42 +0000 Original-Received: from ceviche.home (206-248-132-168.dsl.teksavvy.com [206.248.132.168]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m53L8dIe003846 for <353@emacsbugs.donarmstrong.com>; Tue, 3 Jun 2008 14:08:40 -0700 Original-Received: by ceviche.home (Postfix, from userid 20848) id 13F15B423C; Tue, 3 Jun 2008 17:08:39 -0400 (EDT) In-Reply-To: <87hccamj7k.fsf@jidanni.org> (jidanni@jidanni.org's message of "Wed, 04 Jun 2008 03:06:39 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Resent-Date: Tue, 03 Jun 2008 17:27:10 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list 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:18244 Archived-At: severity 353 wishitem thanks > The screen that greets the user upon M-x customize should have a > Search [________] > box. E.g., the user is looking for things that match cursor.*color, > and finds some using M-x apropos, but would like to find where inside > all the menus he should go now here to get to the M-x customize > specific ones. Yes, that sounds like a good idea. Patches welcome, Stefan