From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: unicode font-backend + tiling Date: Tue, 05 Dec 2006 13:30:00 +0900 Message-ID: References: <87ejrffa4k.fsf@catnip.gol.com> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1165292958 18283 80.91.229.10 (5 Dec 2006 04:29:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 5 Dec 2006 04:29:18 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 05 05:29:15 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1GrRvb-00063o-1n for ged-emacs-devel@m.gmane.org; Tue, 05 Dec 2006 05:29:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GrRva-0000u7-JW for ged-emacs-devel@m.gmane.org; Mon, 04 Dec 2006 23:29:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GrRvP-0000tF-PD for emacs-devel@gnu.org; Mon, 04 Dec 2006 23:28:59 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GrRvM-0000qd-R6 for emacs-devel@gnu.org; Mon, 04 Dec 2006 23:28:59 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GrRvM-0000qT-NP for emacs-devel@gnu.org; Mon, 04 Dec 2006 23:28:56 -0500 Original-Received: from [150.29.246.133] (helo=mx1.aist.go.jp) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GrRvM-0006Gg-7n for emacs-devel@gnu.org; Mon, 04 Dec 2006 23:28:56 -0500 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id kB54SnWp009192; Tue, 5 Dec 2006 13:28:49 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp4.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id kB54Slqr005050; Tue, 5 Dec 2006 13:28:47 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id kB54Sl5W012965; Tue, 5 Dec 2006 13:28:47 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.63) (envelope-from ) id 1GrRwO-0008Bo-2o; Tue, 05 Dec 2006 13:30:00 +0900 Original-To: Leo In-reply-to: (message from Leo on Tue, 05 Dec 2006 02:52:12 +0000) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.91 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) 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:63290 Archived-At: In article , Leo writes: > I love aa too. However Chinese characters look hazy when aa is enabled. > I check Chinese characters in gedit (gnome editor); it seems it > disable aa for Chinese characters. I wonder how can emacs do the same. It's quite easy to display characters without aa (anti-aliasing), but the problem is how we specify aa or non-aa for a specific set of characters/fonts. We may want aa even for Chinese characters if the font size is smaller than some threshold. So, we must design a flexible interface that can be controlled by users. --- Kenichi Handa handa@m17n.org