Emacs: Difference between revisions

From RedwoodCenter
Jump to navigationJump to search
No edit summary
 
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:


   fink install emacs22-carbon
   fink install emacs22-carbon


== Auctex ==
== Auctex ==
Line 38: Line 37:


   python setup.py install
   python setup.py install
  sudo ln -s /Library/Frameworks/Python.framework/Versions/Current/bin/pymacs-services /usr/local/bin/
== Pycomplete ==
download pycomplete.py and pycomplete.el from here: http://courses.csail.mit.edu/6.01/spring07/software/installing-software-emacs.html

Latest revision as of 20:01, 30 September 2007

Emacs 22

 fink install emacs22-carbon

Auctex

 fink install tetex
 fink install auctex

Emacs python mode

 fink install python-mode

Emacs code browser

 fink install ecb

Pymacs

get pymacs here: http://pymacs.progiciels-bpi.ca/archives/Pymacs-0.22.tar.gz

 tar xvzf Pymacs-0.22.tar.gz
 cd Pymacs-0.22

now, because of some not-allowed characters, you have to remove the following two lines

 # Fran?ois Pinard <pinard@iro.umontreal.ca>, 2001.
 #!/usr/bin/env python

from the files

 Pymacs/__init__.py
 Pymacs/pymacs.py

now, you can compile and install:

 python setup.py install
 sudo ln -s /Library/Frameworks/Python.framework/Versions/Current/bin/pymacs-services /usr/local/bin/

Pycomplete

download pycomplete.py and pycomplete.el from here: http://courses.csail.mit.edu/6.01/spring07/software/installing-software-emacs.html