all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* font missing
@ 2009-06-11  2:16 John P. Burkett
  2009-06-11  9:36 ` Peter Dyballa
  0 siblings, 1 reply; 4+ messages in thread
From: John P. Burkett @ 2009-06-11  2:16 UTC (permalink / raw)
  To: help-gnu-emacs

I've been happily using emacs on a Gentoo-Linux machine for several
years.  The font I liked was specified in my .emacs file with the line
(set-default-font "10x20").
After a recent upgrade of Gentoo, this font specification did not work
as before.  Using the old .emacs file and doing "emacs --debug-init" now
produces a message that starts as follows:

Debugger entered--Lisp error: (void-variable no)
  eval-buffer(#<buffer  *load*> nil "/home/john/.emacs" nil t)  ;
Reading at buffer position 3358
  load-with-code-conversion("/home/john/.emacs" "/home/john/.emacs" t t)
  load("~/.emacs" t t)
  #[nil "

Doing "xlsfonts -l 10x20" at the Gentoo prompt elicits this response:
DIR  MIN  MAX EXIST DFLT PROP ASC DESC NAME
-->    0  255  some    0   23  15    5
-cronyx-fixed-medium-r-normal--20-200-75-75-c-100-koi8-r

Interpreting this as a translation of the nickname 10x20 into the long
name, I edited my .emacs file, replacing
(set-default-font "10x20")
with
(set-default-font
"-cronyx-fixed-medium-r-normal--20-200-75-75-c-100-koi8-r")

With that change done, emacs starts without any error message. However,
the font is not quite the same as the old one. The old font had no
serifs except on the letters i and l, where they avoid confusion with
the number 1.  The new font has serifs on most letters and, to my eye,
looks unnecessarily cluttered.

With emacs running, I tried holding down the shift key and clicking the
left mouse button. That as expected brought up a font menu. Selecting
"Misc 10x20" elicited the response "Font not found."

Suggestions for recovering the old "10x20" font would be appreciated.

-John

-- 
John P. Burkett
Department of Economics
University of Rhode Island
Kingston, RI 02881-0808
USA

phone (401) 874-9195




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-06-11 15:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-11  2:16 font missing John P. Burkett
2009-06-11  9:36 ` Peter Dyballa
2009-06-11 13:37   ` John P. Burkett
2009-06-11 15:06     ` Peter Dyballa

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.