emacs-devel
[Top][All Lists]
Advanced

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

Re: Skipping unexec via a big .elc file


From: Eli Zaretskii
Subject: Re: Skipping unexec via a big .elc file
Date: Sun, 05 Feb 2017 17:51:52 +0200

> From: Ken Raeburn <address@hidden>
> Date: Sun, 5 Feb 2017 09:19:38 -0500
> Cc: Emacs developers <address@hidden>
> 
> For now, I changed loadup.el to emit a “load” form to get characters.elc at 
> startup, and that seems to be working.  Copying the contents of 
> characters.elc may be very slightly faster, but I haven’t done any timing 
> tests.
> 
> I also tracked down my new ja-dic-cnv problem.  It looks like SKK-JISYO.L was 
> being mangled on read because the input sequences weren’t recognized as 
> Unicode compatible; this caused the resulting buffer not to be considered 
> UTF-8 compatible, so it prompted for a coding system to write with.  Calling 
> unify-charset on the various charsets seems to be needed.
> 
> With that change, I’m able to run “make bootstrap” in a GNU/Linux/X11 
> configuration and it runs to completion.  I haven’t yet tested it on macOS, 
> or compared the .elc for the differences you were describing.

Thanks.  Are those changes committed to the branch?



reply via email to

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