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.help Subject: Re: [External] : Re: Native compilation Date: Sun, 09 Jan 2022 09:13:38 +0200 Message-ID: <83czl12xgd.fsf@gnu.org> References: <875yr5up38.fsf@zoho.eu> <83k0flge7s.fsf@gnu.org> <87tuept0qc.fsf@zoho.eu> <83ee5tgcwv.fsf@gnu.org> <87ilv5sz9s.fsf@zoho.eu> <834k6ohp2o.fsf@gnu.org> <87ilutv5sb.fsf@zoho.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19534"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun Jan 09 08:15:34 2022 Return-path: Envelope-to: geh-help-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 1n6SQO-0004pJ-VP for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 09 Jan 2022 08:15:33 +0100 Original-Received: from localhost ([::1]:44622 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n6SQL-00058C-Vr for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 09 Jan 2022 02:15:30 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:41206) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n6SOl-00057D-LF for help-gnu-emacs@gnu.org; Sun, 09 Jan 2022 02:13:51 -0500 Original-Received: from [2001:470:142:3::e] (port=50292 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 1n6SOk-0006UH-Sa for help-gnu-emacs@gnu.org; Sun, 09 Jan 2022 02:13:51 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=Gjy1lm4BFgRVbjtdYVx/EroREefeCXk2ZwZN5jR5rB0=; b=HYAwuD0ZYxkposfYD+wy 8jBDG0sn21PFoQbYy9UYMs93F++0naIOchyDNR0LlIADwrGhlNNh9zLQzFkcCB0ocUS0M8ruD0PfG aiPnz8A7IhytmkhitnmAjuBaSzpebuQeOqA7bxg07eqQRDZxYzMXZoAbAzwH72eiHC99BYww/5LcF 8rPxSLstkd07j1PptIEHGl/Do1X7yOxoF9i7qlUMIgZkJs+EgT0kxTi8WPCyJkoFLfrJH23tbdocV d1uZ6Ww8btsoEDwrCn7Y+y/keJd0S5j+FMm1VwBPXAUydYe7pPFELdR+jwxuh6zTW/93dyem2zj9J RmKNaBa1zup6Hw==; Original-Received: from [87.69.77.57] (port=3097 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 1n6SOk-0007Z1-Rw for help-gnu-emacs@gnu.org; Sun, 09 Jan 2022 02:13:51 -0500 In-Reply-To: <87ilutv5sb.fsf@zoho.eu> (message from Emanuel Berg via Users list for the GNU Emacs text editor on Sun, 09 Jan 2022 06:26:12 +0100) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:135140 Archived-At: > Date: Sun, 09 Jan 2022 06:26:12 +0100 > Cc: emacs-w3m@namazu.org > From: Emanuel Berg via Users list for the GNU Emacs text editor > > Eli Zaretskii wrote: > > >> Here is what it said during the native compile: > >> > >> Warning (comp): Cannot look-up eln file as no source file > >> was found for /home/incal/.emacs.elc > > > > The former means your .emacs was not natively compiled > > (which is generally a Good Thing). > > Thanks, you mean not to compile it natively or not compile it > at all? Natively. > But the strange thing is it _is_ compiled, there is an > .emacs.elc which according to file(1) is "Emacs/XEmacs v28 > byte-compiled Lisp data", however the Emacs that compiled [1] > it is actually The native compilation didn't happen because Emacs didn't find the source file for the .elc file. I'm saying that you shouldn't worry about that: native compilation of init files can only cause trouble, and will never provide any tangible performance boost. So just disregard that warning. > So I wonder if there is some special way to compile it > natively? Maybe. But why bother? > I mean for all the extra Elisp one might have in HOME? I don't think it's relevant. > >> Warning (comp): w3m.el:93:1: Warning: Variable > >> ‘w3m-fb-mode’ left uninitialized Disable showing > > > > The latter means you need to look for a missing 'require'. > > It is in the MELPA's Emacs-w3m, I think, version 1.4.632. Report a bug to the developers.