From: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: help-gnu-emacs@gnu.org
Subject: Re: fatal font problem with emacs
Date: Sat, 28 Oct 2006 21:48:44 +0200 [thread overview]
Message-ID: <F30EFA79-4C0E-47B6-BBA7-35C81F694A8E@Web.DE> (raw)
In-Reply-To: <1162059110.456641.280210@h48g2000cwc.googlegroups.com>
Am 28.10.2006 um 20:11 schrieb BillJosephson:
> If I wish to take the approach of obtaining the fonts that emacs seems
> to want but can not find, where would I go for that?
Could be the "GNU Intl" fonts supply all these. It can also be that
your system has already all these fonts and you just need to extend
the X11 font path. I have in my .xinitrc:
xset fp+ /sw/share/ghostscript/fonts/,/sw/lib/X11/fonts/applettf/,/
sw/lib/X11/fonts/msttf/,/usr/X11R6/lib/X11/fonts/bidi/,/usr/X11R6/lib/
X11/fonts/Indian/,/usr/X11R6/lib/X11/fonts/georgian-ttf/
so that with some default values I have this font path active:
/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/
X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/
X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/,/sw/share/
ghostscript/fonts/,/sw/lib/X11/fonts/applettf/,/sw/lib/X11/fonts/
msttf/,/usr/X11R6/lib/X11/fonts/bidi/,/usr/X11R6/lib/X11/fonts/
Indian/,/usr/X11R6/lib/X11/fonts/georgian-ttf/
(16K names tells xfontsel).
I think you don't need to sarch for the fonts GNU Emacs 'requires.'
In ~/.Xdefaults you can set the defaults. These are, a bit vaguely,
described in the X Resources section of the Emacs Manual, i.e. in M-x
info RET m emacs RET m Resource RET. The Emacs Wiki also presents
some settings, and I can present mine:
!Emacs*menubar*Font: -*-lucidabright-demibold-r-*-*-11-*-*-*-*-*-
iso10646-1
!Emacs*menubar.font: -*-*-*-*-*-20-*-*-*-*-*-iso10646-1
!Emacs*paneFont: -*-gill sans-bold-r-*-*-0-0-*-*-*-*-iso10646-1
!Emacs*popup.font: -*-*-*-*-*-20-*-*-*-*-*-iso10646-1
!Emacs.dialog*.font: -*-new century schoolbook-bold-r-*-*-10-*-*-*-*-
*-iso10646-1
!Emacs.italic.attributeFont: -*-fixed-medium-o-*-*-*-120-*-*-*-*-*-*
!Emacs.menu.attributeFont:-*-lucida-bold-r-*-sans-10-*-*-*-*-*-
iso10646-1
!Emacs.menubar.font: -*-lucida-bold-i-*-*-12-*-*-*-*-*-iso10646-1
!Emacs.pane.font: -*-baskerville-semi bold-r-*-*-*-*-*-*-*-*-iso10646-1
!Emacs.paneFont: -*-chalkboard-medium-r-*-*-0-0-*-*-*-*-iso8859-1
!Emacs.selectionFont: -*-bodoni svtytwo sc itc tt-medium-r-*-*-0-0-*-
*-*-*-iso8859-1
Emacs*font: -*-lucidatypewriter-medium-r-*-*-10-*-*-*-m-*-iso10646-1
Emacs.dialog*.font: -*-lucidatypewriter-bold-r-*-sans-12-*-*-*-*-*-
iso10646-1
Emacs.menu*.font: -*-lucida-bold-r-*-sans-10-*-*-*-*-*-iso10646-1
Emacs.pane.menubar.font:-*-utopia-bold-r-*-*-11-*-*-*-*-*-iso10646-1
It's a mixture for/from different X environments. It's also a mixture
of different ways to address the X resource (either with * or with .
– I never learned this correctly). You can also the fontsets Emacs
uses this way ... (some fonts look very strange/characteristic, so
it's easy to recognise that this resource effects that look)
--
Greetings
Pete
To be is to do.
-- I. Kant
To do is to be.
-- A. Sartre
Yabba-Dabba-Doo!
-- F. Flintstone
next prev parent reply other threads:[~2006-10-28 19:48 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-22 2:25 fatal font problem with emacs BillJosephson
2006-10-22 23:41 ` Peter Dyballa
[not found] ` <mailman.137.1161560471.27805.help-gnu-emacs@gnu.org>
2006-10-23 1:48 ` BillJosephson
2006-10-23 8:55 ` Peter Dyballa
[not found] ` <mailman.147.1161593726.27805.help-gnu-emacs@gnu.org>
2006-10-25 8:14 ` BillJosephson
2006-10-25 9:21 ` Peter Dyballa
[not found] ` <mailman.228.1161768081.27805.help-gnu-emacs@gnu.org>
2006-10-28 18:11 ` BillJosephson
2006-10-28 19:48 ` Peter Dyballa [this message]
[not found] ` <mailman.355.1162064979.27805.help-gnu-emacs@gnu.org>
2006-10-29 2:40 ` Tim X
2006-11-02 17:59 ` IsraelMendezMartinez
2006-11-04 16:13 ` BillJosephson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=F30EFA79-4C0E-47B6-BBA7-35C81F694A8E@Web.DE \
--to=peter_dyballa@web.de \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).