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: native-comp write path? Date: Sat, 12 Feb 2022 19:51:15 +0200 Message-ID: <831r08rn1o.fsf@gnu.org> References: <87fsoodx2i.fsf@wavexx.thregr.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="27869"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Yuri D'Elia Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Feb 12 18:52:12 2022 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 1nIwZA-00075s-Co for ged-emacs-devel@m.gmane-mx.org; Sat, 12 Feb 2022 18:52:12 +0100 Original-Received: from localhost ([::1]:50372 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nIwZ9-00050w-2f for ged-emacs-devel@m.gmane-mx.org; Sat, 12 Feb 2022 12:52:11 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:42650) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nIwYM-0004KI-Pk for emacs-devel@gnu.org; Sat, 12 Feb 2022 12:51:22 -0500 Original-Received: from [2001:470:142:3::e] (port=45930 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nIwYM-0004tb-3S; Sat, 12 Feb 2022 12:51:22 -0500 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=tb/z8qszelpy8JQWAbGZ4PTTEDkCfKGLqbZfnJ+/l+0=; b=glNZ4ZP6WUdB 78J2NhbvqM96bQeHZ5xSqzPBPEG5gi2/lcdOc0KaAYuK1Xgw7H6rYfWVyJh1BCV4lBfl21AfnWc3C 94OHTeEI/Bf5p2SSTkSYyNLj7FL3z2i4gpcm1McP4JL0aptVMD63gKPP8DO9pRXWOPYXASehlJCVE mPLSJDNwv0MerHuapbJkQTlvphR8WsNvEf2vab1+vFiaTq7bwsxNJSPIVAd6EcuWIbF8KT0rgigL8 uXCjgo5SqQ19NnrPSuPpm0SwX5t5Xz2KRO3cyYpuf9KLzUgAtSi/PJm9Ljmz8kagqnOTy3/jD5sRG scJBX6tQiSXrZKnZB2+6iQ==; Original-Received: from [87.69.77.57] (port=3846 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nIwYL-00057d-6x; Sat, 12 Feb 2022 12:51:21 -0500 In-Reply-To: <87fsoodx2i.fsf@wavexx.thregr.org> (message from Yuri D'Elia on Sat, 12 Feb 2022 14:38:29 +0100) 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" Xref: news.gmane.io gmane.emacs.devel:286186 Archived-At: > From: Yuri D'Elia > Date: Sat, 12 Feb 2022 14:38:29 +0100 > > Is there a way to customize the place where user's elc-cache is > _written_ to? Yes, as you've seen. > I'd like to move the directory inside the XDG_CACHE hierarchy IMO, this is a mistake: the eln-cache is supposed to be more persistent than XDG_CACHE, and even more than the entire XDG hierarchy. It isn't really a "cache" in the XDG sense.