GNU bug report logs - #66349
29.1.50; Regenerate finder keyword hash for installed packages

Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.

Package: emacs; Severity: wishlist; Reported by: Daniel Mendler <mail@HIDDEN>; dated Wed, 4 Oct 2023 20:51:01 UTC; Maintainer for emacs is bug-gnu-emacs@HIDDEN.
Severity set to 'wishlist' from 'normal' Request was from Stefan Kangas <stefankangas@HIDDEN> to control <at> debbugs.gnu.org. Full text available.

Message received at submit <at> debbugs.gnu.org:


Received: (at submit) by debbugs.gnu.org; 4 Oct 2023 20:50:51 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Oct 04 16:50:51 2023
Received: from localhost ([127.0.0.1]:45453 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1qo8pX-0003as-ES
	for submit <at> debbugs.gnu.org; Wed, 04 Oct 2023 16:50:51 -0400
Received: from lists.gnu.org ([2001:470:142::17]:37174)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1qo8pV-0003ac-Os
 for submit <at> debbugs.gnu.org; Wed, 04 Oct 2023 16:50:50 -0400
Received: from eggs.gnu.org ([2001:470:142:3::10])
 by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <mail@HIDDEN>)
 id 1qo8p6-0004aQ-I2
 for bug-gnu-emacs@HIDDEN; Wed, 04 Oct 2023 16:50:24 -0400
Received: from server.qxqx.de ([2a01:4f8:121:346::180] helo=mail.qxqx.de)
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <mail@HIDDEN>)
 id 1qo8p4-0000CK-8H
 for bug-gnu-emacs@HIDDEN; Wed, 04 Oct 2023 16:50:24 -0400
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=qxqx.de;
 s=mail1392553390; h=Content-Type:MIME-Version:Message-ID:Date:Subject:To:From
 :Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID:Content-Description:
 Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:
 In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe:
 List-Post:List-Owner:List-Archive;
 bh=lDb7g5Jf1kUnMJ6VowfIJSP7v3ejckzA5lhLzEQ/2PM=; b=tqnE2t9uE6Pv9foMPCL5fu+Bgd
 arVrd7QbaknzWBMh5cPZIV9ygFYWXGoWyI6/0/TDpHwXldhmt8GW8gvnmE3eLa7qNqhCGdoh8SHov
 R6fYIGbu5jol8BMo4lyGyMzlwA9gcaZmgpOL2ny4kh11GCu1u7HAEPyBhWKMcN0Goo1k=;
From: Daniel Mendler <mail@HIDDEN>
To: bug-gnu-emacs@HIDDEN
Subject: 29.1.50; Regenerate finder keyword hash for installed packages
Date: Wed, 04 Oct 2023 22:50:16 +0200
Message-ID: <877co2t8mv.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
Received-SPF: pass client-ip=2a01:4f8:121:346::180;
 envelope-from=mail@HIDDEN; helo=mail.qxqx.de
X-Spam_score_int: -41
X-Spam_score: -4.2
X-Spam_bar: ----
X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1,
 DKIM_VALID=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_PASS=-0.001,
 SPF_PASS=-0.001 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: 0.9 (/)
X-Debbugs-Envelope-To: submit
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -0.1 (/)

(Separate bug report as requested by Stefan Kangas in bug#66335)

For external packages installed from the package archives via
`package-install' the `finder-keywords-hash' is not regenerated. For
this reason separately installed packages do not appear in the
`*Finder*' buffer created by `M-x finder-by-keyword'.

Regenerating the finder hash table is possible by calling
`finder-compile-keywords'. The resulting hash table can be dumped to a
file in the Emacs directory and loaded by the init.el or finder.el.

Regenerating the hash table is likely too expensive to perform after
each package installation. Regeneration could either be done lazily when
the finder is invoked after a package list change, or even triggered
manually.




Acknowledgement sent to Daniel Mendler <mail@HIDDEN>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs@HIDDEN. Full text available.
Report forwarded to bug-gnu-emacs@HIDDEN:
bug#66349; Package emacs. Full text available.
Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.
Last modified: Thu, 5 Oct 2023 22:00:02 UTC

GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997 nCipher Corporation Ltd, 1994-97 Ian Jackson.