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: [External] : emacs-28 windows binaries available from alpha Date: Sat, 05 Feb 2022 19:54:08 +0200 Message-ID: <83fsox19of.fsf@gnu.org> References: <834k5d3hbv.fsf@gnu.org> <83pmo11wij.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35179"; mail-complaints-to="usenet@ciao.gmane.io" Cc: akrl@sdf.org, corwin@bru.st, drew.adams@oracle.com, emacs-devel@gnu.org To: "H. Dieter Wilhelm" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Feb 05 18:57:32 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 1nGPJT-0008zd-On for ged-emacs-devel@m.gmane-mx.org; Sat, 05 Feb 2022 18:57:31 +0100 Original-Received: from localhost ([::1]:55252 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nGPJS-0002ok-ER for ged-emacs-devel@m.gmane-mx.org; Sat, 05 Feb 2022 12:57:30 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:52776) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nGPGa-0000YX-Pq for emacs-devel@gnu.org; Sat, 05 Feb 2022 12:54:32 -0500 Original-Received: from [2001:470:142:3::e] (port=38494 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 1nGPGX-0008T9-ME; Sat, 05 Feb 2022 12:54:29 -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=IUF0+uUj0R7ih0CEuy3tkKlPfupSc4s4aqxU6FQH30s=; b=GvYnnFt6YgLQ Mv7hMikc02sW5uNX7xjgxtuTm+PyOJPkRF4doO5aacl03iGu+RQ6bTyvHyduFP+p2sEsHq7f7iA54 /7lJEf64ToP71KNQHecPoGLXrajXOaPVvfevHmytp/DDg5qDk5yzTx6pr7vBfZaGstHmeTpA4WeI4 L480eZstzTwdQHxQCD+4HBrXoViLuabhkO85lxCWdsl2R/xFxukP9JlLMtCayCLq7osDWHC4lysy8 QFmGhxJ6VatrjjfueOs520ik14iCT0m4AIQZARfvNzzmfdYXPr/rMDnbWi02owTC2TM1W0FG4JMIH MLeYXst9EZUGCNMqtoL4tQ==; Original-Received: from [87.69.77.57] (port=2414 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 1nGPGW-0006IL-CH; Sat, 05 Feb 2022 12:54:29 -0500 In-Reply-To: (dieter@duenenhof-wilhelm.de) 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:285906 Archived-At: > From: "H. Dieter Wilhelm" > Cc: corwin@bru.st, emacs-devel@gnu.org, drew.adams@oracle.com, akrl@sdf.org > Date: Sat, 05 Feb 2022 17:49:31 +0100 > > "Touched" and loaded strings.elc. > > -rw-r--r-- 1 uidg1626 Domain Users 34051 Feb 5 10:04 strings.el > -rw-r--r-- 1 uidg1626 Domain Users 22756 Feb 5 16:54 strings.elc > > But it seems that string.el wasn't compiled, I can't see it in > *Asysnc-native-compile-log* neither in eln-cache!? I cannot reproduce this. How exactly did you load strings.elc? > >> Does this mean that Emacs - by default - is only natively compiling .el > >> files which are from Emacs' tree and (M)elpa packages? > > > > No. Emacs should natively compile any .el file when its .elc file is > > loaded, provided that (a) the .el file can be found, and (b) the .el > > file is older than the .elc file. > > Might it work when the .el files are in PATH or in Emacs' tree? No, it has nothing to do with PATH or the Emacs tree.