all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
Subject: Re: Font problem with NTEmacs 21
Date: 03 Mar 2003 17:44:46 +0100	[thread overview]
Message-ID: <m3ptp81jsx.fsf@cicero.benny.turtle-trading.net> (raw)
In-Reply-To: 08l66v4hl8bdk2vv2laohovhc43aacq242@4ax.com

Hi Pascal,


Pascal Quesseveur <quesseveur@abaksystemes.fr> writes:
> Is there a way to set the font width for outline fonts under NT? Or,
> is there a way to use an iso8859 fixed font?

Others will probably have better solutions for you, but here is a
setup similar to the one that I use:

- Add this statement to your .emacs to use 6x13 for ASCII and Latin-1:

  (let ((fontset (create-fontset-from-ascii-font "-*-6x13-*-*")))
    (set-fontset-font fontset 'latin-iso8859-1 "-*-6x13-*-*")
    (set-default-font fontset))

- Optionally, in the registry key
  HKEY_LOCAL_MACHINE\SOFTWARE\GNU\Emacs (or
  HKEY_CURRENT_USER\Software\GNU\Emacs) add a string value
  "Emacs.font" with the value "-*-6x13-*-*".  This makes Emacs
  basically aware of the font setting even before it evaluates .emacs.
  So the first frame is created with the right font from the start.


Hope this helps, benny

  reply	other threads:[~2003-03-03 16:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-03 13:18 Font problem with NTEmacs 21 Pascal Quesseveur
2003-03-03 16:44 ` Benjamin Riefenstahl [this message]
2003-03-03 18:42   ` Pascal Quesseveur
2003-03-04 14:57     ` Benjamin Riefenstahl

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=m3ptp81jsx.fsf@cicero.benny.turtle-trading.net \
    --to=benjamin.riefenstahl@epost.de \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.