From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.devel Subject: Re: [ELPA] New package: pyim Date: Sun, 21 Feb 2021 22:31:54 -0800 Message-ID: <87y2fgbokl.fsf@ericabrahamsen.net> References: <1811ed58.18e5.177c79de92a.Coremail.tumashu@163.com> <1ec6a274.1f71.177c7c0ae20.Coremail.tumashu@163.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24873"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: Stefan Monnier , "emacs-devel@gnu.org" To: tumashu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Feb 22 07:32:42 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lE4lu-0006Nv-J5 for ged-emacs-devel@m.gmane-mx.org; Mon, 22 Feb 2021 07:32:42 +0100 Original-Received: from localhost ([::1]:37752 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lE4lt-0006S7-Iu for ged-emacs-devel@m.gmane-mx.org; Mon, 22 Feb 2021 01:32:41 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51506) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lE4lL-000611-Q4 for emacs-devel@gnu.org; Mon, 22 Feb 2021 01:32:07 -0500 Original-Received: from ericabrahamsen.net ([52.70.2.18]:59240 helo=mail.ericabrahamsen.net) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lE4lJ-0003lS-TM for emacs-devel@gnu.org; Mon, 22 Feb 2021 01:32:07 -0500 Original-Received: from localhost (c-73-254-86-141.hsd1.wa.comcast.net [73.254.86.141]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id C7987FA4AD; Mon, 22 Feb 2021 06:31:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericabrahamsen.net; s=mail; t=1613975517; bh=Ul4yhbUqTfPSbzE5e2+/pQL2A82mEKmybFa1tzUvIA8=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=zRyGBggROuea+sgvj+CmEilmVuiPkVl5zsm5lWb/GiNlm3vVTr8tGE84O+uBdT02V CXT6Ki+wRK6ecKtojWNipRGrfToCquxokN3oKu0ZQ2k1Uq0T8HXsCLcJRDBo2OTAy1 LAPpKK0A8dZCdmA1Vmfj0VUC5Ptq+eeig/1hfKDU= In-Reply-To: (tumashu's message of "Mon, 22 Feb 2021 12:56:24 +0800 (CST)") Received-SPF: pass client-ip=52.70.2.18; envelope-from=eric@ericabrahamsen.net; helo=mail.ericabrahamsen.net X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:265462 Archived-At: tumashu writes: > At 2021-02-22 12:42:59, "Stefan Monnier" wrote: >>>>There's a fair bit of that discussion written in a language I sadly >>>>can't read. What's still missing? >>> Not missing at the moment :-) I think. >> >>Even better. >> >>> yes, the problem is that the pinyin.map in Emacs do not include many Chinese Char. >>> it is a *small* table :-) >> >>Then we should improve it within Emacs, not just within pyim. >> >>Presumably there's an appropriately licensed pinyin map somewhere that's >>more complete, like maybe one used by some part of Gnome, or something? >> >> >> Stefan >> > > should We find a GPL license pinyin map? > > ibus-libpinyin's tabe come from android im too, it is Apache License Version 2.0 > https://github.com/libpinyin/libpinyin/blob/master/data/opengram.license I went a little ways towards this in #34862, but it fizzled out: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34862 I'd be happy to help pitch in here.