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 21:18:33 +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 1165321068 32657 80.91.229.10 (5 Dec 2006 12:17:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 5 Dec 2006 12:17:48 +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 13:17:46 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 1GrZF3-0005gd-FF for ged-emacs-devel@m.gmane.org; Tue, 05 Dec 2006 13:17:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GrZF2-0007Ei-SU for ged-emacs-devel@m.gmane.org; Tue, 05 Dec 2006 07:17:44 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GrZEo-0007Dt-J5 for emacs-devel@gnu.org; Tue, 05 Dec 2006 07:17:30 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GrZEn-0007D9-RW for emacs-devel@gnu.org; Tue, 05 Dec 2006 07:17:30 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GrZEn-0007D2-9x for emacs-devel@gnu.org; Tue, 05 Dec 2006 07:17:29 -0500 Original-Received: from [150.29.246.133] (helo=mx1.aist.go.jp) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GrZEi-0002lG-M0; Tue, 05 Dec 2006 07:17:25 -0500 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id kB5CHKLp014955; Tue, 5 Dec 2006 21:17:20 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id kB5CHKEq006125; Tue, 5 Dec 2006 21:17:20 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id kB5CHKEU025533; Tue, 5 Dec 2006 21:17:20 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.63) (envelope-from ) id 1GrZFp-0002Eg-B2; Tue, 05 Dec 2006 21:18:33 +0900 Original-To: Miles Bader In-reply-to: (message from Miles Bader on Tue, 05 Dec 2006 20:31:18 +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:63309 Archived-At: In article , Miles Bader writes: > Kenichi Handa writes: > > Isn't this good enough for the moment? > > > > % alias emacs-fb='emacs-unicode --enable-font-backend' > It's just that I often start emacs via non-command-line methods (menus, > via EDITOR, etc.; it's a pain to go though and change all those things). > I guess for now I can just hack emacs.c to default the command-line > option to "on". > As far as I can tell though, the feature is pretty stable -- I've not > had any crashes or weirdness since I finished debugging the problems > from the merge (none of which are problems with the the official unicode > branch) -- so it might even be better just to change the real default to > "on", on the assumpt that if someone uses "configure > --with-font-backend", they probably want to use it... :-] On Windows and Mac, we can't make it on. If someone would like to work on changing the default only for Unix/GNU-Linux and on providing a way to disable font-backend on such systems, please go ahead. --- Kenichi Handa handa@m17n.org