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: Add a configure option for NATIVE_FULL_AOT? Date: Fri, 20 Aug 2021 13:47:35 +0300 Message-ID: <83czq81jg8.fsf@gnu.org> References: <83bl5w70vw.fsf@gnu.org> <834kbo6xm5.fsf@gnu.org> <87zgtg3x4i.fsf@wavexx.thregr.org> <83zgtg57jv.fsf@gnu.org> <83k0ki36at.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24707"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Gunnar Horrigmo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Aug 20 12:48:47 2021 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 1mH24r-0006DC-8f for ged-emacs-devel@m.gmane-mx.org; Fri, 20 Aug 2021 12:48:45 +0200 Original-Received: from localhost ([::1]:35810 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mH24p-0007Np-0t for ged-emacs-devel@m.gmane-mx.org; Fri, 20 Aug 2021 06:48:43 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49530) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mH23z-0006gV-Pw for emacs-devel@gnu.org; Fri, 20 Aug 2021 06:47:51 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:38706) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mH23z-0003aC-8g; Fri, 20 Aug 2021 06:47:51 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:1422 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 1mH23y-00020k-Ra; Fri, 20 Aug 2021 06:47:51 -0400 In-Reply-To: (message from Gunnar Horrigmo on Fri, 20 Aug 2021 10:22:59 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:272706 Archived-At: > From: Gunnar Horrigmo > Date: Fri, 20 Aug 2021 10:22:59 +0200 > > Eli Zaretskii writes: > > >> From: Gunnar Horrigmo > >> > >> Well, that's depressing, but not paying attention is on me. > > > > AFAIR, the main argument against using the XDG's cache was that the > > definition of its purpose didn't fit, and that XDG directories are > > ephemeral. > > I don't know why that is a problem, but if it is, then the right place > would be $XDG_STATE_HOME or $XDG_DATA_HOME? I think? What is the definition of "state files" and "data files" for this purpose? Just be considering the usual meaning of these, *.eln files are neither, but maybe the Freedesktop definitions are not "usual". > >> I won't attempt to revive that discussion, but is there some guidance on > >> how to configure this in .emacs (probably not, but by any means), so we > >> can have a more... compliant environment (if you'll excuse the term)? > > > > I don't think I have a clear understanding of what you want to > > achieve, so please tell more. > > I simply want to store the .eln files in an XDG defined directory, even > if you guys think I shouldn't. :) You can always customize native-comp-eln-load-path, can't you?