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

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

Re: Font problem with NTEmacs 21


From: Benjamin Riefenstahl
Subject: Re: Font problem with NTEmacs 21
Date: 03 Mar 2003 17:44:46 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

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 via email to

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