[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: |
Sat, 25 Feb 2017 16:52:12 +0200 |
> From: Ken Raeburn <address@hidden>
> Date: Sun, 5 Feb 2017 09:19:38 -0500
> Cc: Emacs developers <address@hidden>
>
> 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.
Is this part in the repository? Because I still get prompted for an
encoding when producing ja-dic.el:
GEN ../lisp/leim/ja-dic/ja-dic.el
Reading file "d:/gnu/git/emacs/no-unexec/leim/SKK-DIC/SKK-JISYO.L" ...
Processing OKURI-ARI entries ...
Processing POSTFIX entries ...
Processing PREFIX entries ...
Collecting OKURI-NASI entries ...
collected 26% ...
collected 30% ...
collected 40% ...
collected 50% ...
collected 60% ...
collected 70% ...
collected 80% ...
collected 90% ...
Processing OKURI-NASI entries ...
processed 10% ...
processed 20% ...
processed 30% ...
processed 40% ...
processed 50% ...
processed 60% ...
processed 70% ...
processed 80% ...
processed 90% ...
processed 100% ...
Select coding system (default japanese-shift-jis): utf-8-unix
I needed to type utf-8-unix by hand. Any ideas? Is it possible that
this happens because my default encoding is not UTF-8?
I also pushed a small Windows-specific change to the branch, to allow
Windows users try building this branch.
Thanks.
- Re: Skipping unexec via a big .elc file, (continued)
- Re: Skipping unexec via a big .elc file, Ken Raeburn, 2017/02/05
- Re: Skipping unexec via a big .elc file, Eli Zaretskii, 2017/02/05
- Re: Skipping unexec via a big .elc file, Ken Raeburn, 2017/02/05
- Re: Skipping unexec via a big .elc file, Ken Raeburn, 2017/02/06
- Re: Skipping unexec via a big .elc file, Stefan Monnier, 2017/02/06
- Re: Skipping unexec via a big .elc file, Ken Raeburn, 2017/02/06
- Re: Skipping unexec via a big .elc file, Stefan Monnier, 2017/02/06
- Re: Skipping unexec via a big .elc file, Ken Raeburn, 2017/02/08
- Re: Skipping unexec via a big .elc file, Ken Brown, 2017/02/08
- Re: Skipping unexec via a big .elc file, Ken Brown, 2017/02/05
- Re: Skipping unexec via a big .elc file,
Eli Zaretskii <=
- Re: Skipping unexec via a big .elc file, Eli Zaretskii, 2017/02/25
- Re: Skipping unexec via a big .elc file, Ken Raeburn, 2017/02/26