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: Mon, 14 Oct 2024 17:07:10 +0300 Message-ID: <86plo2srqp.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> <86ttdf9n0i.fsf@fastmail.fm> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26158"; mail-complaints-to="usenet@ciao.gmane.io" Cc: yandros@gmail.com, petterih@iki.fi, emacs-devel@gnu.org To: Joost Kremers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Oct 14 16:07:26 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 1t0LjK-0006eT-0s for ged-emacs-devel@m.gmane-mx.org; Mon, 14 Oct 2024 16:07:26 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1t0Lj9-0006FV-Ee; Mon, 14 Oct 2024 10:07:15 -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 1t0Lj8-0006F7-AB for emacs-devel@gnu.org; Mon, 14 Oct 2024 10:07:14 -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 1t0Lj7-0007sp-W4; Mon, 14 Oct 2024 10:07:14 -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=0058m6+HiHD/d2ytSIMFlLPcUHt1TUkXASeyl9YuYdM=; b=qhkjbkEJwD4r SIecLmOhnUM6nBBhMoulG/22CPaMwtolgLiqQK4G0tFdqYR3WPijUs/n2MyAijsx1yeSEtweHxfze gjMMrde/6xJv5HcFRDrXaXchDY6d0cutIJCBeJmPHO47O8RtgfgHNhXRs9iotlIq+wlmv6q8JB6BK zJVdouCXuW1OqynIdMtup1dWHmLh+hANV111DNSWu3yEKTVNZLEYY9FMEPJeqyZWLyOtWwyV51Vfg FDlB4YwVXvQkK8XV1AKckxIe8jGHOakOXVPCht303mqxWCGDSpaieCQCfTPT/bmj9S4BusdhqKsx4 QU6CAmg8Ttt+sOu8fRbkbA==; In-Reply-To: <86ttdf9n0i.fsf@fastmail.fm> (message from Joost Kremers on Mon, 14 Oct 2024 09:11:57 +0200) 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:324570 Archived-At: > From: Joost Kremers > Cc: Eli Zaretskii , petterih@iki.fi, emacs-devel@gnu.org > Date: Mon, 14 Oct 2024 09:11:57 +0200 > > I mean, it makes sense that package.el knows about built-in packages, > because they are included in the list when you do 'M-x list-packages'. Not here, they don't. And that's neither on GNU/Linux nor on MS-Windows. > It's interesting to know, though, that there is still some interaction with > .emacs.d, even when you start Emacs with the -Q switch. I didn't know that. The -Q switch doesn't block access to your home directory. Its purpose is something else.