[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cjk] Fwd: HELP with emacs 25.1 and cjk-enc.el
From: |
Hin-Tak Leung |
Subject: |
Re: [cjk] Fwd: HELP with emacs 25.1 and cjk-enc.el |
Date: |
Fri, 16 Dec 2016 02:08:42 +0000 (UTC) |
After the progress report recursion fix for the other encodings, I think I am
almost there with Big5 encoding.
Somehow
In emacs 22.3,
write-region(1 588 "Big5.cjk")
calls
cjk-encode(1 588)
only once.
But in emacs 25, it is called 4 times:
cjk-encode(1 588)
cjk-encode(1 191)
cjk-encode(1 114)
cjk-encode(1 37)
Presumably the first time is correct. So I probably need to look at what
write-region is doing,
and how it is changed recently with emacs 25. Interesting that 191 - 114 = 114
- 37...
It is another recursion of some sort.