unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: Cannot look-up eln
Date: Tue, 04 Oct 2022 19:38:48 +0300	[thread overview]
Message-ID: <83czb7v90n.fsf@gnu.org> (raw)
In-Reply-To: <YzxJrohJMu/Tba3A@histomat.net> (message from Haines Brown on Tue, 4 Oct 2022 10:56:46 -0400)

> Date: Tue, 4 Oct 2022 10:56:46 -0400
> From: Haines Brown <haines@histomat.net>
> 
> I get an error that I suspect occurred after I upgraded my Linux 
> system to testing. The version of emacs I'm now running is 1:28.1+1-3
> 
> When I start emacs this error message is displayed:
> 
>   Warning (comp): Cannot look-up eln file as no source file was found 
>   for /home/haines/.emacs.d/elisp/ibus.elc Disable showing Disable logging
> 
> In my .emacs there is:
> 
>   (add-to-list 'load-path "/home/haines/.emacs.d/elisp/")
>   ...
>    (load-library "ibus.elc") 
>   ...
> 
> And the ~/.emacs.d/elisp/ibus.elc file does exist

Re-read the warning message: it complains about the "source file",
which is ibus.el, not ibus.elc.  Do you have that file, and if so, is
it on load-path?

> What is eln? Fedora Enterprise Linux Next?

The *.eln files are *.el files compiled to native (a.k.a. "machine")
code.  They make Emacs work faster.

> If so, I don't want it. If I click "Disable showing" in the warning
> message will it disable all warnings or just this one?

Only the warnings of this kind, i.e. those that come from the attempt
to find the *.el files in order to verify the *.eln files before they
are loaded into Emacs.



  reply	other threads:[~2022-10-04 16:38 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-04 14:56 Cannot look-up eln Haines Brown
2022-10-04 16:38 ` Eli Zaretskii [this message]
2022-10-04 16:41 ` Akib Azmain Turja
2022-10-04 22:37 ` Stefan Monnier via Users list for the GNU Emacs text editor
2022-10-05  9:40   ` Eric S Fraga
2022-10-05 10:04     ` Eli Zaretskii
2022-10-05 12:13     ` Stefan Monnier via Users list for the GNU Emacs text editor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83czb7v90n.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).