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: Where is config? Date: Mon, 09 Apr 2007 18:17:27 +0300 Message-ID: References: <1176109753.125572.258870@q75g2000hsh.googlegroups.com> <871witga2h.fsf@lion.rapttech.com.au> NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1176148751 29598 80.91.229.12 (9 Apr 2007 19:59:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 9 Apr 2007 19:59:11 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 09 21:58:04 2007 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 1HawyD-0004tN-PD for geh-help-gnu-emacs@m.gmane.org; Mon, 09 Apr 2007 18:43:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hax23-0004vX-FA for geh-help-gnu-emacs@m.gmane.org; Mon, 09 Apr 2007 12:47:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hax1L-000455-6z for help-gnu-emacs@gnu.org; Mon, 09 Apr 2007 12:47:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hax1I-00042X-6p for help-gnu-emacs@gnu.org; Mon, 09 Apr 2007 12:47:10 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hax1H-00042U-Iy for help-gnu-emacs@gnu.org; Mon, 09 Apr 2007 12:47:08 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HawxR-0002wi-2R for help-gnu-emacs@gnu.org; Mon, 09 Apr 2007 12:43:09 -0400 Original-Received: from cemetery.inter.net.il ([213.8.233.29]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HavkA-0005l5-Uu for help-gnu-emacs@gnu.org; Mon, 09 Apr 2007 11:25:24 -0400 Original-Received: from heller.inter.net.il (heller.inter.net.il [213.8.233.23]) by cemetery.inter.net.il (Postfix) with ESMTP id 1E97E131AC0 for ; Mon, 9 Apr 2007 18:25:10 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 (IGLD-84-228-248-28.inter.net.il [84.228.248.28]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id CHM16230 (AUTH halo1); Mon, 9 Apr 2007 18:17:21 +0300 (IDT) In-reply-to: <871witga2h.fsf@lion.rapttech.com.au> (message from Tim X on Mon, 09 Apr 2007 19:40:22 +1000) X-detected-kernel: FreeBSD 6.x (1) X-detected-kernel: 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:42530 Archived-At: > From: Tim X > Date: Mon, 09 Apr 2007 19:40:22 +1000 > > I don't run win32, but I think under win32, the config file name for emacs is > _emacs rather than .emacs. Only if .emacs cannot be found. If .emacs does exist, it is used in preference to _emacs. See the Emacs manual for the details.