bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#1094: 23.0.60; Emacs Default Font


From: Vinicius Jose Latorre
Subject: bug#1094: 23.0.60; Emacs Default Font
Date: Mon, 13 Oct 2008 23:55:36 -0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.17) Gecko/20080829 SeaMonkey/1.1.12

Chong Yidong wrote:
The menu item Options->Set Default Font shows:   Sans Regular 12

My ~/.Xresources file is:

Mozilla*font:fixed
Firefox*font:fixed
Emacs*font:fixed

Aha.  I think you'll find that the font you're seeing is

-sony-fixed-medium-r-normal--16-120-100-100-c-80-iso8859-1

or something like that.  I guess the problem is that there is more than
one font named "fixed" in the system.  Recently, Handa changed the "font
scoring" system which tells Emacs which font to use when there are
several possibilities.

To get the exact font you want, you can specify an xlfd name like
-misc-fixed-medium-r-*--13-*-*-*-*-*-*-*, or a fontconfig/GTK font name.
For instance,

Emacs*font:Monospace-10

works great for me.

Cool!!  That's worked for me too.

Thanks







reply via email to

[Prev in Thread] Current Thread [Next in Thread]