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 15:20:18 +0300 Message-ID: <8634kxsgl9.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="33174"; mail-complaints-to="usenet@ciao.gmane.io" Cc: michael_heerdegen@web.de, emacs-devel@gnu.org To: chad Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Oct 15 14:20:49 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 1t0gXh-0008OT-68 for ged-emacs-devel@m.gmane-mx.org; Tue, 15 Oct 2024 14:20:49 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1t0gXK-00048s-Bs; Tue, 15 Oct 2024 08:20:26 -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 1t0gXI-00048U-BO for emacs-devel@gnu.org; Tue, 15 Oct 2024 08:20:24 -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 1t0gXI-0002Qw-2s; Tue, 15 Oct 2024 08:20:24 -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=dhuP3vaMoyXcsjbCiZqby6/uwVtfGD8gp1faB3WT9n4=; b=kbsmI7tvts/7 z0sNjjhBUTL3mraR0yMElSlUtwRKzalj5vu6IHwCnTvk5u7gWy9UltVLyMzCkarXlCg3zM/WC4k9g uYCD5QBxxiNx1nQzGmMTJhhfNITTnphklB77ib+lt4Gz20frhgr9PVZ9tWcKAEMDvbmMcJhDIzRIi 2DwhLU6D82wK8/GItYJd29uJiYpoOvzdjX50Mz/NrFMvOZgsb5T0PJ9/zrZM6z+cE1tI4s5iHSLV/ u4Br24m1X23mRpwXYfKh8K0ujqIgs1F9BpmfC9hEwCWEX3PFQ9le9eN9dUk0iFsfPgsPs5ofPCjok P6Ke/X3TcDwM0KDw7oyWsA==; In-Reply-To: (message from chad on Tue, 15 Oct 2024 01:30:19 -0400) 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:324595 Archived-At: > From: chad > Date: Tue, 15 Oct 2024 01:30:19 -0400 > Cc: emacs-devel@gnu.org > > 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? > > Yep, good spot! > > On both my regular linux laptop (with frequently rebuilt head) and on > a borrowed win11 install of emacs 30, I see lines in finder-inf.el for > both dictionary and dictionary-connection. Tracing through the > function finder-compile-keywords in finder.el, I suspect that *maybe* > this is an artifact of Eli running directly out of the build tree? No, I almost never build out of the tree.