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: charprop.el missing in lisp/international/ Date: Sat, 2 Feb 2008 11:26:34 +0800 Message-ID: References: <874pcs4dt6.fsf@gmx.de> 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 1201922811 31667 80.91.229.12 (2 Feb 2008 03:26:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 2 Feb 2008 03:26:51 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Sven Joachim" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 02 04:27:11 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 1JL925-0004kY-Cg for ged-emacs-devel@m.gmane.org; Sat, 02 Feb 2008 04:27:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JL91d-0007Sq-MV for ged-emacs-devel@m.gmane.org; Fri, 01 Feb 2008 22:26:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JL91Z-0007PK-CU for emacs-devel@gnu.org; Fri, 01 Feb 2008 22:26:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JL91X-0007Mc-Na for emacs-devel@gnu.org; Fri, 01 Feb 2008 22:26:37 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JL91X-0007MW-Kp for emacs-devel@gnu.org; Fri, 01 Feb 2008 22:26:35 -0500 Original-Received: from hs-out-0708.google.com ([64.233.178.243] helo=hs-out-2122.google.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JL91X-0006JI-EC for emacs-devel@gnu.org; Fri, 01 Feb 2008 22:26:35 -0500 Original-Received: by hs-out-2122.google.com with SMTP id j58so791516hsj.10 for ; Fri, 01 Feb 2008 19:26:34 -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=DTdoLTOP4iJ5ld5zhihqzBl02SU8QPHjqfjrc1+Y0kg=; b=bDVoRoYEjCcAO5fYnrWc4RXwLMBRIkePv1b7PZrz06eXXQ9fXDFUWcFZE9WUBmqGrjbmR/Fhl3qbii2ufgv1wbFaQe4vKzCkoUpmQxMaqGaGCT//Hj4t1WBRx7TZKG95CfIwbE5jNywLVIPHNjDhtTX0OQlrgaw6BgQFhFtU36M= 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=GgNEB/98knBKMN2ZSnMq04VRthk4gRRakKCoyZSQ/ieD7WdPq6SdLi6NeKMuNrfp3cpjnCvUhINDug5/3Vt7WvNRoDVMvE9CJA1sKwaGqqLs0F+L7C+xuMYDLuR+4XdiS813jng4GxfWmWyoMIlYwSzAL/pQS1suthH57e6FbqI= Original-Received: by 10.150.203.8 with SMTP id a8mr1664470ybg.56.1201922794683; Fri, 01 Feb 2008 19:26:34 -0800 (PST) Original-Received: by 10.150.217.4 with HTTP; Fri, 1 Feb 2008 19:26:34 -0800 (PST) In-Reply-To: <874pcs4dt6.fsf@gmx.de> 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:87983 Archived-At: On 2/2/08, Sven Joachim wrote: > It did not fail for me. The sequence > > make distclean; ./configure; make bootstrap > > generated these files (and a working Emacs executable). Without those files, bootstrap on Windows will fail, the makefile.w32-in does not contain scripts to generate those files.