busy-bee.net buzz buzz buzz goes the honeybee home | blog | links | about me

linux to an imac

2003-01-12 12:22 / launch emacs from the CLI  »

I keep forgetting how to do this after recompiling emacs (which has been necessary after many of Apple's software updates):

Replace the binary `/usr/local/bin/emacs' (or wherever you installed
it) with a file containing the following two lines (of course you need
to change the pathname according to where you have put the Emacs.app
application bundle).

#!/bin/sh
/Applications/Emacs.app/Contents/MacOS/Emacs "$@"

That's from the emacs 21 for OS X FAQ.

mod_perl -- Speed, Power, Scalability