From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dan Anderson Newsgroups: gmane.emacs.help Subject: Re: Starting Emacs with different init file Date: Tue, 28 Oct 2003 12:32:05 -0500 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <1067362325.4184.3.camel@Hades> References: <3F9EA57A.8020605@vmlinux.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1067362977 31500 80.91.224.253 (28 Oct 2003 17:42:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Oct 2003 17:42:57 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 28 18:42:55 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AEXrr-0003ud-00 for ; Tue, 28 Oct 2003 18:42:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AEXoP-0000AJ-RA for geh-help-gnu-emacs@m.gmane.org; Tue, 28 Oct 2003 12:39:21 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AEXno-00008j-J3 for help-gnu-emacs@gnu.org; Tue, 28 Oct 2003 12:38:44 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AEXnG-0008Oo-Ik for help-gnu-emacs@gnu.org; Tue, 28 Oct 2003 12:38:42 -0500 Original-Received: from [24.59.76.83] (helo=Hades) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AEXhQ-00078r-LN for help-gnu-emacs@gnu.org; Tue, 28 Oct 2003 12:32:08 -0500 Original-Received: by Hades (Postfix, from userid 501) id 726FA336; Tue, 28 Oct 2003 12:32:06 -0500 (EST) Original-To: Joachim Nilsson In-Reply-To: <3F9EA57A.8020605@vmlinux.org> X-Mailer: Ximian Evolution 1.4.4-8mdk X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:13586 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13586 You could leave an empty .emacs file on your main file, and then M-x load-file RET filename to load the .emacs file from the directory, but that would probably be more trouble then it's worth. I wonder if you did something like: (load-file "./.emacs") in your .emacs, would that work? -Dan