From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Emacs costs 100M memory on Windows XP Date: Sat, 02 Feb 2008 16:34:34 +0200 Message-ID: References: <47A46CA9.40703@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1201962981 24437 80.91.229.12 (2 Feb 2008 14:36:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 2 Feb 2008 14:36:21 +0000 (UTC) Cc: mindcooler@gmail.com, emacs-devel@gnu.org To: Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 02 15:36:42 2008 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 1JLJTv-0006bf-09 for ged-emacs-devel@m.gmane.org; Sat, 02 Feb 2008 15:36:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JLJTT-0000hu-Ap for ged-emacs-devel@m.gmane.org; Sat, 02 Feb 2008 09:36:07 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JLJSG-0000L7-2X for emacs-devel@gnu.org; Sat, 02 Feb 2008 09:34:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JLJSE-0000KP-MR for emacs-devel@gnu.org; Sat, 02 Feb 2008 09:34:51 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JLJSE-0000KK-9p for emacs-devel@gnu.org; Sat, 02 Feb 2008 09:34:50 -0500 Original-Received: from romy.inter.net.il ([213.8.233.24]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JLJS5-0003Ju-S4; Sat, 02 Feb 2008 09:34:45 -0500 Original-Received: from HOME-C4E4A596F7 ([81.5.35.104]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id KCH58586 (AUTH halo1); Sat, 2 Feb 2008 16:34:14 +0200 (IST) In-reply-to: <47A46CA9.40703@gnu.org> (message from Jason Rumney on Sat, 02 Feb 2008 13:14:17 +0000) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (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:88014 Archived-At: > Date: Sat, 02 Feb 2008 13:14:17 +0000 > From: Jason Rumney > Cc: emacs-devel@gnu.org > > Eric Lilja wrote: > > I'm also wondering what --enable-font-backend does on windows... > > It does the same as other platforms. It enables the new font backend > which better handles unicode fonts. Do we need to fix the build without it (which currently fails on Windows), or should we make --enable-font-backend the default?