Emacs: Difference between revisions

From RedwoodCenter
Jump to navigationJump to search
No edit summary
 
Line 3: Line 3:


   fink install emacs22-carbon
   fink install emacs22-carbon


== Auctex ==
== Auctex ==

Revision as of 19:50, 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