From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Liang Wang Newsgroups: gmane.emacs.devel Subject: Re: emacs fontset combination problem Date: Wed, 5 Aug 2009 09:40:50 +0800 Message-ID: References: <4A769D33.6060503@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1249436506 25135 80.91.229.12 (5 Aug 2009 01:41:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Aug 2009 01:41:46 +0000 (UTC) Cc: emacs-devel@gnu.org To: Kiwon Um Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 05 03:41:39 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MYVVa-0005Lu-SH for ged-emacs-devel@m.gmane.org; Wed, 05 Aug 2009 03:41:39 +0200 Original-Received: from localhost ([127.0.0.1]:34458 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MYVVa-0007Cm-2d for ged-emacs-devel@m.gmane.org; Tue, 04 Aug 2009 21:41:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MYVUu-0006x2-Mj for emacs-devel@gnu.org; Tue, 04 Aug 2009 21:40:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MYVUp-0006vU-K8 for emacs-devel@gnu.org; Tue, 04 Aug 2009 21:40:55 -0400 Original-Received: from [199.232.76.173] (port=36692 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MYVUp-0006vN-EI for emacs-devel@gnu.org; Tue, 04 Aug 2009 21:40:51 -0400 Original-Received: from mail-yx0-f172.google.com ([209.85.210.172]:49750) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MYVUp-00005R-4T for emacs-devel@gnu.org; Tue, 04 Aug 2009 21:40:51 -0400 Original-Received: by yxe2 with SMTP id 2so7568440yxe.14 for ; Tue, 04 Aug 2009 18:40:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=BAZzaRPBKAG4hRlcQXfCGhGyjB8AHPWhJayOdrOVCFw=; b=XilgleCNImKoE2SZ5AjWoSoszzqZbIE9bdgNKCFyeCcirHe8V356e/7LYTMiJRtAqM BRPwZRf+cG0dLYR5ZRzjfYF7KerVVawsLCYyUxQHR8uIWWB5y+or1+yVw9PEInTbiCA+ MPWjGXMPxUPcv2/mBAgPmXciGq15ZE52Dy08s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=PMxZZAYgZCwR9lSQUTmgxVH91z34EmS3GHPCYkNEocoB4AEbldSy1cj5x5FxwccBWG Ck0hfxZGuRkV5wDjFpoNsZZAm9o1eCypUYB+6tmmUCLPwzskUuR8e+OQYom5riA+ajcR Hy6ZxmZXC3STqmpdPEcZ5i53aZRCXlaRVxN4M= Original-Received: by 10.151.10.1 with SMTP id n1mr14512464ybi.13.1249436450469; Tue, 04 Aug 2009 18:40:50 -0700 (PDT) In-Reply-To: <4A769D33.6060503@gmail.com> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:113697 Archived-At: On Mon, Aug 3, 2009 at 4:17 PM, Kiwon Um wrote: > Dear GNU emacs dev team. > > Hello. I posted a message on the google's emacs.help group. But it seems not > to exist any good solution now, so I send it as a quotation: > >> Hello. Let's discuss about follows. >> >> When we use a combination font-setting of over two fonts in >> emacs, it may be due to the multi-language editing >> support. Those different fonts have varieties in their size, >> e.g. many Asian glyphs occupy double width space of an >> alphabet. (Even though the wide font is not perfectly double >> wide space of one alphabet, many users want that the occupied >> size of one wide character such as Asian character to be exactly >> same with two alphabet characters, namely fixed font setting) The assumption that Chinese characters occupy double width space of an alphabet has annoyed me for a long time. When this assumption is not true, the result of auto-fill-mode and org-mode table looks mess. To work around it, I have to use bigger Chinese characters and smaller ascii. Then, I have problem you mentioned. Thanks, Liang.