all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Takashi Hiromatsu <matsuan@ca2.so-net.ne.jp>
Subject: Re: fonts in carbon emacs
Date: Sun, 03 Jul 2005 18:56:43 +0900	[thread overview]
Message-ID: <m2r7egp604.wl%matsuan@ca2.so-net.ne.jp> (raw)
In-Reply-To: <m2irzs9u5k.fsf@berkeley.local>

> I've install 22.0.50 version of Emacs (from CVS) and was pretty happy
> that russian works out of box there (at last!). Howerver, when I try
> to change the font (for eg.,  if I tweak the height of default
> apple-monaco) all russian letters turn into boxes. Even if I change
> the height back all russian letters are still remain as boxes.
> 
> Does anyone understand what happens?

Please set fontset like as below.

(create-fontset-from-fontset-spec
 (concat 
  "-*-monaco-medium-r-normal-*-14-*-*-*-*-*-fontset-monaco14" 
  ",ascii:-apple-monaco-medium-r-normal--14-*-*-*-m-*-mac-*"
  ",latin-iso8859-1:-apple-monaco-medium-r-normal--14-*-75-75-m-*-mac-*"
  ",greek-iso8859-7:-apple-symbol-medium-r-normal--14-*-75-75-m-*-mac-symbol"
  ",latin-iso8859-9:-apple-monaco-medium-r-normal--14-*-75-75-m-*-mac-*"
  ",latin-iso8859-15:-apple-monaco-medium-r-normal--14-*-75-75-m-*-mac-*"
  ",mac-roman-lower:-apple-monaco-medium-r-normal--14-*-75-75-m-*-mac-*"
  ",mac-roman-upper:-apple-monaco-medium-r-normal--14-*-75-75-m-*-mac-*"
  ",mule-unicode-0100-24ff:-apple-symbol-medium-r-normal--14-*-75-75-m-*-mac-symbol"
  ",mule-unicode-2500-33ff:-apple-monaco-medium-r-normal--14-*-75-75-m-*-mac-*"
  ",mule-unicode-e000-ffff:-apple-monaco-medium-r-normal--14-*-75-75-m-*-mac-*"
  ",iso10646-1:-apple-monaco-medium-r-normal--14-*-75-75-m-*-mac-*"
  ",latin-iso8859-2:-apple-monaco ce-medium-r-normal--14-*-75-75-m-*-mac-centraleurroman"
  ",cyrillic-iso8859-5:-apple-monaco cy-medium-r-normal--14-*-75-75-m-*-mac-cyrillic"
  ))

(set-default-font "fontset-monaco14")
(setq default-frame-alist
      (append
       (list
        '(font . "fontset-monaco14") 
        ) default-frame-alist)
      )

T. Hiromatsu      

  parent reply	other threads:[~2005-07-03  9:56 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-03  8:21 fonts in carbon emacs Peter Novodvorsky
2005-07-03  9:23 ` Peter Novodvorsky
2005-07-03  9:56 ` Takashi Hiromatsu [this message]
2005-07-03 10:44   ` Randal L. Schwartz
2005-07-03 11:11   ` Peter Novodvorsky
2005-07-03 12:15     ` YAMAMOTO Mitsuharu
2005-07-03 13:19       ` Peter Novodvorsky
2005-07-03 13:25       ` Peter Novodvorsky
2005-07-03 19:44         ` Takashi Hiromatsu
2005-07-04  3:33         ` YAMAMOTO Mitsuharu
2005-07-03 20:01       ` Takashi Hiromatsu
2005-07-04  3:31         ` YAMAMOTO Mitsuharu
2005-07-04  4:24           ` Takashi Hiromatsu
2005-07-04  4:02         ` Takashi Hiromatsu
2005-07-04 14:31       ` Stefan Monnier
2005-07-13  9:22       ` YAMAMOTO Mitsuharu
2005-07-03 11:54   ` Peter Novodvorsky

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=m2r7egp604.wl%matsuan@ca2.so-net.ne.jp \
    --to=matsuan@ca2.so-net.ne.jp \
    /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.