unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Jason Rumney <jasonr@f2s.com>
Subject: Re: 6x13 font not working in windows emacs 21.3
Date: 02 Apr 2003 19:48:08 +0100	[thread overview]
Message-ID: <m2of3o3fdj.fsf@nyaumo.jasonr.f2s.com> (raw)
In-Reply-To: b6epg9$2e6$1@phys-news1.kolumbus.fi

Casper Gripenberg <casper_cg@hotmail.com> writes:

> I can see the 6x13 font in the font dialog in
> emacs, but when I select it emacs just simply
> reverts back to the default courier font.

> In any case it seems like something broke from
> 20.x -> 21.x(?) I put the font here:

It seems like that, but it is not that something broke, just that
something changed. The font-dialog on MS-Windows used to create a
fontset automatically, to make it easier to use non-Latin-1 fonts.

But Emacs 21 can now DTRT for those fonts directly, so it no longer
needs to do that for most cases. But for fonts in non-standard
encodings, it is still necessary to create the fontset.


Something like

(setq my-fontset (create-fontset-from-ascii-font "*-6x13-*"))
(set-frame-font my-fontset)

should be a good starting point.

  reply	other threads:[~2003-04-02 18:48 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-02 13:44 6x13 font not working in windows emacs 21.3 Casper Gripenberg
2003-04-02 18:48 ` Jason Rumney [this message]
2003-04-03  7:59   ` Torsten Müller
2003-04-08 12:22     ` Casper Gripenberg
2003-04-09  4:44       ` Torsten Müller
2003-04-09  7:11         ` Jason Rumney
2003-04-08 23:29     ` Jason Rumney

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=m2of3o3fdj.fsf@nyaumo.jasonr.f2s.com \
    --to=jasonr@f2s.com \
    /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).