unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Subject: Central European/Cyrillic display support for Carbon Emacs
Date: Wed, 01 Dec 2004 19:11:17 +0900	[thread overview]
Message-ID: <wl1xea8h16.wl@church.math.s.chiba-u.ac.jp> (raw)

Recently, display support of Central European and Cyrillic characters
for Carbon Emacs (without ETL fonts) is added to CVS.  These
characters are supposed to be displayed by one of the followings.

  1. Using a predefined fontset "fontset-mac".
     (set-frame-font "fontset-mac")

  2. Creating a fontset from a Mac Roman font.
     (set-frame-font
      (create-fontset-from-mac-roman-font
       "-apple-lucida sans typewriter-medium-r-normal--12-120-75-75-m-120-mac-roman")

  3. Extending an existing fontset.
     (set-frame-font
       (fontset-add-mac-fonts "SOME-EXISTING-FONTSET"))

You can test it with `C-h h' or `M-x list-charset-chars RET
cyrillic-iso8859-5 RET'.

Steven Tamm and I have exchanged emails about this feature, but these
characters are not displayed in his environment.  We could not figure
out what's the difference, so I would like to ask Carbon Emacs users
to test whether this feature works or not.  Please use -Q option
(e.g., `/Applications/Emacs.app/Contents/MacOS/Emacs -Q' from
Terminal.app) when invoking, and include the OS version together with
the primary language you chose when installing Mac OS X.

				     YAMAMOTO Mitsuharu
				mituharu@math.s.chiba-u.ac.jp

             reply	other threads:[~2004-12-01 10:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-01 10:11 YAMAMOTO Mitsuharu [this message]
2004-12-01 15:43 ` Central European/Cyrillic display support for Carbon Emacs Piet van Oostrum
2004-12-02  1:07   ` YAMAMOTO Mitsuharu
2004-12-03 14:43 ` Magnus Henoch
2004-12-17  7:34   ` YAMAMOTO Mitsuharu

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=wl1xea8h16.wl@church.math.s.chiba-u.ac.jp \
    --to=mituharu@math.s.chiba-u.ac.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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).