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

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

Re: display of ancient Greek chars (after: Re: set UTF-8 for a file (HTM


From: Peter Dyballa
Subject: Re: display of ancient Greek chars (after: Re: set UTF-8 for a file (HTML))
Date: Tue, 12 Feb 2008 10:25:00 +0100


Am 12.02.2008 um 01:17 schrieb ken:

So would it fix things to change somehow this line in your code:

(set-fontset-font "fontset-09pt_adobe_courier" (cons (decode-char 'ucs #x0370) (decode-char 'ucs #x03cf)) '("courier new" . "iso10646-1")) ; Greek

It might. Check with xfd (or fontforge or ...) that the font contains what it claims! The important thing is that you need to make the frame with its buffers use that fontset. If it exists just an option, then nothing changes for you. And you can also use a different font size. Some possible settings:

        (setq initial-frame-alist '(
          (border-color     . "#4e3832")
          (foreground-color . "grey10")
          (background-color . "AliceBlue")
          (active-alpha     . 0.875)
          (inactive-alpha   . 0.75)
          (font . "fontset-10pt_lucidatypewriter")
          (top . 5) (left . 500) (width . 106) (height . 50)
          )
        )

There is also default-frame-alist.


--
Greetings

  Pete

Bigamy is having one wife too many. Monogamy is the same.
                                – Oscar Wilde







reply via email to

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