From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: emacs.exe --load FILE and current directory on w32 Date: Sat, 04 Jun 2005 13:59:56 -0400 Message-ID: References: <42A09A56.3060705@student.lu.se> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1117908035 19631 80.91.229.2 (4 Jun 2005 18:00:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 4 Jun 2005 18:00:35 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 04 20:00:31 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DecwK-0001a8-Mh for ged-emacs-devel@m.gmane.org; Sat, 04 Jun 2005 20:00:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ded2G-0007xi-Qq for ged-emacs-devel@m.gmane.org; Sat, 04 Jun 2005 14:06:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ded1e-0007v9-Sz for emacs-devel@gnu.org; Sat, 04 Jun 2005 14:05:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ded1c-0007uQ-QP for emacs-devel@gnu.org; Sat, 04 Jun 2005 14:05:36 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ded1c-0007tV-Ij for emacs-devel@gnu.org; Sat, 04 Jun 2005 14:05:36 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Ded07-00083a-0N for emacs-devel@gnu.org; Sat, 04 Jun 2005 14:04:03 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Decw8-0005eF-O2; Sat, 04 Jun 2005 13:59:56 -0400 Original-To: Lennart Borgman In-reply-to: <42A09A56.3060705@student.lu.se> (message from Lennart Borgman on Fri, 03 Jun 2005 19:58:46 +0200) 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:38122 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:38122 Info says that the startup argujment load looks in the current directory for the file to load. That does not seem to be correct, at least not on w32. Would you please provide a complete test case?