From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Edward O'Connor" Newsgroups: gmane.emacs.help Subject: Re: Emacs 22.3 ignores setq default-directory Date: Fri, 26 Jun 2009 15:04:02 -0700 Message-ID: <3b31caf90906261504r77be9eegb8a3c73fc2d87ab4@mail.gmail.com> References: <5cc316a8-1a47-4e0c-af2b-27675d5517f5@q3g2000pra.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1246077658 26378 80.91.229.12 (27 Jun 2009 04:40:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 27 Jun 2009 04:40:58 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Markus Heller Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jun 27 06:40:51 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 1MKPic-0003VU-PU for geh-help-gnu-emacs@m.gmane.org; Sat, 27 Jun 2009 06:40:51 +0200 Original-Received: from localhost ([127.0.0.1]:35272 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MKPib-0005Lw-JR for geh-help-gnu-emacs@m.gmane.org; Sat, 27 Jun 2009 00:40:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MKJX3-0006bR-Hf for help-gnu-emacs@gnu.org; Fri, 26 Jun 2009 18:04:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MKJWy-0006YQ-Fg for help-gnu-emacs@gnu.org; Fri, 26 Jun 2009 18:04:28 -0400 Original-Received: from [199.232.76.173] (port=49090 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MKJWy-0006YI-AX for help-gnu-emacs@gnu.org; Fri, 26 Jun 2009 18:04:24 -0400 Original-Received: from wf-out-1314.google.com ([209.85.200.170]:40248) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MKJWx-0001om-MO for help-gnu-emacs@gnu.org; Fri, 26 Jun 2009 18:04:23 -0400 Original-Received: by wf-out-1314.google.com with SMTP id 23so880848wfg.24 for ; Fri, 26 Jun 2009 15:04:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=yWwqygMfensn4GBenPCTRgO8NdhmkoGNFnLDb2Qdjhs=; b=L34lxveRqdUdd7Rx8DWZ1wP942vImxrqjcnShpzb3TMSzFokPDGqhEr7z/f1BiJ7xr sSYYEAoCRNuMj9qrcNARDTkXilKsKTCwTCL7XbAXo8Gm5cAD5QtvZjMSCoA3/XRlcIIz wPOec1uC/+9wnc9hTNZbC1gLn0A69F8+GVA0Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=GBWuQ55xFLCMoS9IhpJQv8FLhLt+QnggUrqwWyGhEm3SKYNnfBayz1wZH7NCZIpMIt y/4yWlg04qK7RSt6P602kCcx/iJS1utNDRHO/CoJPtKfv6065XbvmGZ8y4KdtikEEhOJ z1474c+pIZiqwgo99afyt9aDRhVWA4aBs25Ys= Original-Received: by 10.142.107.1 with SMTP id f1mr29219wfc.140.1246053862117; Fri, 26 Jun 2009 15:04:22 -0700 (PDT) In-Reply-To: <5cc316a8-1a47-4e0c-af2b-27675d5517f5@q3g2000pra.googlegroups.com> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Sat, 27 Jun 2009 00:39:51 -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:65574 Archived-At: > (setq default-directory "h:") Does replacing that with (cd "h:") do the right thing?