From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.bugs Subject: Re: emacs bug on windows? Date: Tue, 06 Jul 2004 21:44:24 +0200 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <8011-Tue06Jul2004214423+0300-eliz@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1089139603 8097 80.91.224.253 (6 Jul 2004 18:46:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Jul 2004 18:46:43 +0000 (UTC) Cc: "bug-gnu-emacs@gnu.org" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jul 06 20:46:31 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bhuxb-0003B6-00 for ; Tue, 06 Jul 2004 20:46:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bhuzd-0005ts-Ea for geb-bug-gnu-emacs@m.gmane.org; Tue, 06 Jul 2004 14:48:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bhuza-0005tm-C1 for bug-gnu-emacs@gnu.org; Tue, 06 Jul 2004 14:48:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BhuzW-0005tE-37 for bug-gnu-emacs@gnu.org; Tue, 06 Jul 2004 14:48:34 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BhuzV-0005tB-W6 for bug-gnu-emacs@gnu.org; Tue, 06 Jul 2004 14:48:30 -0400 Original-Received: from [192.114.186.23] (helo=aragorn.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Bhuwd-0005Nk-Cq for bug-gnu-emacs@gnu.org; Tue, 06 Jul 2004 14:45:31 -0400 Original-Received: from zaretski ([80.230.148.76]) by aragorn.inter.net.il (MOS 3.4.6-GR) with ESMTP id DPT59684; Tue, 6 Jul 2004 21:44:38 +0300 (IDT) Original-To: Sid.Kode@ni.com X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:8364 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:8364 > From: Sid.Kode@ni.com > Date: Tue, 6 Jul 2004 10:41:46 -0500 > > I do not have a C:drive and emacs tries to auto-save on the c: drive since > the emacs settings dir is set to "c:.emacs". Emacs crashes when it tries > to auto-save since there is no C: drive, is there a way for me to change > this option to "f:.emacs"? Define the HOME environment variable to point to some directory, and move your .emacs there as well. (Auto-saves go to the home directory, which on Windows defaults to C:\.) That doesn't mean Emacs should crash, so please provide the details of the crash: what line of code crashes and why.