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: Bootstrapping Unicode branch on Windows Date: Fri, 09 Feb 2007 02:01:00 +0800 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1170957697 32438 80.91.229.12 (8 Feb 2007 18:01:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 8 Feb 2007 18:01:37 +0000 (UTC) Cc: Emacs Devel To: "Juanma Barranquero" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 08 19:01:35 2007 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 1HFDaO-0005Iw-RY for ged-emacs-devel@m.gmane.org; Thu, 08 Feb 2007 19:01:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HFDaO-0002i2-IB for ged-emacs-devel@m.gmane.org; Thu, 08 Feb 2007 13:01:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HFDaC-0002hY-Tb for emacs-devel@gnu.org; Thu, 08 Feb 2007 13:01:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HFDaA-0002hL-8c for emacs-devel@gnu.org; Thu, 08 Feb 2007 13:01:19 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HFDaA-0002hI-4G for emacs-devel@gnu.org; Thu, 08 Feb 2007 13:01:18 -0500 Original-Received: from nz-out-0506.google.com ([64.233.162.231]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HFDa9-0002zp-KT for emacs-devel@gnu.org; Thu, 08 Feb 2007 13:01:17 -0500 Original-Received: by nz-out-0506.google.com with SMTP id s1so526739nze for ; Thu, 08 Feb 2007 10:01:13 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:to:cc:subject:references:from:date:in-reply-to:message-id:user-agent:mime-version:content-type:x-posting-agent; b=HA2u6+hLcGhGgufmUv7Ab0ST2AulgBWzksmBNI1fnNqZAhhqr/4GHMwRYbd5un5Hol1bnp3x8ZGHKVt0RUKnluZe/ef9AGLdAoLnl+JQTGEber8vdsCXzux0fPuAXI4Egcp6u+DHZizYUpazpg9FJ/TSsIOEOQTeoxQTDcTAdfk= Original-Received: by 10.35.89.10 with SMTP id r10mr2815140pyl.1170957673746; Thu, 08 Feb 2007 10:01:13 -0800 (PST) Original-Received: from brephome ( [218.56.218.92]) by mx.google.com with ESMTP id 38sm11712724nzk.2007.02.08.10.01.11; Thu, 08 Feb 2007 10:01:12 -0800 (PST) Original-Received: from localhost (HELO BREPHOME) [127.0.0.1] by brephome (192.168.16.2) (userid 1) with ESMTP (Classic Hamster °æ±¾£º 2.1 °æ´Î 2.1.0.11) ; Fri, 09 Feb 2007 02:01:01 +0800 In-Reply-To: (Juanma Barranquero's message of "Thu\, 8 Feb 2007 12\:27\:58 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (windows-nt) X-Posting-Agent: Hamster/2.1.0.11 X-detected-kernel: 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:66126 Archived-At: "Juanma Barranquero" writes: [...] > Well, it seems the problem is related to Emacs believing that some ^M > at the end of the lines are part of the local variables suffix. Try to checkout the source code with -kb option: cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/emacs \ co -kb -r emacs-unicode-2 -d emacs-unicode-2 emacs otherwise it won't compile on Windows.