emacs-devel
[Top][All Lists]
Advanced

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

Re: master b5bbb29634e 1/5: Merge from origin/emacs-29


From: Eli Zaretskii
Subject: Re: master b5bbb29634e 1/5: Merge from origin/emacs-29
Date: Thu, 24 Aug 2023 18:08:24 +0300

> Date: Thu, 24 Aug 2023 16:10:21 +0200
> From: "Herbert J. Skuhra" <herbert@gojira.at>
> Cc: Eli Zaretskii <eliz@gnu.org>,
>       acorallo@gnu.org,
>       emacs-devel@gnu.org
> 
> On Thu, 24 Aug 2023 13:17:49 +0200, Ihor Radchenko wrote:
> > 
> > Eli Zaretskii <eliz@gnu.org> writes:
> > 
> > >> > > > The issue does not occur if I
> > >> > > >  ...
> > >> > > > - run emacs from the source tree: ./src/emacs -Q --file ~/table.org
> > >
> > > Ihor, any suggestions or comments?
> > 
> > The fact that running from ./src/emacs does not trigger the problem
> > makes me suspect that it might be something to do with .el.gz files. At
> > least, it is the only problematic thing I heard about when doing make
> > install.
> 
> If I gzip ./lisp/org/org-loaddefs.el and
> ./lisp/emacs-lisp/cl-loaddefs.el and run ./src/emacs the problem also occurs.

Is your build with zlib or without it?  If without, then when you
compress *.el files, Emacs will be unable to use natively-compiled
*.eln files, because it needs to check their consistency with the
corresponding *.el files.  Don't you have warnings about that in the
*Warninngs* buffer?



reply via email to

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