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

linux to an imac

2005

June



2004

April

March



2003

November

August

June

March

February

January
linux toddlers
launch emacs from the CLI



2002

December

November

October

September

August

July

June

May

April





2003-01-15 14:28 / linux toddlers  »

Ask a student who 'Tux' is, and he or she will point to the large
penguin painted on the front wall of the computer lab and say, "He's the
Linux penguin!"

(linux journal: Linux from Kindergarten to High School)

Hexley's cute too.

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