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: Building emacs 22.3 with djgpp 2.04 beta/Windows XP SP3 MCE 2005 Date: Sat, 10 Jan 2009 16:54:18 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1231599292 6467 80.91.229.12 (10 Jan 2009 14:54:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 10 Jan 2009 14:54:52 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jan 10 15:56:03 2009 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 1LLfFl-0008Rw-Nc for geh-help-gnu-emacs@m.gmane.org; Sat, 10 Jan 2009 15:55:57 +0100 Original-Received: from localhost ([127.0.0.1]:55429 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LLfEV-00069P-L6 for geh-help-gnu-emacs@m.gmane.org; Sat, 10 Jan 2009 09:54:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LLfEE-00069K-P3 for help-gnu-emacs@gnu.org; Sat, 10 Jan 2009 09:54:22 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LLfED-000698-IR for help-gnu-emacs@gnu.org; Sat, 10 Jan 2009 09:54:22 -0500 Original-Received: from [199.232.76.173] (port=46274 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LLfED-000695-Ft for help-gnu-emacs@gnu.org; Sat, 10 Jan 2009 09:54:21 -0500 Original-Received: from mtaout2.012.net.il ([84.95.2.4]:60070) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LLfEC-00046Y-Vn for help-gnu-emacs@gnu.org; Sat, 10 Jan 2009 09:54:21 -0500 Original-Received: from conversion-daemon.i_mtaout2.012.net.il by i_mtaout2.012.net.il (HyperSendmail v2004.12) id <0KD900I00G0J9700@i_mtaout2.012.net.il> for help-gnu-emacs@gnu.org; Sat, 10 Jan 2009 16:54:25 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.127.238.249]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KD9009B9G2MI0G1@i_mtaout2.012.net.il> for help-gnu-emacs@gnu.org; Sat, 10 Jan 2009 16:54:25 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 9.1 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:61244 Archived-At: > From: Allan > Date: Fri, 09 Jan 2009 21:41:02 -0600 > > >> To install your edits, invoke [State] and choose the Set operation > >> Use M-x make-directory RET RET to create the directory and its parents > >> basic-save-buffer-2: c:/Documents and Settings/User0/Application > >> Data/~dosuser/: no such directory > > > > When is this error message shown? when you click on [State]? Also, > > what is your HOME environment variable set to? Please give me a > > complete recipe for reproducing this, so I could see how to fix it. > The value of `HOME' is "c:\Documents and Settings\User0\Application > Data". Whenever you try to change the initialization buffer either from > the startup menu or through the customization group menu you then see a > menu which allows you to either "set" for the current session or "save" > for future sessions. When I "save" for future sessions sometimes the > message differs from the above only that instead of the HOME directory > it references "d:/emacs-22.3/bin/~dosuser". I think this is due to some messup with your user name as Emacs sees it in your setup. Please tell me what these two commands print: M-: (user-login-name) RET M-: (user-real-login-name) RET