Aktuelle Änderungen Printable View Änderungen Bearbeiten
MetaProgramming > BooLanguage > IL > IntermediateLanguage > HackingPythonWithEmacsClear Trail (defun my-compile ()
"Use compile to run python programs"
(interactive)
(compile (concat "python " (buffer-name))))
(setq compilation-scroll-output t)
setup.py install
setup.py install
setup.py install
After installing pymacs, add these lines to your ``~/.emacs`` file::
(require 'pymacs)
(pymacs-load "ropemacs" "rope-")
load-path (e.g. site-packages)
Pymacs is a powerful tool which, once started from Emacs, allows both-way communication between Emacs Lisp and Python.