From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin Newsgroups: gmane.emacs.help Subject: Re: Emacs python-mode on windoes Date: Sat, 19 Nov 2005 23:20:20 +0100 Organization: none Message-ID: References: <1132281359.650940.305150@g14g2000cwa.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1132439189 4812 80.91.229.2 (19 Nov 2005 22:26:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 19 Nov 2005 22:26:29 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Nov 19 23:26:27 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Edb99-0002hb-Fp for geh-help-gnu-emacs@m.gmane.org; Sat, 19 Nov 2005 23:25:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Edb99-0007Br-02 for geh-help-gnu-emacs@m.gmane.org; Sat, 19 Nov 2005 17:25:23 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.gamma.ru!Gamma.RU!npeer.de.kpn-eurorings.net!newsfeed.arcor.de!news.arcor.de!not-for-mail Original-Newsgroups: gnu.emacs.help X-Shakespeare: "I had rather have a fool to make me merry than experience to make me sad." -- As You Like It, IV.1 User-Agent: Emacs Gnus Cancel-Lock: sha1:3Whcl2kUBBNsh3PFeyZEbsQpBX0= Original-Lines: 45 Original-NNTP-Posting-Date: 19 Nov 2005 23:20:24 MET Original-NNTP-Posting-Host: 18f1e8ea.newsread4.arcor-online.net Original-X-Trace: DXC=?GkZY0P_]M7; iAbK4FA[l4:ejgIfPPld4jW\KbG]kaM8FYk:AnJB[C=joPko`e1A4?MCJ_oMjhL59bfHL8K:ej\8bWoWITGh6m8 Original-X-Complaints-To: usenet-abuse@arcor.de Original-Xref: shelby.stanford.edu gnu.emacs.help:135580 Original-To: help-gnu-emacs@gnu.org 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:31177 Archived-At: "c" == chrislowe87 writes: c> Newsgroups: gnu.emacs.help c> Date: 17 Nov 2005 18:35:59 -0800 c> Organization: http://groups.google.com c> c> Hi c> I am new to emacs and I was woundering how to go about installing c> python-mode in emacs for windows. As most the information I have found c> is about installing emacs python-mode on llinux. hi, i don't know python-mode, but i'm sure you will find the installation instructions within the source code. They may sound like this: - put the source code somewhere in your "load-path" (a lisp variable, you may look at its value by C-h v load-path RET, site-lisp is the best choice usually) - put a line like (require (quote python-mode)) into your .emacs file - execute the command python-mode when you load your source file into emacs possibly by some automatism (customizing the variable auto-mode-alist) - byte compile the source code to make it faster - .... no difference on linux and windows presumably. there is much to learn all the time using emacs. have fun. martin c> c> Thanks for any help c> c> Chris Lowe c> c> -- parozusa at web dot de