From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: GNU Emacs CVS HEAD: Date: Sun, 22 Jan 2006 21:19:52 +0200 Message-ID: References: <6d66855c0601182207t76b8bd41qb3cc4eba0ad5c8ed@mail.gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1137966302 16989 80.91.229.2 (22 Jan 2006 21:45:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 22 Jan 2006 21:45:02 +0000 (UTC) Cc: offby1@blarg.net, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 22 22:45:00 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 1F0n19-0007Lw-Hp for ged-emacs-devel@m.gmane.org; Sun, 22 Jan 2006 22:44:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F0n3l-00065e-11 for ged-emacs-devel@m.gmane.org; Sun, 22 Jan 2006 16:47:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F0knM-0001V5-RV for emacs-devel@gnu.org; Sun, 22 Jan 2006 14:22:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F0knI-0001GQ-G6 for emacs-devel@gnu.org; Sun, 22 Jan 2006 14:22:34 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F0knI-0001FA-0d for emacs-devel@gnu.org; Sun, 22 Jan 2006 14:22:32 -0500 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1F0krt-0001ZO-Li for emacs-devel@gnu.org; Sun, 22 Jan 2006 14:27:17 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-250-244.inter.net.il [83.130.250.244]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id DKK60044 (AUTH halo1); Sun, 22 Jan 2006 21:19:44 +0200 (IST) Original-To: Kenichi Handa In-reply-to: (message from Kenichi Handa on Sun, 22 Jan 2006 21:33:54 +0900) 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:49412 Archived-At: > From: Kenichi Handa > CC: offby1@blarg.net, emacs-devel@gnu.org > Date: Sun, 22 Jan 2006 21:33:54 +0900 > > Thank you for tracking down the problem to that stage. I > think I found why code-pages.el is recursively loaded, and > just installed a fix. At least, on Debian, that recursive > load is stopped. It stopped on MS-Windows as well. Thanks.