all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Central European/Cyrillic display support for Carbon Emacs
@ 2004-12-01 10:11 YAMAMOTO Mitsuharu
  2004-12-01 15:43 ` Piet van Oostrum
  2004-12-03 14:43 ` Magnus Henoch
  0 siblings, 2 replies; 5+ messages in thread
From: YAMAMOTO Mitsuharu @ 2004-12-01 10:11 UTC (permalink / 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-12-17  7:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-01 10:11 Central European/Cyrillic display support for Carbon Emacs YAMAMOTO Mitsuharu
2004-12-01 15:43 ` Piet van Oostrum
2004-12-02  1:07   ` YAMAMOTO Mitsuharu
2004-12-03 14:43 ` Magnus Henoch
2004-12-17  7:34   ` YAMAMOTO Mitsuharu

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.