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: Installing matlab mode under Windows XP Date: Mon, 20 Nov 2006 22:42:54 +0200 Message-ID: References: <20782381.840281164032448425.JavaMail.webmail@ps7zhb.bluewin.ch> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1164055399 2073 80.91.229.2 (20 Nov 2006 20:43:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 20 Nov 2006 20:43:19 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Nov 20 21:43:16 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GmFz1-0005Wb-Q5 for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Nov 2006 21:43:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GmFz1-0001rV-6l for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Nov 2006 15:43:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GmFyo-0001qd-2b for help-gnu-emacs@gnu.org; Mon, 20 Nov 2006 15:43:02 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GmFym-0001ow-Bk for help-gnu-emacs@gnu.org; Mon, 20 Nov 2006 15:43:01 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GmFym-0001om-6Q for help-gnu-emacs@gnu.org; Mon, 20 Nov 2006 15:43:00 -0500 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GmFyl-0004j3-OI for help-gnu-emacs@gnu.org; Mon, 20 Nov 2006 15:43:00 -0500 Original-Received: from HOME-C4E4A596F7 ([81.5.50.14]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id GHW10144 (AUTH halo1); Mon, 20 Nov 2006 22:42:49 +0200 (IST) Original-To: help-gnu-emacs@gnu.org In-reply-to: <20782381.840281164032448425.JavaMail.webmail@ps7zhb.bluewin.ch> (schnurpfelkamel@bluewin.ch) 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:38845 Archived-At: > Date: Mon, 20 Nov 2006 14:20:48 +0000 (GMT) > From: "schnurpfelkamel@bluewin.ch" > > I would like to install other packages like Matlab mode for emacs > on Windows XP. Where do I have to put these additional package files? Yes, the place to put them is in your site-lisp subdirectory of the main Emacs installation directory. > Is there something like the .emacs file under UNIX that tells emacs > to load these packages? Yes, it's called -- ta-da! -- .emacs. Just type "C-x C-f ~/.emacs RET", and you will be looking at it (if you didn;t have it, Emacs will say "New file"). > Or in other words: What do I need to do, to make emacs load the > additional package files? The same as on Unix.