posted January 2010
This little script could help you to automate the process a bit.
posted March 2009
A handy little Makefile for creating Fink packages can be found here.
posted March 2008
I always liked the "fixed" font that comes with X11R6. On the other hand I also liked the carbon Emacs that comes with fink.
Using a great, yet antique, program called Font Forge, I converted the 9x15, fixed, Latin-1 font into a bitmap .DFont.

posted Feb. 2008
This stunt took me a whole weekend, but I now know the procedure:
posted Nov. 2006
Sometimes, when using GNU Emacs over an SSH connection the standard 'fixed' font is always displayed in italics.

You can put this line into your .emacs file:
(custom-set-faces
;; custom-set-faces was added by Custom -- don't edit or cut/paste it!
;; Your init file should contain only one such instance.
'(default ((t (:stipple nil :background "white" :foreground "black"
:inverse-video nil :box nil
:strike-through nil :overline nil :underline nil
:slant normal :weight normal
:height 115 :width normal :family "fixed")))))
slant normal does the job:

posted Summer 2006
See here.
posted Summer 2006
This are my settings for Terminal.app. The major features are that PgUp/Dn are sent to the remote host and Del/Backspace do what they suggest.
Some rights reserved, Adrian Prantl, adrian at f4z org