emacs-devel
[Top][All Lists]
Advanced

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

Re: Who's maintaining the Win32 display code?


From: David Abrahams
Subject: Re: Who's maintaining the Win32 display code?
Date: Wed, 17 Sep 2003 07:56:42 -0400
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (windows-nt)

Jason Rumney <address@hidden> writes:

> David Abrahams <address@hidden> writes:
>
>> FWIW, I don't even know what "BDF font" is.
>
> Strange, since the stack trace shows clearly that you are using one,
> and it is not possible to use BDF fonts on Windows accidently.

Maybe that's a symptom of the bug here.  The only fonts I'm using are
AFAICT standard Windows TrueType fonts that come with the system.
The relevant section of my .emacs is:

  ; is it gnu emacs or xemacs
  (setq my-gnup (not (string-match "^\\(XEmacs\\).*" (emacs-version))))

  (setq my-windows
        (or (eq system-type 'windows-nt)
        (eq system-type 'cygwin32)
        (eq system-type 'cygwin)))


  (if my-gnup
      (condition-case nil
          (progn
            (set-default-font "-*-Lucida 
Console-normal-r-*-*-12-96-96-96-c-*-iso8859-1")
            (set-face-font 'italic "-*-Lucida 
Console-normal-i-*-*-12-96-96-96-c-*-*-1")
            (set-face-font 'bold-italic "-*-Lucida 
Console-bold-i-*-*-12-96-96-96-c-*-*-1")
            )
        (error nil)))

There is no other font selection going on anywhere, at least not
AFAICT.

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com





reply via email to

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