From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: florian@fsavigny.de (Florian v. Savigny) Newsgroups: gmane.emacs.help Subject: Re: Scala with Emacs Date: Fri, 04 Oct 2013 11:28:49 -0400 Message-ID: References: <4a04bbad-45c6-4239-808b-cb5219cf537b@googlegroups.com> <87y56940qa.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1380900547 24206 80.91.229.3 (4 Oct 2013 15:29:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 4 Oct 2013 15:29:07 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 04 17:29:10 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VS7JW-0001Kv-DQ for geh-help-gnu-emacs@m.gmane.org; Fri, 04 Oct 2013 17:29:10 +0200 Original-Received: from localhost ([::1]:48524 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VS7JW-0002Bn-1L for geh-help-gnu-emacs@m.gmane.org; Fri, 04 Oct 2013 11:29:10 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60827) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VS7JB-00021Q-LD for help-gnu-emacs@gnu.org; Fri, 04 Oct 2013 11:28:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VS7J4-0006PG-CG for help-gnu-emacs@gnu.org; Fri, 04 Oct 2013 11:28:49 -0400 Original-Received: from srv4.ns-domain-hosting.de ([178.63.89.203]:60190) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VS7J3-0006Ov-Qo for help-gnu-emacs@gnu.org; Fri, 04 Oct 2013 11:28:41 -0400 X-No-Relay: not in my network Original-Received: from bertrandrussell.Speedport_W_723V_1_28_000 (p4FECCB8C.dip0.t-ipconnect.de [79.236.203.140]) by srv4.ns-domain-hosting.de (Postfix) with ESMTPA id C4F3E186A7D for ; Fri, 4 Oct 2013 17:28:40 +0200 (CEST) In-reply-to: <87y56940qa.fsf@gmail.com> (message from Thorsten Jolitz on Fri, 04 Oct 2013 15:36:13 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 178.63.89.203 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:93837 Archived-At: > Normally you have something like: >=20 > ,--------------------- > | "~/.emacs" or > | "~/.emacs.d/init.el" > `--------------------- >=20 > i.e. search in your home directory for one of these two: > .emacs or .emacs.d. I understand Will is a Windows user, so he might not be too familiar with the concept of the home directory. So, just in case: Check what your %HOME% variable contains, if there is any ("echo %HOME%" on the prompt). If there is none, I guess it is a good idea to set one (on older Windows versions, you had to press Win + Pause to invoke the dialogue for setting variables - I suspect Win7 is similar). Best regards, Florian