From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Markus Heller Newsgroups: gmane.emacs.help Subject: Re: Emacs 22.3 ignores setq default-directory Date: Thu, 25 Jun 2009 14:39:29 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <5cc316a8-1a47-4e0c-af2b-27675d5517f5@q3g2000pra.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1245992028 6469 80.91.229.12 (26 Jun 2009 04:53:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 26 Jun 2009 04:53:48 +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 Jun 26 06:53:37 2009 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 1MK3RL-0003lC-6o for geh-help-gnu-emacs@m.gmane.org; Fri, 26 Jun 2009 06:53:31 +0200 Original-Received: from localhost ([127.0.0.1]:47323 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MK3RK-0000k7-4W for geh-help-gnu-emacs@m.gmane.org; Fri, 26 Jun 2009 00:53:30 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!news.glorb.com!news2.glorb.com!postnews.google.com!x29g2000prf.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 29 Original-NNTP-Posting-Host: 142.103.191.98 Original-X-Trace: posting.google.com 1245965970 7779 127.0.0.1 (25 Jun 2009 21:39:30 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 25 Jun 2009 21:39:30 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: x29g2000prf.googlegroups.com; posting-host=142.103.191.98; posting-account=8cRoGgoAAACgT8ioTzE3TRMb96jPw0IM User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.33 Safari/530.5, gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:170308 X-Mailman-Approved-At: Fri, 26 Jun 2009 00:52:52 -0400 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:65537 Archived-At: On Jun 25, 2:03=A0pm, TomSW wrote: > On Jun 25, 8:47=A0pm, Markus Heller wrote: > > > Hello, > > > I just installed Emacs 22.3 under Win XP using the precompiled > > binary. =A0Everything works, my _emacs is read and all customization > > such as AuCTeX works fine. > > > the only thing that's being ignored is the line > > > (setq default-directory "h:") > > How do you know it's being ignored? What's happening that you don't > expect? > > regards, > Tom SW Because C-x C-f doesn't point to h:, but to where emacs is installed: Find file: C:\Program Files\emacs-22.3\bin/ If I do the same in emacs-22.1, C-x C-f gets me to: Find file: h:/ Cheers Markus