From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: rahed Newsgroups: gmane.emacs.help Subject: Re: default-directory in windows Date: Sat, 31 May 2008 09:55:27 +0000 Message-ID: References: <48407311.1060805@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1212227784 21832 80.91.229.12 (31 May 2008 09:56:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 31 May 2008 09:56:24 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat May 31 11:57:04 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 1K2Npf-0008B3-Vk for geh-help-gnu-emacs@m.gmane.org; Sat, 31 May 2008 11:57:04 +0200 Original-Received: from localhost ([127.0.0.1]:59300 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K2Nou-0000gu-7F for geh-help-gnu-emacs@m.gmane.org; Sat, 31 May 2008 05:56:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K2NoV-0000gL-On for help-gnu-emacs@gnu.org; Sat, 31 May 2008 05:55:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K2NoT-0000fh-Ea for help-gnu-emacs@gnu.org; Sat, 31 May 2008 05:55:50 -0400 Original-Received: from [199.232.76.173] (port=55213 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K2NoT-0000fc-8Z for help-gnu-emacs@gnu.org; Sat, 31 May 2008 05:55:49 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:50589 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K2NoT-0004Mu-0k for help-gnu-emacs@gnu.org; Sat, 31 May 2008 05:55:49 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1K2NoN-0001v7-Ln for help-gnu-emacs@gnu.org; Sat, 31 May 2008 09:55:43 +0000 Original-Received: from 88.103.41.197 ([88.103.41.197]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 31 May 2008 09:55:43 +0000 Original-Received: from raherh by 88.103.41.197 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 31 May 2008 09:55:43 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 17 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 88.103.41.197 User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (windows-nt) Cancel-Lock: sha1:7tu7H62O2DGKYoEVHgXTjMEzc1o= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:54384 Archived-At: "Lennart Borgman (gmail)" writes: > Yes, but default-directory is buffer local. I just noticed that with > CVS Emacs 23 I get the default-directory you expect in *Scratch* > buffer, but not in the "welcome buffer". It is unclear to me why the > default-directory is different in the "welcome buffer". > > I am not sure if this is the behaviour in Emacs 22. Could you please check? It's the same with 22.2. "welcome buffer" does ignore default-directory but *Scratch* follows it. 22.1 switches from the "welcome buffer" to *Scratch* automatically when there's a click or change in it or in the minibuffer so I didn't notice. -- Radek