From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#10813: finder returns too little / info-finder too much Date: Wed, 15 Feb 2012 02:47:50 -0500 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1329292112 14394 80.91.229.3 (15 Feb 2012 07:48:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 15 Feb 2012 07:48:32 +0000 (UTC) To: 10813@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Feb 15 08:48:31 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 1RxZbG-0006pg-Tw for geb-bug-gnu-emacs@m.gmane.org; Wed, 15 Feb 2012 08:48:27 +0100 Original-Received: from localhost ([::1]:53540 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RxZbG-0002jR-5u for geb-bug-gnu-emacs@m.gmane.org; Wed, 15 Feb 2012 02:48:26 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:49850) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RxZbD-0002jM-HN for bug-gnu-emacs@gnu.org; Wed, 15 Feb 2012 02:48:24 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RxZbC-000346-9u for bug-gnu-emacs@gnu.org; Wed, 15 Feb 2012 02:48:23 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:37312) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RxZbC-000342-8R for bug-gnu-emacs@gnu.org; Wed, 15 Feb 2012 02:48:22 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1RxZco-0004CV-FR for bug-gnu-emacs@gnu.org; Wed, 15 Feb 2012 02:50:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 15 Feb 2012 07:50:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 10813 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: X-Debbugs-Original-To: submit@debbugs.gnu.org Original-Received: via spool by submit@debbugs.gnu.org id=B.132929217816110 (code B ref -1); Wed, 15 Feb 2012 07:50:02 +0000 Original-Received: (at submit) by debbugs.gnu.org; 15 Feb 2012 07:49:38 +0000 Original-Received: from localhost ([127.0.0.1]:40935 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RxZcP-0004Bm-LG for submit@debbugs.gnu.org; Wed, 15 Feb 2012 02:49:38 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:44124 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RxZcK-0004Bc-MO for submit@debbugs.gnu.org; Wed, 15 Feb 2012 02:49:33 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RxZag-00010y-Hn; Wed, 15 Feb 2012 02:47:50 -0500 X-Spook: embassy 2600 Magazine IDEA cryptographic advisors ASO X-Ran: EDt|`O~Zk5D_s^]4DV=:4qyx=11k-|$kh`w%c@BEHAE]W 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:56905 Archived-At: Package: emacs Version: 24.0.93 Severity: minor I think this might be deliberate [1], but finder returns less than it used to. emacs -Q -f finder-list-keywords Select "abbrev" -> 9 results Compare with emacs-23.4, where there are 13 results. Some have been made obsolete, but it seems it does not show things in the "emacs" package. Eg abbrev.el, macros.el. It seems weird not to list these files in a category described as "abbreviation handling, typing shorts, and macros". Info-finder does not seem to know about this: emacs -Q -f info-finder select "abbrev" -> results include a bogus "emacs : abbrev mode commands for Emacs" that cannot be selected ("Can't find library emacs"). [1] http://lists.gnu.org/archive/html/emacs-devel/2010-08/msg01284.html