From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: root Newsgroups: gmane.emacs.help Subject: Re: Emacs start directory. Date: Thu, 28 Feb 2008 04:24:21 -0600 Organization: Aioe.org NNTP Server Message-ID: <3ard750q.fsf@x.i-did-not-set--mail-host-address--so-tickle-me> References: <4ed23ff5-7aef-4a83-a246-d0fbe2cea2d5@n77g2000hse.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1204250752 32524 80.91.229.12 (29 Feb 2008 02:05:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 29 Feb 2008 02:05:52 +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 Feb 29 03:06:17 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 1JUucR-00068J-Fd for geh-help-gnu-emacs@m.gmane.org; Fri, 29 Feb 2008 03:05:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUubv-0002wt-AW for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Feb 2008 21:04:31 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!news-fra1.dfn.de!storethat.news.telefonica.de!telefonica.de!news.germany.com!aioe.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 7 Original-NNTP-Posting-Host: zclCuZ14Nwh4+0sL4paLRw.user.aioe.org Original-X-Complaints-To: abuse@aioe.org Cancel-Lock: sha1:eb325FsnoRq5L6qQZudP6nQDaU4= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) Original-Xref: shelby.stanford.edu gnu.emacs.help:156576 X-Mailman-Approved-At: Thu, 28 Feb 2008 21:03:54 -0500 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:51956 Archived-At: cc writes: > In Windows, how to add a start directory in .emacs You can add a 'cd' command at the end of your .emacs: (cd "C:/Documents and Settings/Username/Desktop")