help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New installation of GNU Emacs 28.2, (Debian bookworm,) error


From: John Conover
Subject: Re: New installation of GNU Emacs 28.2, (Debian bookworm,) error
Date: Thu, 14 Mar 2024 12:19:59 -0700

ls -al .emacs*
-r-------- 1 xxx users 150523 Dec 20  2022 .emacs
-r-------- 1 xxx users 150545 Dec  3  2020 .emacs.bak
-r-------- 1 xxx users  54941 Dec 20  2022 .emacs.elc
-r-------- 1 xxx users  54863 Sep  9  2017 .emacs.elc.bak
-r-------- 1 xxx users   7708 Dec 17  2019 .emacs.help
-r-------- 1 xxx users    220 Feb 10  2022 .emacsheaders

But ln -s .emacs .emacs.el fixes it.

    Thanks,

    John

Eli Zaretskii writes:
> > Date: Thu, 14 Mar 2024 11:55:59 -0700
> > From: conover@panix.com (John Conover)
> > 
> > 
> > emacs filename yields
> > 
> >     Warning (comp): Cannot look-up eln file as no source file was found for 
> > /home/xxx/.emacs.elc Disable showing Disable logging
> > 
> > What is an eln file?
> 
> It's the result of native compilation.
> 
> The message tells you that Emacs is unable to find whether your system
> has a .eln file corresponding to your .emacs.elc because it cannot
> find the source file .emacs.el or .emacs that was byte-compiled into
> .emacs.elc.

-- 

John Conover, conover@panix.com, http://www.johncon.com/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]