Gnus development mailing list
 help / color / mirror / Atom feed
From: Stainless Steel Rat <ratinox@peorth.gweep.net>
Subject: Re: Fun with fonts
Date: 14 Jan 2001 11:15:11 -0500	[thread overview]
Message-ID: <m3puhq2jqo.fsf@peorth.gweep.net> (raw)
In-Reply-To: <86snmme7o6.fsf@duchess.twilley.org>

* Jack Twilley <jmt+usenet@tbe.net>  on Sun, 14 Jan 2001
| Those fonts are part of FreeBSD's ports packages at
| /usr/ports/x11-fonts/jmt-x11-fonts -- I'm now trying Gamow from the
| /usr/ports/x11-fonts/nucleus as recommended by Chad House earlier in
| the thread.

I am liking Neep over Gamow very much.  It is narrower, which is a Good
Thing for faces with a point size >14 or so.  Underscoring is a little
weird looking, but I can get used to that.  It doesn't have italics but I
use a TrueType based Lucida Sans Typewriter for that (yay, xfstt :).

| (add-hook 'gnus-load-hook '(lambda () (set-default-font
| (set-default-font
| "-nucleus-gamow-medium-r-normal--14-140-75-75-c-*-iso8859-1"))))

| But that didn't work.  Any ideas on why not?

Well, aside from the duplicated set-default-font bit, Emacs does not like
changing the default face on the fly once other faces have been defined.
But you might try this:

 (set-face-font
  'default "-nucleus-gamow-medium-r-normal--14-140-75-75--*-iso8859-1")

instead.  That might work.  It did for me (note the removal of the 'c' in
the spec).  XEmacs 21.1; YMMV.
-- 
Rat <ratinox@peorth.gweep.net>    \ Happy Fun Ball may stick to certain types
Minion of Nathan - Nathan says Hi! \ of skin.
PGP Key: at a key server near you!  \ 



  reply	other threads:[~2001-01-14 16:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-13 23:50 Jack Twilley
2001-01-14  0:44 ` Chad House
2001-01-14 11:22   ` Norman Walsh
2001-01-14  8:54 ` Hans de Graaff
2001-01-14 10:42   ` Jack Twilley
2001-01-14 16:15     ` Stainless Steel Rat [this message]
2001-01-14 12:31 ` Kai Großjohann

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3puhq2jqo.fsf@peorth.gweep.net \
    --to=ratinox@peorth.gweep.net \
    /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 NNTP newsgroup(s).