DenkzeitWiki

Suchen:

Aktuelle Änderungen Printable View Änderungen Bearbeiten

MetaProgramming > BooLanguage > IL > IntermediateLanguage > HackingPythonWithEmacsClear Trail
Main /

Hacking Python With Emacs

Emacs
Python

DebuggingPythonWithEmacs

EmacsSolutions


Modes











code-folding


compile instead of eval

 (defun my-compile ()
  "Use compile to run python programs"
  (interactive)
  (compile (concat "python " (buffer-name))))
 (setq compilation-scroll-output t)



Setup the environment


additional packages


Java


getting things going

 After installing pymacs, add these lines to your ``~/.emacs`` file::

  (require 'pymacs)
  (pymacs-load "ropemacs" "rope-")

Hacking Emacs With Python

Pymacs is a powerful tool which, once started from Emacs, allows both-way communication between Emacs Lisp and Python.


Edit - BackLinks - Tags - Page Hist - Print - Changes - Home - Orphans - Help

Zuletzt geändert am 08.06.2010 20:06 Uhr und seit 7. April 2005 5520 aufgerufen.