From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: Bootstrapping Unicode branch on Windows Date: Fri, 9 Feb 2007 11:27:26 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1171016876 20936 80.91.229.12 (9 Feb 2007 10:27:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 9 Feb 2007 10:27:56 +0000 (UTC) To: "Emacs Devel" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 09 11:27:48 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 1HFSyo-0006QQ-Ej for ged-emacs-devel@m.gmane.org; Fri, 09 Feb 2007 11:27:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HFSyn-0002T3-Tp for ged-emacs-devel@m.gmane.org; Fri, 09 Feb 2007 05:27:45 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HFSyY-0002S7-9P for emacs-devel@gnu.org; Fri, 09 Feb 2007 05:27:30 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HFSyW-0002Rh-Lx for emacs-devel@gnu.org; Fri, 09 Feb 2007 05:27:29 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HFSyW-0002RX-IC for emacs-devel@gnu.org; Fri, 09 Feb 2007 05:27:28 -0500 Original-Received: from wr-out-0506.google.com ([64.233.184.233]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HFSyV-0000a7-Vz for emacs-devel@gnu.org; Fri, 09 Feb 2007 05:27:28 -0500 Original-Received: by wr-out-0506.google.com with SMTP id 71so880848wri for ; Fri, 09 Feb 2007 02:27:27 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MqlnuPlwYpSC6I01+T0DC/Z43XboKTrqo2rJomFqRYmlBBKmtIPCl8MKyLQVyehRqaTqFcsPKBTPOjZNozEF+ZMiOTHK6h2zl61pYFSf/67ekg61rRKspKuAylz/XcRzYI2wrFIyT97DD8NuFvRN/3u1ifLL7Sx44HLbesQQTdY= Original-Received: by 10.114.122.2 with SMTP id u2mr4678964wac.1171016846806; Fri, 09 Feb 2007 02:27:26 -0800 (PST) Original-Received: by 10.114.234.16 with HTTP; Fri, 9 Feb 2007 02:27:26 -0800 (PST) In-Reply-To: Content-Disposition: inline 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:66154 Archived-At: Finally I've been able to solve the mystery, and it's my fault... While trying to work around the initial issue (with lisp/international/uni-*.el files) I did several tests with and without -kb. In one of these tests, I accidentally updated most of leim/*/* with cvs -q update -C -A instead of cvs -q update -C -A -r emacs-unicode-2 so I had an emacs-unicode-2 source tree with leim/* switched back to HEAD. Definitely Not Recommendable. All in all, I'd suggest adding a note somewhere in the emacs-unicode-2 branch (nt/INSTALL, perhaps) clarifying which files need to be checked out with -kb, and the trick of defining a LANG environment variable with UTF-8 to avoid warnings about conflicting codesets. This will make life easier for anyone trying to compile the unicode branch (and soon the HEAD, hopefully) on Windows. /L/e/k/t/u