From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: code-pages.el breaks bootstrapping Date: Mon, 10 May 2004 00:36:13 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20040509203734.62AF.LEKTU@mi.madritel.es> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1084145862 22906 80.91.224.253 (9 May 2004 23:37:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 9 May 2004 23:37:42 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon May 10 01:37:35 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BMxrT-0000eh-00 for ; Mon, 10 May 2004 01:37:35 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BMxrT-0007kW-00 for ; Mon, 10 May 2004 01:37:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.33) id 1BMxrI-0004th-Rw for emacs-devel@quimby.gnus.org; Sun, 09 May 2004 19:37:24 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.33) id 1BMxr9-0004o0-N7 for emacs-devel@gnu.org; Sun, 09 May 2004 19:37:16 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.33) id 1BMxqX-0004UL-Kn for emacs-devel@gnu.org; Sun, 09 May 2004 19:37:13 -0400 Original-Received: from [194.106.33.237] (helo=outmail.freedom2surf.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.33) id 1BMxqW-0004Ti-VY for emacs-devel@gnu.org; Sun, 09 May 2004 19:36:37 -0400 Original-Received: from wanchan.jasonrumney.net (jasonrumney.net [195.137.77.250]) by outmail.freedom2surf.net (8.12.10/8.12.10) with ESMTP id i49NaVU9020447; Mon, 10 May 2004 00:36:31 +0100 Original-Received: from NYAUMO (nyaumo.jasonrumney.net [10.0.0.27]) by wanchan.jasonrumney.net (Postfix) with ESMTP id 8726FDDF77; Mon, 10 May 2004 00:36:26 +0100 (BST) Original-To: Juanma Barranquero In-Reply-To: <20040509203734.62AF.LEKTU@mi.madritel.es> (Juanma Barranquero's message of "Sun, 09 May 2004 20:38:51 +0200") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (windows-nt) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:22998 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:22998 Juanma Barranquero writes: > This change breaks bootstrapping on Windows: It should be fixed now. I moved all the define-coding-system-alias's to the files where the original charset was defined. I added the aliases for convenience when trying to work out the correct locale and selection coding-systems on Windows. Now we can just query the system codepage and use cpNNNN, which should be much better than what we had before.