# HG changeset patch # User Kenichi Handa # Date 1213928109 0 # Node ID c6a0766ce37ea00caf2fd15abb23f633156e7d1a # Parent 0623378cdbcaa1bcd29cdb3686425ca8a5bd2b32 (x_default_font_parameter): Try "monospace-12" too. diff -r 0623378cdbca -r c6a0766ce37e src/xfns.c --- a/src/xfns.c Fri Jun 20 01:53:32 2008 +0000 +++ b/src/xfns.c Fri Jun 20 02:15:09 2008 +0000 @@ -3073,6 +3073,8 @@ char *names[] = { "-adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-1", "-misc-fixed-medium-r-normal-*-*-140-*-*-c-*-iso8859-1", + /* This will find the normal Xft font. */ + "monospace-12", "-*-*-medium-r-normal-*-*-140-*-*-c-*-iso8859-1", /* This was formerly the first thing tried, but it finds too many fonts and takes too long. */