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 20:19:18 +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 1165317508 20977 80.91.229.10 (5 Dec 2006 11:18:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 5 Dec 2006 11:18:28 +0000 (UTC) Cc: sdl.web@gmail.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 05 12:18:27 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 1GrYJe-0006w7-8R for ged-emacs-devel@m.gmane.org; Tue, 05 Dec 2006 12:18:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GrYJd-0008Q6-Ji for ged-emacs-devel@m.gmane.org; Tue, 05 Dec 2006 06:18:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GrYJR-0008Pg-Aw for emacs-devel@gnu.org; Tue, 05 Dec 2006 06:18:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GrYJP-0008Ox-UL for emacs-devel@gnu.org; Tue, 05 Dec 2006 06:18:12 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GrYJP-0008Os-DZ for emacs-devel@gnu.org; Tue, 05 Dec 2006 06:18:11 -0500 Original-Received: from [150.29.246.133] (helo=mx1.aist.go.jp) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GrYJN-00070U-SF; Tue, 05 Dec 2006 06:18:10 -0500 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id kB5BI6tI017390; Tue, 5 Dec 2006 20:18:06 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp4.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id kB5BI61I019509; Tue, 5 Dec 2006 20:18:06 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id kB5BI5T0011635; Tue, 5 Dec 2006 20:18:05 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.63) (envelope-from ) id 1GrYKU-0000yb-OE; Tue, 05 Dec 2006 20:19:18 +0900 Original-To: Miles Bader In-reply-to: (message from Miles Bader on Tue, 05 Dec 2006 19:55:03 +0900) 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:63307 Archived-At: In article , Miles Bader writes: > BTW, is there a way I can turn on --enable-font-backend by default? No. That's simply because I didn't want to design a soon-to-be-obsolete new interface for that. I am going to delete all legacy font-handling codes and thus make "--enable-font-backend" the default. Isn't this good enough for the moment? % alias emacs-fb='emacs-unicode --enable-font-backend' --- Kenichi Handa handa@m17n.org