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

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

Re: emacs 21.1 No fonts match


From: Andreas Schwab
Subject: Re: emacs 21.1 No fonts match
Date: 26 Oct 2001 18:35:24 +0200
User-agent: Gnus/5.090003 (Oort Gnus v0.03) Emacs/21.1

Dieter Menszner <dieter.menszner@web.de> writes:

|> On Suse Linux 7.2 I built emacs 21.1 with gcc-3.0.1
|> 
|> # emacs
|> No fonts match `-*-fixed-medium-r-*--6-*-*-*-*-*-iso8859-1'
|> # uname -a
|> Linux trump 2.4.4-4GB #1 Wed May 16 00:37:55 GMT 2001 i686 unknown
|> # 
|> 
|> Any suggestions ?

See the end of /usr/X11R6/lib/X11/app-defaults/Emacs, which reads:

Emacs*Fontset-8:\
        -*-fixed-medium-r-*--6-*-*-*-*-*-fontset-6,\
        latin-iso8859-1:-*-fixed-medium-r-*--6-*-iso8859-1,\
        greek-iso8859-7:-*-fixed-medium-r-*--6-*-iso8859-7,\
        latin-iso8859-15:-*-fixed-medium-r-*--6-*-iso8859-15

Either remove these lines, or change them to this:

Emacs*Fontset-8:\
        -*-fixed-medium-r-*--7-*-*-*-*-*-fontset-7,\
        latin-iso8859-1:-*-fixed-medium-r-*--7-*-iso8859-1,\
        greek-iso8859-7:-*-fixed-medium-r-*--7-*-iso8859-7,\
        latin-iso8859-15:-*-fixed-medium-r-*--7-*-iso8859-15

This will avoid requesting an nonexistant font.

Andreas.

-- 
Andreas Schwab                                  "And now for something
Andreas.Schwab@suse.de                          completely different."
SuSE Labs, SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5



reply via email to

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