From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.bugs Subject: bug#6757: 24.0.50; Search field in Customize Date: Sun, 05 Feb 2012 21:27:36 +0800 Message-ID: <87sjipz9yv.fsf@gnu.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1328448505 5335 80.91.229.3 (5 Feb 2012 13:28:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 5 Feb 2012 13:28:25 +0000 (UTC) To: 6757-done@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Feb 05 14:28:24 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ru28l-0003cz-Dw for geb-bug-gnu-emacs@m.gmane.org; Sun, 05 Feb 2012 14:28:23 +0100 Original-Received: from localhost ([::1]:46961 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ru28k-00029X-Ju for geb-bug-gnu-emacs@m.gmane.org; Sun, 05 Feb 2012 08:28:22 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:56992) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ru28h-00029L-Aj for bug-gnu-emacs@gnu.org; Sun, 05 Feb 2012 08:28:20 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ru28g-0004vl-42 for bug-gnu-emacs@gnu.org; Sun, 05 Feb 2012 08:28:19 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:51428) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ru28g-0004vd-1A for bug-gnu-emacs@gnu.org; Sun, 05 Feb 2012 08:28:18 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1Ru29N-0001kY-Ul for bug-gnu-emacs@gnu.org; Sun, 05 Feb 2012 08:29:01 -0500 In-Reply-To: Resent-From: Chong Yidong Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Sun, 05 Feb 2012 13:29:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 6757 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Mail-Followup-To: 6757@debbugs.gnu.org, cyd@gnu.org Original-Received: via spool by 6757-done@debbugs.gnu.org id=D6757.13284485126685 (code D ref 6757); Sun, 05 Feb 2012 13:29:01 +0000 Original-Received: (at 6757-done) by debbugs.gnu.org; 5 Feb 2012 13:28:32 +0000 Original-Received: from localhost ([127.0.0.1]:55050 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Ru28u-0001jm-4Z for submit@debbugs.gnu.org; Sun, 05 Feb 2012 08:28:32 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:52057 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Ru28s-0001jf-Fn for 6757-done@debbugs.gnu.org; Sun, 05 Feb 2012 08:28:31 -0500 Original-Received: from bb121-7-229-69.singnet.com.sg ([121.7.229.69]:54238 helo=furball) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1Ru289-0003tQ-BV for 6757-done@debbugs.gnu.org; Sun, 05 Feb 2012 08:27:45 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 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: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:56512 Archived-At: > 1. There is no doc for this new feature, > > 2. Click mouse-1 in the search field, then type, say, `.*fer'. > *IF* you could guess (without any doc) that `Search' runs > `customize-apropos', they you would expect that the regexp you > entered, `.*fer' would be passed to `customize-apropos'. > > But no; it is not. The entire Search field is prepopulated with > spaces! > > 3. Also, in a virgin Search field (nothing typed), click Search. > Because of the current behavior of counting the leading > whitespace but not the trailing whitespace, the search string > used is "" (no leading whitespace because no non-whitespace > char to lead). All these appear to be fixed. Closing the bug.