From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.bugs Subject: bug#52199: [PATH] 28.0.60; custom native-comp eln cache with EMACSNATIVELOADPATH Date: Tue, 30 Nov 2021 16:31:55 +0000 Message-ID: References: <355245563.6748106.1638289266076.ref@mail.yahoo.com> <355245563.6748106.1638289266076@mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39941"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: Sun Lin To: 52199@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Nov 30 17:32:24 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1ms63L-000ADn-Ii for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 30 Nov 2021 17:32:23 +0100 Original-Received: from localhost ([::1]:59708 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ms63K-0005kt-KY for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 30 Nov 2021 11:32:22 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:46958) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ms632-0005gM-CA for bug-gnu-emacs@gnu.org; Tue, 30 Nov 2021 11:32:10 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:58930) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ms630-0003Di-3U for bug-gnu-emacs@gnu.org; Tue, 30 Nov 2021 11:32:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ms62z-0003Ox-PJ for bug-gnu-emacs@gnu.org; Tue, 30 Nov 2021 11:32:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 30 Nov 2021 16:32:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 52199 X-GNU-PR-Package: emacs Original-Received: via spool by 52199-submit@debbugs.gnu.org id=B52199.163828991913065 (code B ref 52199); Tue, 30 Nov 2021 16:32:01 +0000 Original-Received: (at 52199) by debbugs.gnu.org; 30 Nov 2021 16:31:59 +0000 Original-Received: from localhost ([127.0.0.1]:42243 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ms62x-0003Of-M0 for submit@debbugs.gnu.org; Tue, 30 Nov 2021 11:31:59 -0500 Original-Received: from mx.sdf.org ([205.166.94.24]:52072) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ms62v-0003OW-Fu for 52199@debbugs.gnu.org; Tue, 30 Nov 2021 11:31:58 -0500 Original-Received: from ma.sdf.org (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 1AUGVtms007502 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Tue, 30 Nov 2021 16:31:55 GMT In-Reply-To: <355245563.6748106.1638289266076@mail.yahoo.com> (Sun Lin via's message of "Tue, 30 Nov 2021 16:21:06 +0000 (UTC)") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:221143 Archived-At: Sun Lin via "Bug reports for GNU Emacs, the Swiss army knife of text editors" writes: > Hi, Hi > It seems native-comp-async always store the *.eln files in to the ~/.emac= s.d/eln-cache/. More preciselly under: (expand-file-name "eln-cache/" user-emacs-directory) > We can switch the EMACSNATIVELOADPATH values to the head of native-comp-e= ln-load-path, > then the *.eln will be stored in=C2=A0EMACSNATIVELOADPATH. Could you elaborate why would you want to do this? BR Andrea