From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.pretest.bugs,gmane.emacs.devel Subject: Re: emacs-unicode-2 branch: redundant filenames in lib-src/makefile.w32-in Date: Fri, 14 Oct 2005 09:49:25 +0900 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1129251018 8250 80.91.229.2 (14 Oct 2005 00:50:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 14 Oct 2005 00:50:18 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Fri Oct 14 02:50:10 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EQDlp-0000Xg-O0 for gebp-emacs-pretest-bug@gmane.org; Fri, 14 Oct 2005 02:50:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EQDlp-0006wI-9A for gebp-emacs-pretest-bug@gmane.org; Thu, 13 Oct 2005 20:50:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EQDlR-0006n4-0e for emacs-pretest-bug@gnu.org; Thu, 13 Oct 2005 20:49:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EQDlP-0006mV-2W for emacs-pretest-bug@gnu.org; Thu, 13 Oct 2005 20:49:36 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EQDlN-0006mE-77; Thu, 13 Oct 2005 20:49:33 -0400 Original-Received: from [192.47.44.130] (helo=tsukuba.m17n.org) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1EQDlM-0000nd-T9; Thu, 13 Oct 2005 20:49:33 -0400 Original-Received: from nfs.m17n.org (nfs.m17n.org [192.47.44.7]) by tsukuba.m17n.org (8.13.4/8.13.4/Debian-3) with ESMTP id j9E0nQli001176; Fri, 14 Oct 2005 09:49:26 +0900 Original-Received: from etlken (etlken.m17n.org [192.47.44.125]) by nfs.m17n.org (8.13.4/8.13.4/Debian-3) with ESMTP id j9E0nQfG028135; Fri, 14 Oct 2005 09:49:26 +0900 Original-Received: from handa by etlken with local (Exim 3.36 #1 (Debian)) id 1EQDlF-0000H2-00; Fri, 14 Oct 2005 09:49:25 +0900 Original-To: Zhang Wei In-reply-to: (message from Zhang Wei on Thu, 13 Oct 2005 21:29:17 +0800) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) X-BeenThere: emacs-pretest-bug@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for CVS Emacs." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Errors-To: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.pretest.bugs:9547 gmane.emacs.devel:44007 Archived-At: In article , Zhang Wei writes: > In emacs-unicode-2 branch, these files had been removed from > the lisp/international/ directory: > utf-8.el > latin-1.el > latin-2.el > latin-3.el > latin-4.el > latin-5.el > latin-8.el > latin-9.el > But their names still appear in lib-src/makefile.w32-in, when > emacs-unicode-2 branch is compiled on Windows platform, that will > cause some compile errors. Thank you for the report. I've just installed your change. --- Kenichi Handa handa@m17n.org