unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
To: David Reitter <david.reitter@gmail.com>
Cc: 5870@debbugs.gnu.org, aquamacs-bugs@lists.sourceforge.net,
	whenney@gmail.com
Subject: bug#5870: [Aquamacs-bugs] Re: incorrect fontification of non-ascii chars on Mac OS X 10.4
Date: Thu, 30 Jun 2005 19:40:25 +0900	[thread overview]
Message-ID: <wlekaknn52.wl%mituharu__35223.364926833$1270746438$gmane$org@math.s.chiba-u.ac.jp> (raw)
In-Reply-To: <04238FA2-2D02-41F0-9FDC-F843D518985F@gmail.com>

>>>>> On Thu, 30 Jun 2005 07:52:28 +0100, David Reitter <david.reitter@gmail.com> said:

> On 30 Jun 2005, at 04:34, YAMAMOTO Mitsuharu wrote:
>> (create-fontset-from-mac-roman-font
>> "-*-FAMILY-medium-r-normal--SIZE-*-*-*-*-*-mac-roman" nil "NAME")
>> 
>> would do the right thing for normal use.  If one also want to use
>> ETL fonts, one can refer to how "fontset-mac" is defined.

> I'm doing this now, and the definition of a couple of fontsets in
> different sizes (around 25 fontsets) takes over three seconds. Since
> we define the fontsets at startup time, this represents an issue for
> us.

I'm not aware of that (I only define one fontset on startup).
Removing the Foptimize_char_table call in Fset_fontset_font
(fontset.c) seems to improve the speed at least for this case.

> Can fontset creation handled on demand some how?

What should trigger fontset creations?  If it is restricted to user
commands such as menu item selection, then such lazy creation could be
implemented at the user level.

> Why do we handle fonts lust like on X11 again in the Carbon port?
> Do dozens of packages depend on specific fonts being set via the X11
> font-specs?  Does it enable people to actually exchange / share
> font-settings between the Carbon port and the X11 port?

I think that's because the current Emacs internal code, aka
emacs-mule, is created so that it matches the X11 font system.  You
don't want to change the Emacs internal code for the Carbon port, do
you?  Exchanging/sharing font-setting is not relevant here.

> I hope the font handling can and will be revised when the unicode
> branch is merged.

It seems that the unicode branch enables us to define custom charsets
and one can specify such charsets in a font-spec.  I'm not sure how
ATSUI support will change the situation. (I've never worked on that.)

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








  parent reply	other threads:[~2005-06-30 10:40 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <F6BCBF6F-FF15-4D11-9AE1-ECBDCA0A0417@gmail.com>
2005-06-29 11:15 ` bug#5885: [Aquamacs-bugs] Re: incorrect fontification of non-ascii chars on Mac OS X 10.4 YAMAMOTO Mitsuharu
     [not found] ` <wl7jgdjtxc.wl%mituharu@math.s.chiba-u.ac.jp>
2005-06-29 15:54   ` bug#5901: " William Henney
     [not found]   ` <BC82FC11-C906-429F-9546-F9EE3E9D1B4B@gmail.com>
2005-06-29 16:03     ` bug#5888: " David Reitter
     [not found]     ` <A6AF94A4-60BD-4929-8A4F-F7D17FDAE469@gmail.com>
2005-06-29 16:36       ` bug#5886: " YAMAMOTO Mitsuharu
     [not found]       ` <20050630.013633.55126241.mituharu@math.s.chiba-u.ac.jp>
2005-06-29 16:59         ` bug#5892: " David Reitter
     [not found]         ` <7A52A2B4-ADD0-44A0-B8C9-A1F8F4CCDE75@gmail.com>
2005-06-30  3:34           ` bug#5869: " YAMAMOTO Mitsuharu
     [not found]           ` <wlirzwmsa4.wl%mituharu@math.s.chiba-u.ac.jp>
2005-06-30  6:52             ` bug#5868: " David Reitter
     [not found]             ` <04238FA2-2D02-41F0-9FDC-F843D518985F@gmail.com>
2005-06-30 10:40               ` YAMAMOTO Mitsuharu [this message]
2005-06-30 17:56             ` bug#5880: " Stefan Monnier
     [not found]             ` <jwvmzp7bujm.fsf-monnier+emacs@gnu.org>
2005-07-01  7:21               ` bug#5884: " YAMAMOTO Mitsuharu
     [not found]               ` <wl4qbfxa8h.wl%mituharu@math.s.chiba-u.ac.jp>
2005-07-01 15:15                 ` bug#5875: " Stefan Monnier
     [not found]                 ` <87u0jea7gy.fsf-monnier+emacs@gnu.org>
2005-07-01 16:32                   ` bug#5899: " William Henney
     [not found]                   ` <F862FCDC-4751-462D-A6A5-C2099EC31794@gmail.com>
2005-07-01 16:41                     ` bug#5874: " David Reitter
2005-07-01 17:05                     ` bug#5879: " Stefan Monnier
2005-07-02  4:01                   ` bug#5883: " YAMAMOTO Mitsuharu
2005-07-02  5:04                   ` bug#5873: " 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='wlekaknn52.wl%mituharu__35223.364926833$1270746438$gmane$org@math.s.chiba-u.ac.jp' \
    --to=mituharu@math.s.chiba-u.ac.jp \
    --cc=5870@debbugs.gnu.org \
    --cc=aquamacs-bugs@lists.sourceforge.net \
    --cc=david.reitter@gmail.com \
    --cc=whenney@gmail.com \
    /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).