From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "William Xue" Newsgroups: gmane.emacs.devel Subject: Re: make emacs-unicode-2 in cygwin Date: Tue, 24 Oct 2006 10:45:16 +0800 Organization: WV Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1161657942 27530 80.91.229.2 (24 Oct 2006 02:45:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 24 Oct 2006 02:45:42 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 24 04:45:39 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GcCIM-00086p-GB for ged-emacs-devel@m.gmane.org; Tue, 24 Oct 2006 04:45:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GcCIL-0007sr-ID for ged-emacs-devel@m.gmane.org; Mon, 23 Oct 2006 22:45:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GcCIA-0007sj-K1 for emacs-devel@gnu.org; Mon, 23 Oct 2006 22:45:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GcCI9-0007sS-7O for emacs-devel@gnu.org; Mon, 23 Oct 2006 22:45:26 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GcCI9-0007sP-2l for emacs-devel@gnu.org; Mon, 23 Oct 2006 22:45:25 -0400 Original-Received: from [64.233.162.203] (helo=nz-out-0102.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GcCI9-00059H-39 for emacs-devel@gnu.org; Mon, 23 Oct 2006 22:45:25 -0400 Original-Received: by nz-out-0102.google.com with SMTP id i11so744559nzh for ; Mon, 23 Oct 2006 19:45:24 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:to:subject:from:organization:cc:content-type:mime-version:references:content-transfer-encoding:message-id:in-reply-to:user-agent; b=pzIaVzGZwYPFoJmWZRtVc8zakOKnKze6ehKVAOQ5wxoAEtw8YMqCM8PUTjHRU3bC7GbrOvjcK5+wrmQOhr0LOlGwdT4ZfsHxzuTxaZJWUTpz3zMX+HURCNFd7lXpHl/jgqtkVqMRxjAtZuF/pLPzmCs0KEqK4+NZj6ksAxsiPkM= Original-Received: by 10.64.151.17 with SMTP id y17mr6580100qbd; Mon, 23 Oct 2006 19:45:23 -0700 (PDT) Original-Received: from williamxue ( [58.33.97.37]) by mx.google.com with ESMTP id 19sm1510923nzp.2006.10.23.19.45.22; Mon, 23 Oct 2006 19:45:23 -0700 (PDT) Original-To: "Andreas Schwab" In-Reply-To: User-Agent: Opera Mail/9.02 (Win32) 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:61088 Archived-At: On Mon, 23 Oct 2006 17:22:04 +0800, Andreas Schwab wrote: > "William Xue" writes: > >> it will rename the emacs.exe to bootstrap-emacs.exe, but when >> emacs${EXEEXT} will be made? > > Here: > >> $(RUN_TEMACS) --batch --load loadup bootstrap > So, the issue is that the above commander did not dump emacs.exe. It's another problem. Thanks. > Andreas. > -- Sincerely yours, William