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: Sun, 05 Jun 2005 16:25:46 -0400 Message-ID: References: <42A09A56.3060705@student.lu.se> <42A22400.6090101@student.lu.se> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1118003215 1995 80.91.229.2 (5 Jun 2005 20:26:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 5 Jun 2005 20:26:55 +0000 (UTC) Cc: lennart.borgman.073@student.lu.se, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 05 22:26:44 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Df1hP-0005eV-1J for ged-emacs-devel@m.gmane.org; Sun, 05 Jun 2005 22:26:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Df1nZ-0004LX-Mh for ged-emacs-devel@m.gmane.org; Sun, 05 Jun 2005 16:32:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Df1mC-0003iL-Kf for emacs-devel@gnu.org; Sun, 05 Jun 2005 16:31:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Df1m7-0003f8-Dx for emacs-devel@gnu.org; Sun, 05 Jun 2005 16:31:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Df1m6-0003cd-UD for emacs-devel@gnu.org; Sun, 05 Jun 2005 16:31:15 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Df1l9-0003Qm-Os for emacs-devel@gnu.org; Sun, 05 Jun 2005 16:30:15 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Df1go-0007hP-KH; Sun, 05 Jun 2005 16:25:46 -0400 Original-To: Eli Zaretskii In-reply-to: (message from Eli Zaretskii on Sun, 05 Jun 2005 08:26:46 +0300) 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:38149 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:38149 I propose to add this. *** cmdargs.texi 11 Apr 2005 12:46:09 -0400 1.92 --- cmdargs.texi 05 Jun 2005 08:08:41 -0400 *************** *** 119,124 **** --- 119,128 ---- Emacs library search path as specified with @env{EMACSLOADPATH} (@pxref{General Variables}). + @strong{Warning:} If previous command-line arguments have visited + files, the current directory is the directory of the last file + visited. + @item -L @var{dir} @opindex -L @itemx --directory=@var{dir}