unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Subject: Re: fonts in carbon emacs
Date: Sun, 03 Jul 2005 21:15:42 +0900	[thread overview]
Message-ID: <wlzmt4m6fl.wl%mituharu@math.s.chiba-u.ac.jp> (raw)
In-Reply-To: <m24qbcxhya.fsf@berkeley.local>

>>>>> On Sun, 03 Jul 2005 15:11:25 +0400, Peter Novodvorsky <nidd@myxomop.com> said:

> It works great when I'm switching with leim C-\, however when I try
> to switch group with Mac OS's native switch it draws some strange
> symbols. Is it possible to make emacs look at global group and
> switch leim one accordingly?

That's what I mentioned "tons of wrong glyphs" in
http://lists.gnu.org/archive/html/emacs-pretest-bug/2005-06/msg00547.html.

Please refer to its followup messages to see how to customize a
fontset so that it may not introduce wrong glyphs.

> Another problem that persists is that when I try to customize
> default font (I want another background for font), I get in the same
> situation I was before? How can I change background for each font
> generated from fontset?

The reason is that a fontset associated to a face is reverted to a
font once the face is customized.  For example, "M-x describe-face RET
default RET" says

  Font or fontset: fontset-mac

just after startup.  But after evaluating "(set-face-attribute
'default nil :height 130)", it becomes

  Font or fontset: -apple-monaco-medium-r-normal--13-130-75-75-m-130-mac-roman

I'm not sure whether it's possible to preserve fontset after such
customization.  A workaround is to customize "fontset-default" as
follows:

  (fontset-add-mac-fonts "fontset-default" "monaco")

But it has some drawbacks that 1) It does harm to ETL font users, and
2) Font family for Central-European/Cyrillic fonts are not
synchronized with that for the ASCII (or mac-roman) font.

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

  reply	other threads:[~2005-07-03 12:15 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
2005-07-03 10:44   ` Randal L. Schwartz
2005-07-03 11:11   ` Peter Novodvorsky
2005-07-03 12:15     ` YAMAMOTO Mitsuharu [this message]
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

  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=wlzmt4m6fl.wl%mituharu@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).