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: current directory Date: Mon, 23 Oct 2006 21:57:09 +0200 Message-ID: References: <200610231024.37118.help-gnu-emacs@vsbe.com> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1161633516 15959 80.91.229.2 (23 Oct 2006 19:58:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 23 Oct 2006 19:58:36 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 23 21:58:33 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gc5vP-0007KM-KU for geh-help-gnu-emacs@m.gmane.org; Mon, 23 Oct 2006 21:57:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gc5vP-0001w2-15 for geh-help-gnu-emacs@m.gmane.org; Mon, 23 Oct 2006 15:57:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gc5vC-0001vn-Sy for help-gnu-emacs@gnu.org; Mon, 23 Oct 2006 15:57:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gc5vB-0001vY-E6 for help-gnu-emacs@gnu.org; Mon, 23 Oct 2006 15:57:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gc5vB-0001vT-48 for help-gnu-emacs@gnu.org; Mon, 23 Oct 2006 15:57:17 -0400 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gc5vB-0004YL-1t for help-gnu-emacs@gnu.org; Mon, 23 Oct 2006 15:57:17 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-239-159.inter.net.il [83.130.239.159]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id EZK86115 (AUTH halo1); Mon, 23 Oct 2006 21:57:12 +0200 (IST) Original-To: help-gnu-emacs@gnu.org In-reply-to: <200610231024.37118.help-gnu-emacs@vsbe.com> (message from vb on Mon, 23 Oct 2006 10:24:36 -0700) 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:38214 Archived-At: > From: vb > Date: Mon, 23 Oct 2006 10:24:36 -0700 > Cc: don provan > > All other editors but emacs I am used to > maintain a notion of "current directory" and allow the user to change this > current directory explicitly. The fact that emacs doesn't even have an > infrastructure for that just shows how off mark its approach is. If I understand you correctly, you think that Emacs doesn't have a way of letting you change the current directory. That is false: the command `M-x cd' will do just that.