From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Newsgroups: gmane.emacs.devel Subject: Re: autoload failure Date: Sun, 31 Oct 2004 18:15:51 -0500 Message-ID: References: <20041027.153921.207585531.Takaaki.Ota@am.sony.com> <418024BE.9080007@wyrdrune.com> <20041029.093701.207586096.Takaaki.Ota@am.sony.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1099264603 856 80.91.229.6 (31 Oct 2004 23:16:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 31 Oct 2004 23:16:43 +0000 (UTC) Cc: guy@wyrdrune.com, Tak Ota , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 01 00:16:27 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 1COOvz-0000rv-00 for ; Mon, 01 Nov 2004 00:16:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1COP3w-0002zT-M1 for ged-emacs-devel@m.gmane.org; Sun, 31 Oct 2004 18:24:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1COP3p-0002yw-Mf for emacs-devel@gnu.org; Sun, 31 Oct 2004 18:24:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1COP3o-0002yZ-V3 for emacs-devel@gnu.org; Sun, 31 Oct 2004 18:24:33 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1COP3o-0002yW-RC for emacs-devel@gnu.org; Sun, 31 Oct 2004 18:24:32 -0500 Original-Received: from [206.47.199.165] (helo=simmts7-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1COOvQ-00040e-H3; Sun, 31 Oct 2004 18:15:52 -0500 Original-Received: from empanada.home ([70.48.80.199]) by simmts7-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20041031231551.KGPW1960.simmts7-srv.bellnexxia.net@empanada.home>; Sun, 31 Oct 2004 18:15:51 -0500 Original-Received: by empanada.home (Postfix, from userid 502) id 392CB34F67F; Sun, 31 Oct 2004 18:15:51 -0500 (EST) Original-To: Jason Rumney In-Reply-To: (Stefan's message of "Sat, 30 Oct 2004 13:42:22 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (darwin) 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:29246 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29246 >>>>> "Stefan" == Stefan writes: >> The path "/cygdrive/d/pub/emacs" is not valid on Windows. It is an >> indication that you are using Cygwin make, which the docs explicitly >> say to avoid for this reason. > I really think it would be more constructive to add a file-name-handler > for "/cygdrive/" seeing how common this kind of problem is (it might at > least save us some time replying to such email). > Something like the 100% untested patch below, Has someone tried my patch? Stefan