all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: martin <nospam@nospam.net>
Subject: Re: Emacs python-mode on windoes
Date: Sat, 19 Nov 2005 23:20:20 +0100	[thread overview]
Message-ID: <n9y83kffff.fsf@nospam.net> (raw)
In-Reply-To: 1132281359.650940.305150@g14g2000cwa.googlegroups.com


"c" == chrislowe87  <chrislowe87@yahoo.com.au> 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

      reply	other threads:[~2005-11-19 22:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-18  2:35 Emacs python-mode on windoes chrislowe87
2005-11-19 22:20 ` martin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=n9y83kffff.fsf@nospam.net \
    --to=nospam@nospam.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.