From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.help Subject: Re: Emacs configuration Date: Tue, 01 Oct 2002 22:45:48 +0200 Organization: http://purl.org/harder/ Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1033505751 6142 127.0.0.1 (1 Oct 2002 20:55:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 1 Oct 2002 20:55:51 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17wU3a-0001av-00 for ; Tue, 01 Oct 2002 22:55:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17wU3r-0002fR-00; Tue, 01 Oct 2002 16:56:07 -0400 Original-Path: shelby.stanford.edu!nntp.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!colt.net!news.tele.dk!not-for-mail Original-Newsgroups: gnu.emacs.help X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:2160 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2160 "arthur.chereau" writes: >> What do you see when you do `C-h v user-init-file'? > > It's undefined if .emacs is in ~/.emacs.d/, and if I put 2 .emacs (one > in ~/ and one in ~/.emacs.d/), it always says "/home/arthur/.emacs". > > site-start.el is: (setq user-init-file "/home/arthur/.emacs.d/.emacs") > > So I think I'm missing something with site-start.el but can't figure > out what. Hmm, it doesn't work for me either. It looks like a bug to me unless someone has a better explanation. Another way to solve it would be to just alias the emacs command: alias emacs='emacs -q -l ~/.emacs/.emacs'