From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Manual does not mention dictionary.el Date: Tue, 15 Oct 2024 16:14:58 +0300 Message-ID: <86v7xtqzhp.fsf@gnu.org> References: <87jzeexurr.fsf@iki.fi> <864j5hzszs.fsf@gnu.org> <87frp1y81h.fsf@iki.fi> <86h69huq8t.fsf@gnu.org> <86set17zkg.fsf@fastmail.fm> <868qusvb62.fsf@gnu.org> <86wmiassif.fsf@gnu.org> <87sesytcpn.fsf@web.de> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2824"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Michael Heerdegen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Oct 15 15:15:41 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1t0hOn-0000W5-1L for ged-emacs-devel@m.gmane-mx.org; Tue, 15 Oct 2024 15:15:41 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1t0hOA-0001EZ-Dc; Tue, 15 Oct 2024 09:15:02 -0400 Original-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 ) id 1t0hO9-0001E8-Bn for emacs-devel@gnu.org; Tue, 15 Oct 2024 09:15:01 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1t0hO8-0000eh-Ms; Tue, 15 Oct 2024 09:15:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=BJZlzoMJtGgwcQ9Xjo8nnAjzRNfHg50tuxSMTuQ32y0=; b=TdywgH+sMPMG vxNA1TX9wS57OBmI7Q/pH4iLBN4RktHCrgNqI+z+5Z09oj7JU7EaLCOziguqRRr7mBdzASCnLpRPD r7hk1JHgepZGsMU6I0ZylIEbaQSmNJHLIFegXJfPstIxDAH53jnE8GfewqXUxhu2L1TvDf0xbAdmj JRSBxZ+5TzIJQT7lLT3mN2Kbgv82JxpaLSJYGd3VpCM3cgfl21tvsmV9E2BKvdBQotjTFP3GVHjdM aOtTCGa7l9GA/A4ZnzP31KHO9Zd7RLLO+LqU6HfJ7D5HEOLmElbJ/KZLS5jwAOS7lm5GhV4HA5Emg MSz2EQp+3LT8sJGQ5JmZCA==; In-Reply-To: <87sesytcpn.fsf@web.de> (emacs-devel@gnu.org) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:324598 Archived-At: > Date: Tue, 15 Oct 2024 02:46:28 +0200 > From: Michael Heerdegen via "Emacs development discussions." > > chad writes: > > > > Also, list-packages doesn't show 'dictionary', neither on MS-Windows > > > nor on GNU/Linux, at least in "emacs -Q". If it does for you, I'm > > > guessing you have stuff under ~/.emacs.d/elpa/. > > > > We are seeing different behavior. > > I see that lisp/finder-inf.el defines 'dictionary' as a built-in package > in my Emacs installation. This file is loaded when doing C-h P. It > directly sets `package--builtins'. > > Maybe that file's contents differ for you and Eli? Indeed, my finder-inf.el was very old. It doesn't get rebuilt unless you explicitly request that or bootstrap (and I _never_ bootstrap).