I had been using the following elisp to set my font in Emacs 23.
However, it did not work when creating new frames with C-x 5 2.
(if (>= emacs-major-version 23)
(set-default-font "Monospace-11"))
Here is how I set the font for all frames:
(if (>= emacs-major-version 23)
(modify-all-frames-parameters
'((font . "Monospace-11"))))
See the documentation for modify-all-frames-parameters for more information.
aws
(4)
bison_flex
(1)
blogger
(4)
c
(10)
cardstore
(5)
colinux
(2)
concurrency
(8)
conkeror
(2)
cygwin
(17)
dell
(3)
django
(31)
eclipse
(30)
emacs
(18)
email
(1)
error
(11)
gnip
(1)
json
(1)
keyboard
(3)
linux
(31)
matplotlib
(5)
mercurial
(3)
openid
(1)
personal
(4)
preferences
(4)
pyqt
(18)
python
(88)
rails
(1)
ratpoison
(3)
recursion
(1)
rsync
(3)
ruby
(2)
sql
(10)
subversion
(4)
twisted
(5)
ubuntu
(33)
untagged
(7)
urxvt
(3)
vxworks
(26)
wmii
(3)