From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Zhang Wei" Newsgroups: gmane.emacs.devel Subject: Re: Emacs costs 100M memory on Windows XP Date: Sat, 2 Feb 2008 20:50:36 +0800 Message-ID: References: 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 1201956676 6459 80.91.229.12 (2 Feb 2008 12:51:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 2 Feb 2008 12:51:16 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Eli Zaretskii" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 02 13:51:37 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 1JLHqG-00023e-Pk for ged-emacs-devel@m.gmane.org; Sat, 02 Feb 2008 13:51:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JLHpo-0001YS-AR for ged-emacs-devel@m.gmane.org; Sat, 02 Feb 2008 07:51:04 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JLHpP-0001Ng-Cd for emacs-devel@gnu.org; Sat, 02 Feb 2008 07:50:39 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JLHpN-0001Mj-TL for emacs-devel@gnu.org; Sat, 02 Feb 2008 07:50:39 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JLHpN-0001MU-It for emacs-devel@gnu.org; Sat, 02 Feb 2008 07:50:37 -0500 Original-Received: from hs-out-0708.google.com ([64.233.178.250] helo=hs-out-2122.google.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JLHpN-0007io-E0 for emacs-devel@gnu.org; Sat, 02 Feb 2008 07:50:37 -0500 Original-Received: by hs-out-2122.google.com with SMTP id j58so915934hsj.10 for ; Sat, 02 Feb 2008 04:50:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=feZjOv5sduwb8QuymdDMgP/1w60cnrWthv9o0IQcRJw=; b=QDYlV4xP/7beFrDp6jYg36CRQxGeC7QfsUd5g3fCesWCP7iIpd/tphEUfn2TFg/W2Wtp1HQ8hqz7nyUWOr8D/oT6vp1OeuNpTAWUTSZ86Wx75jMBYEim27xIZnqivUDuJ5sj/8/Bi/buqnu0A8UrrMCgnD+8Iq2FwR145Yzhq1o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=oKdZpqf/+flGM/9PcsZJ/2EpSOt4d3+WYRzWkyBFeg017PiH6aipt32+X/N+UmblpARHGbNHbwmZ4LewQ/0HQoEBx10xed17P148kmSWJZ/Yq6UT8/65wk4Q+j1+q/PCCN8hubntdrH9EDbEa7GyAhNmR26YzrLCraPafHK9EFY= Original-Received: by 10.150.54.6 with SMTP id c6mr1880317yba.112.1201956636660; Sat, 02 Feb 2008 04:50:36 -0800 (PST) Original-Received: by 10.150.217.4 with HTTP; Sat, 2 Feb 2008 04:50:36 -0800 (PST) In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 (Google crawlbot) 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:88002 Archived-At: On 2/2/08, Eli Zaretskii wrote: > > Date: Sat, 2 Feb 2008 19:02:58 +0800 > > From: "Zhang Wei" > > > > On Windows XP, with font backend enabled, Emacs costs 100M or more > > memory > > How did you work around the problem with charprop.el and other files > generated by admin/unidata-gen.el? Did you generate those files > manually, outside "make bootstrap"? > I just copy them from the emacs-unicode-2 branch.