unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: ken <gebser@speakeasy.net>
Cc: GNU Emacs List <help-gnu-emacs@gnu.org>
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	[thread overview]
Message-ID: <98B94797-400F-427C-B937-63FD71C15AC6@Web.DE> (raw)
In-Reply-To: <47B0E589.2070607@speakeasy.net>


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	other threads:[~2008-02-12  9:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.7237.1202608828.18990.help-gnu-emacs@gnu.org>
2008-02-10  4:04 ` set UTF-8 for a file (HTML) Tim X
2008-02-10  9:04 ` Harald Hanche-Olsen
2008-02-10 20:09   ` display of ancient Greek chars (after: Re: set UTF-8 for a file (HTML)) ken
2008-02-10 23:11     ` Peter Dyballa
2008-02-12  0:17       ` ken
2008-02-12  9:25         ` Peter Dyballa [this message]

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=98B94797-400F-427C-B937-63FD71C15AC6@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=gebser@speakeasy.net \
    --cc=help-gnu-emacs@gnu.org \
    /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).