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 =?utf-8?Q?emacser=EF=BC=9F?= Date: Sun, 14 Nov 2021 10:00:57 +0200 Message-ID: <83sfvzupxi.fsf@gnu.org> References: <2c676019.21d2.17d19ba2dc8.Coremail.tumashu@163.com> <838rxsxes6.fsf@gnu.org> <165ffaaf53a0f38af0415eb4e6b7844f@webmail.orcon.net.nz> <83k0hbw80c.fsf@gnu.org> <87fsrz6wb0.fsf@163.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="21264"; mail-complaints-to="usenet@ciao.gmane.io" Cc: psainty@orcon.net.nz, emacs-devel@gnu.org To: "Feng Shu" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Nov 14 09:05:56 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 1mmAWR-0005HE-Jo for ged-emacs-devel@m.gmane-mx.org; Sun, 14 Nov 2021 09:05:55 +0100 Original-Received: from localhost ([::1]:42574 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mmAWQ-0003u7-8v for ged-emacs-devel@m.gmane-mx.org; Sun, 14 Nov 2021 03:05:54 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:56018) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mmARr-000791-VD for emacs-devel@gnu.org; Sun, 14 Nov 2021 03:01:13 -0500 Original-Received: from [2001:470:142:3::e] (port=46538 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 1mmARr-0000i3-4Q; Sun, 14 Nov 2021 03:01:11 -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=k2wLfpBwDm/rY+XoAVNU6nSXr/lvipVTbIT04OZkV7Y=; b=WCCwFg8mkWbR6jGdv4yq /0oKoopb753BSaedoifiVLbpcHqq4mjQ+X/GDWLGOrM/KPZZ0YGjTa8KoocOLO6V5G6sKwDV8/k4C 9yCJAs9SVHE9UGNDlZhxpyNPaFFdddQksr8NBeJNka6uS4uu0aNhvlyyfpraiGDIFRN5vtHLUN8J4 tUeBvM20DiLedgte+AuicDg0093rYijrjaFHQx1SvWxDc5to3I+fD2EOCJTGZbatXU5PrhZzHLVph mL8YPc4V5rwBMHteTltvmgEgYJYsWZ9W85OlJGojDIvczwvRi9G2Q4Cdt65MTl8BcVG4y3pJkRxe+ wa95LJ5UwJ5pRw==; Original-Received: from [87.69.77.57] (port=3392 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 1mmARq-0005MM-Op; Sun, 14 Nov 2021 03:01:11 -0500 In-Reply-To: <87fsrz6wb0.fsf@163.com> (tumashu@163.com) 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:279397 Archived-At: > From: "Feng Shu" > Cc: Phil Sainty , emacs-devel@gnu.org > Date: Sun, 14 Nov 2021 15:17:07 +0800 > > > using more than one pair of fonts, due to several important features > > "1 Chinese char width = 2 * ascii char width" only meanful in "table" > style environment, for example: org md table, gnus, org-agenda .... > In most case, it can not use many fonts. This will also be a problem in any descendant of tabulated-list-mode, and those do use different faces. Even "C-x C-b" already uses regular and bold styles, and bold will definitely have characters that are wider than regular with some fonts. > > using non-default faces? And even with the default face, what happens > > if the user does "C-x C-+"? > > This is the most case, as for "C-x C-+", we just do not use it, or > rewrite to a new function. > > As Chinese emacser users, we just expect align proper *in most case* :-) I'd like to come up with a solution that doesn't look like a hack, please. Something we could be proud of.