From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: default-directory in windows Date: Sat, 31 May 2008 00:26:08 +0300 Message-ID: References: NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1212182861 21909 80.91.229.12 (30 May 2008 21:27:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 30 May 2008 21:27:41 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri May 30 23:28:22 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K2C96-0005lh-Nd for geh-help-gnu-emacs@m.gmane.org; Fri, 30 May 2008 23:28:20 +0200 Original-Received: from localhost ([127.0.0.1]:34325 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K2C8K-0005Eg-OP for geh-help-gnu-emacs@m.gmane.org; Fri, 30 May 2008 17:27:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K2C87-0005Eb-BR for help-gnu-emacs@gnu.org; Fri, 30 May 2008 17:27:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K2C86-0005EP-Ln for help-gnu-emacs@gnu.org; Fri, 30 May 2008 17:27:19 -0400 Original-Received: from [199.232.76.173] (port=37006 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K2C86-0005EM-Jh for help-gnu-emacs@gnu.org; Fri, 30 May 2008 17:27:18 -0400 Original-Received: from mtaout4.012.net.il ([84.95.2.10]:47242) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K2C86-0000K2-Ff for help-gnu-emacs@gnu.org; Fri, 30 May 2008 17:27:18 -0400 Original-Received: from HOME-C4E4A596F7 ([84.228.202.9]) by i_mtaout4.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K1P00016AW5HJZ2@i_mtaout4.012.net.il> for help-gnu-emacs@gnu.org; Sat, 31 May 2008 00:40:54 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-kernel: by monty-python.gnu.org: Solaris 9.1 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:54374 Archived-At: > From: rahed > Date: Fri, 30 May 2008 19:46:52 +0000 > > in emacs 22.1 I had (setq default-directory "D:\/my/default/dir/") in my > .emacs. > > This no longer works with my 22.2 - it's ignored when I run the emacs. I cannot reproduce this on my machine with Emacs 22.2: a .emacs with a single line that sets default-directory works for me. Can you tell me what exactly made you to come to the conclusion that this line is ignored? And btw, do you really have "\/" after "D:"? If so, you may wish to try to remove the backslash: it's unneeded. > Does default-directory work with 22.2? It does for me.