From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Any new method to deal with Emacs Fonts settings puzzles nearly every Chinese =?gbk?B?ZW1hY3NlcqO/?= Date: Sat, 13 Nov 2021 17:32:12 +0200 Message-ID: <834k8gxe9v.fsf@gnu.org> References: <2c676019.21d2.17d19ba2dc8.Coremail.tumashu@163.com> <593d0379.21f8.17d19c624db.Coremail.tumashu@163.com> <7b6b298a.222b.17d19d2e110.Coremail.tumashu@163.com> Mime-Version: 1.0 Content-Type: text/plain; charset=gbk Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6322"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: tumashu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Nov 13 16:33:51 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 1mlv2M-0001WA-Uq for ged-emacs-devel@m.gmane-mx.org; Sat, 13 Nov 2021 16:33:51 +0100 Original-Received: from localhost ([::1]:34244 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mlv2L-0005rQ-DD for ged-emacs-devel@m.gmane-mx.org; Sat, 13 Nov 2021 10:33:49 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:48768) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mlv13-0004f8-3W for emacs-devel@gnu.org; Sat, 13 Nov 2021 10:32:29 -0500 Original-Received: from [2001:470:142:3::e] (port=54196 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mlv12-0002do-BD; Sat, 13 Nov 2021 10:32:28 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=hNSAAcbRbxRCCYlJOs7tmQn3j/sLkVm0USSuGp3oVe8=; b=qxhtdB5tiIhpWMoL+FbI eKFatEjXK8+TtmrR9xRZu3vBXo0c6IXNxF0pCQQ4/f7u5tNVRgHfpdbBleZI9BU2euR4VWu4W0MdY x/M7ajKTmuGvkKgr+tj53UUANrU4ElFAdOjz6DAgkn20VYLXXba5cjDJur2z0AvzI0pOwAFvXiSJs 4PmmA/QX149sCvX8c7erfW2Ss2uj151mWDO6u/7v5H4M4h7pzjHg7aYsUk7GwLByfRt2DVBBd6V0q ZqEMSr2RA/nDc3SdCwQ+GNKKx6abZssSg5W7DmARdPjOvk7IC4T7ZTt+atrI3i9wefqfhup1zaCUS SCUNNfdha5IOCQ==; Original-Received: from [87.69.77.57] (port=2368 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mlv11-0001SU-Vl; Sat, 13 Nov 2021 10:32:28 -0500 In-Reply-To: <7b6b298a.222b.17d19d2e110.Coremail.tumashu@163.com> (message from tumashu on Sat, 13 Nov 2021 23:03:10 +0800 (CST)) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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:279331 Archived-At: > Date: Sat, 13 Nov 2021 23:03:10 +0800 (CST) > From: tumashu > > I have found a hack patch to deal with this problem: it is created by cjacker in 2012, > After this patch can not apply, I created cnfonts as a Chinese new emacser. You shouldn't have posted the code, because we cannot use non-trivial patches from someone who doesn't have a copyright assignment. Instead, you should describe what the patch does, so someone else could code it independently; then we could use the resulting patch, if we think it's a good idea.