 |
|
Installing emacs on OS X with carbon support:
curl -O ftp://ftp.gnu.org/gnu/texinfo/texinfo-4.3.tar.gz
tar zxf texinfo-4.3.tar.gz
cd texinfo-4.3
CFLAGS="-g -O2 -D_INTL_REDIRECT_MACROS" ./configure
make
sudo make install
cd ..
cvs -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/emacs login
cvs -z3 -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/emacs co emacs
cd emacs
./configure --with-carbon --without-x
make bootstrap
sudo make install
Emacs has many acronyms :)
EMACS: Escape Meta Alt Control Shift
EMACS: Emacs Makers Are Crazy Sickos
EMACS: Every Mode Accelerates Creation of Software
EMACS: Embarrassed Manual-Writer Accused of Communist Subversion
EMACS: Excellent Manuals Are Clearly Suppressed
EMACS: Elsewhere Maybe All Commands are Simple
EMACS: Epileptic MLisp Aggravates Compiler Seizures
EMACS: Each Mail A Continued Surprise
EMACS: Easily Mangles, Aborts, Crashes, and Segfaults
EMACS: Eight Megabytes And Constantly Swapping
EMACS: Even a Master of Arts Comes Simpler
EMACS: Emacs Manuals Are Cryptic and Surreal
EMACS: Eventually Munches All Computer Storage
EMACS: Even My Aunt Crashes the System
EMACS: Esoteric Malleability Always Considered Silly
GNUEMACS: Generally Not Used Except by Middle Aged Computer Scientists
EMACS: Extended Macros Are Considered Superfluous
|
|
|