From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: ChristopherBalz@yahoo.com (Christopher Balz) Newsgroups: gmane.emacs.help Subject: Re: Why do I have to explicitly set to avoid error on save customizations? Date: 5 Nov 2002 08:35:55 -0800 Organization: http://groups.google.com/ Sender: help-gnu-emacs-admin@gnu.org Message-ID: <55268317.0211050835.6195871e@posting.google.com> References: <55268317.0211010940.25ca1944@posting.google.com> NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1036514863 23465 80.91.224.249 (5 Nov 2002 16:47:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 5 Nov 2002 16:47:43 +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 1896rR-00065i-00 for ; Tue, 05 Nov 2002 17:47:29 +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 1896q8-0004Nu-00; Tue, 05 Nov 2002 11:46:08 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 30 Original-NNTP-Posting-Host: 158.252.212.202 Original-X-Trace: posting.google.com 1036514156 4677 127.0.0.1 (5 Nov 2002 16:35:56 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: 5 Nov 2002 16:35:56 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:106761 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:3313 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:3313 Thank you, that worked just fine. Actually, I had the HOME environment variable set, but it was set to a Cygwin path (/home/Administrator, instead of C:/cygwin/home/Administrator). - CB maierh@myself.com wrote in message news:... > 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