GNU bug report logs -
#34215
27.0.50; Provide elisp access to Chinese pinyin-to-character mapping
Previous Next
Reported by: Eric Abrahamsen <eric <at> ericabrahamsen.net>
Date: Sun, 27 Jan 2019 05:44:01 UTC
Severity: wishlist
Found in version 27.0.50
Done: Eric Abrahamsen <eric <at> ericabrahamsen.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: Eric Abrahamsen <eric <at> ericabrahamsen.net>
> Date: Sat, 26 Jan 2019 21:34:39 -0800
>
> So this proposed patch simply parses the same file in the same way, but
> in a different location. I've put it in china-util.el, but chinese.el
> would also be a reasonable spot. Both those files are concerned with
> encoding, but at least "china-util" gives the impression that it could
> be a grab-bag.
How much does this add to Emacs memory footprint when loaded? Since
this will be required only rarely, I doubt that it would be a good
idea to force every user of Chinese language to pay the price, if it
is significant. It would be better to have this as a separate file
with autoloaded variable or function, IMO.
> I'm not sure this use of `source-directory' is particularly robust, but
> I don't know how else to handle it.
source-directory might not exist in a given installation.
Maybe we should have the data copied into that separate file I
mentioned above.
Thanks.
This bug report was last modified 6 years and 82 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.