From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: maierh@myself.com Newsgroups: gmane.emacs.help Subject: Re: Why do I have to explicitly set to avoid error on save customizations? Date: Mon, 04 Nov 2002 07:24:21 +0100 Organization: T-Online Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: <55268317.0211010940.25ca1944@posting.google.com> Reply-To: Harald Maier NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1036391946 7987 80.91.224.249 (4 Nov 2002 06:39:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 4 Nov 2002 06:39:06 +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 188at2-00024O-00 for ; Mon, 04 Nov 2002 07:39:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 188aqt-0001ZP-00; Mon, 04 Nov 2002 01:36:47 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!news100.image.dk!feed.news.nacamar.de!newsfeed01.sul.t-online.de!newsmm00.sul.t-online.com!t-online.de!news.t-online.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 25 Original-X-Trace: news.t-online.com 1036391061 06 4907 Je6WbI6SSYYOGd 021104 06:24:21 Original-X-Complaints-To: abuse@t-online.com X-Sender: 320041125923-0001@t-dialin.net User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2.92 (i386-mingw-nt5.0.2195) Cancel-Lock: sha1:NRhZRndprhNfgb01wp9JQbiGSfk= Original-Xref: shelby.stanford.edu gnu.emacs.help:106712 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: 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:3266 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:3266 ChristopherBalz@yahoo.com (Christopher Balz) writes: > Running: Gnu Emacs version 21.2.1 (i386-msvc-nt5.0.2195) > (i.e., on Win2000) > > I figure that I must not be starting up Emacs in the most graceful way > possible, since I must explicitly set the 'user-init-file' variable in > order to be able to "save for future sessions" in the Emacs > Customizations user interface. > > Below please find: > A) Relevant Code Snippets from .emacs > B) Entire .emacs file. > > Looking forward to your suggestions. Thank you in advance and Long > Live Emacs. Try to set the HOME environment variable under Current Settings - System - Advanced Then emacs will find the file ~/.emacs. Harald