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: autoload failure Date: Sat, 30 Oct 2004 22:10:33 +0100 Message-ID: References: <20041027.153921.207585531.Takaaki.Ota@am.sony.com> <418024BE.9080007@wyrdrune.com> <20041029.093701.207586096.Takaaki.Ota@am.sony.com> <074201c4bebf$dce3e3d0$0200a8c0@sedrcw11488> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1099170695 9794 80.91.229.6 (30 Oct 2004 21:11:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 30 Oct 2004 21:11:35 +0000 (UTC) Cc: guy@wyrdrune.com, emacs-devel@gnu.org, Stefan , Tak Ota Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 30 23:11:25 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CO0VQ-0008ML-00 for ; Sat, 30 Oct 2004 23:11:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CO0dL-0000CU-Je for ged-emacs-devel@m.gmane.org; Sat, 30 Oct 2004 17:19:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CO0dF-0000CP-Il for emacs-devel@gnu.org; Sat, 30 Oct 2004 17:19:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CO0dF-0000CD-74 for emacs-devel@gnu.org; Sat, 30 Oct 2004 17:19:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CO0dF-0000CA-4T for emacs-devel@gnu.org; Sat, 30 Oct 2004 17:19:29 -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.34) id 1CO0Uv-0002bj-R2 for emacs-devel@gnu.org; Sat, 30 Oct 2004 17:10:54 -0400 Original-Received: from wanchan.jasonrumney.net (i-195-137-77-250.freedom2surf.net [195.137.77.250]) by outmail.freedom2surf.net (8.12.10/8.12.10) with ESMTP id i9ULAonF013477; Sat, 30 Oct 2004 22:10:51 +0100 Original-Received: from TONKOTSU-RAMEN (tonkotsu-ramen.jasonrumney.net [10.0.0.28]) by wanchan.jasonrumney.net (Postfix) with ESMTP id 11F23DDD5B; Sat, 30 Oct 2004 22:10:48 +0100 (BST) Original-To: "Lennart Borgman" In-Reply-To: <074201c4bebf$dce3e3d0$0200a8c0@sedrcw11488> (Lennart Borgman's message of "Sat, 30 Oct 2004 22:34:19 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (windows-nt) 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: main.gmane.org gmane.emacs.devel:29189 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29189 "Lennart Borgman" writes: > I do not know the limitations here since I have no clear picture of the > bootstrap process yet, but could not w32-fns.el be explicitly loaded on w32? > What we are talking about is maybe only one call in lisp\makefile: It is quite early in the bootstrap process and I don't know how many dependancies w32-fns.el will pull in, and whether Emacs is ready to load those dependencies before the autoloads file is generated. You are welcome to try though. > I believe that with a small change in convert-standard-filename we could > also make it possible to use MSYS to build Emacs. (Just look for > "/\\(a-zA-Z\\)/".) Does MSYS fail at the same point? (It fails right at the start for me, so I think there is more work than just that).