From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Vagn Johansen Newsgroups: gmane.emacs.help Subject: Re: Gnu emacs under Windows: .emacs and _emacs and savehist Date: Wed, 11 Jul 2007 16:58:29 +0200 Message-ID: References: <1184153377.121400.324780@22g2000hsm.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1184171994 1682 80.91.229.12 (11 Jul 2007 16:39:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 11 Jul 2007 16:39:54 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jul 11 18:39:52 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 1I8fEG-00038W-EH for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Jul 2007 18:39:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I8fEF-0004Fx-QE for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Jul 2007 12:39:51 -0400 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!feeder.news-service.com!newsfeed1.uni2.dk!dfeeder1.cybercity.dk!dspool1.cybercity.dk!dreader1.cybercity.dk!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:2CsKhjO5Pc6NmTRECWeI/iJcFTk= Original-Lines: 20 Original-NNTP-Posting-Host: 85.81.86.122 Original-X-Trace: 1184165547 dreader1.cybercity.dk 21924 85.81.86.122:26952 Original-Xref: shelby.stanford.edu gnu.emacs.help:150017 X-Mailman-Approved-At: Wed, 11 Jul 2007 12:39:36 -0400 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:45611 Archived-At: Murray Eisenberg writes: > Jason Rumney wrote: >> .emacs is the >> standard name for the init file.... > > So why in the world to the emacs docs simply refer to the file as "init" > throughout instead of saying ".emacs"?? Because there are other possible file names for the init file (see the docs). .emacs is probably the most frequently used name ("standard"). >>From the emacs 22.1 news file (C-h N) * Startup Changes in Emacs 22.1 ** Init file changes If the init file ~/.emacs does not exist, Emacs will try ~/.emacs.d/init.el or ~/.emacs.d/init.elc. Likewise, if the shell init file ~/.emacs_SHELL is not found, Emacs will try ~/.emacs.d/init_SHELL.sh.