From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Dziulko Newsgroups: gmane.emacs.help Subject: Re: Emacs newbie - Syntax Highlighting and Indentation Date: Mon, 17 Nov 2003 08:39:47 -0500 (EST) Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1069076652 25161 80.91.224.253 (17 Nov 2003 13:44:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 17 Nov 2003 13:44:12 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Nov 17 14:44:06 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ALjfi-0007M3-01 for ; Mon, 17 Nov 2003 14:44:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ALkbW-00025i-AY for geh-help-gnu-emacs@m.gmane.org; Mon, 17 Nov 2003 09:43:50 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ALkZa-0001Mt-Ca for help-gnu-emacs@gnu.org; Mon, 17 Nov 2003 09:41:50 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ALkZ0-00019b-IE for help-gnu-emacs@gnu.org; Mon, 17 Nov 2003 09:41:45 -0500 Original-Received: from [138.92.8.100] (helo=klaatu.canisius.edu) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ALkYy-00018R-HW for help-gnu-emacs@gnu.org; Mon, 17 Nov 2003 09:41:12 -0500 Original-Received: from localhost (dziulko@localhost) by klaatu.canisius.edu (8.11.6/8.11.6) with ESMTP id hAHDdlW16849 for ; Mon, 17 Nov 2003 08:39:47 -0500 Original-To: help-gnu-emacs@gnu.org In-Reply-To: X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:14311 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:14311 On Fri, 14 Nov 2003, David Rasmussen wrote: > Thanks to everyone. As an aside, let me just mention that emacs for > windows must somehow be cygwin-aware. When I start emacs from a normal > Windows command prompt or from a shortcut, it saves .emacs in c:\ > But if I start emacs from cygwin (no, I do not have emacs for cygwin > installed, it _is_ the same emacs I am starting from cygwin, that I > started from the command prompt and the desktop just before), it saves > .emacs in c:\cygwin\home\david\ > > Cool! > > /David > > _______________________________________________ > Help-gnu-emacs mailing list > Help-gnu-emacs@gnu.org > http://mail.gnu.org/mailman/listinfo/help-gnu-emacs > If you want to use only 1 .emacs file, set the HOME variable in windows setting to c:\cygwin\home\david\. A google will give you plenty of instructions on that.