all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kenichi Handa <handa@m17n.org>
To: Adrian Robert <Adrian.B.Robert@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: fail on osx between 2/4/2009 and 2/5/2009
Date: Tue, 10 Feb 2009 15:42:37 +0900	[thread overview]
Message-ID: <E1LWmKL-0005dY-W8@etlken> (raw)
In-Reply-To: <loom.20090207T104349-969@post.gmane.org> (message from Adrian Robert on Sat, 7 Feb 2009 10:46:00 +0000 (UTC))

In article <loom.20090207T104349-969@post.gmane.org>, Adrian Robert <Adrian.B.Robert@gmail.com> writes:

> Will Farrington <wcfarrington <at> gmail.com> writes:
> > 
> > The error I'm seeing is:
> > 
> > *ERROR*: Invalid script or charset name: mathematical-bold
> > 
> > This only exists on frames opened in the window-system. Running emacs  
> > with -nw works fine.

> It seems to be all these new mathematical scripts, they aren't defined
> anywhere, whereas others are defined either in international/characters.el
> or international/fontset.el.  I don't understand the script system that
> well, but don't see how this can be a failure only under OS X.
> Are no other platforms experiencing it?

I can't reproduce that problem on GNU/Linux and X Window.
The above error is produced by set-fontset-font if the
argument TARGET is invalid.  But, I don't know why
mathematical-bold is given to set-fontset-font as TARGET.
It should appear only as :script property of a font-spec.

In article <m2ljsfisip.fsf@gmail.com>, William Xu <william.xwl@gmail.com> writes:
[...]
> The following fixes the problem for me: 

> diff --git a/lisp/international/characters.el b/lisp/international/characters.el
> index fd03468..97c2e59 100644
> --- a/lisp/international/characters.el
> +++ b/lisp/international/characters.el
> @@ -1147,11 +1147,35 @@ Setup char-width-table appropriate for non-CJK language environment."
>  	 (#x1D200 #x1D24F ancient-greek-musical-notation)
>  	 (#x1D300 #x1D35F tai-xuan-jing-symbol)
>  	 (#x1D360 #x1D37F counting-rod-numeral)
> -	 (#x1D400 #x1D7FF mathematical)
>  	 (#x1F000 #x1F02F mahjong-tile)
>  	 (#x1F030 #x1F09F domino-tile)
>  	 (#x20000 #x2AFFF han)
> -	 (#x2F800 #x2FFFF han)))
> +	 (#x2F800 #x2FFFF han)
> +         ;; math-subgroup
> +         (#x1D400 #x1D433 mathematical-bold)
> +         (#x1D434 #x1D467 mathematical-italic)
[...]

On which system, do you need it?  OS X?

---
Kenichi Handa
handa@m17n.org




  parent reply	other threads:[~2009-02-10  6:42 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-07  1:15 fail on osx between 2/4/2009 and 2/5/2009 Randal L. Schwartz
2009-02-07  5:02 ` Will Farrington
2009-02-07 10:46   ` Adrian Robert
2009-02-09  2:52     ` Will Farrington
2009-02-10  6:42     ` Kenichi Handa [this message]
2009-02-10  6:47       ` Will Farrington
2009-02-10  8:08       ` Jules Colding
2009-02-10  8:44         ` YAMAMOTO Mitsuharu
2009-02-10  9:05           ` Jules Colding
2009-02-10 10:51           ` YAMAMOTO Mitsuharu
2009-02-10 12:06           ` Kenichi Handa
2009-02-10 13:06             ` Jason Rumney
2009-02-12  7:37               ` Kenichi Handa
2009-02-12  8:03                 ` YAMAMOTO Mitsuharu
2009-02-12 10:22                   ` Kenichi Handa
2009-02-12 18:42                     ` Adrian Robert
2009-02-14 13:03                       ` Kenichi Handa
2009-02-15 16:04                         ` Adrian Robert
2009-02-16  0:53                           ` Kenichi Handa
2009-02-16  4:09                             ` Kenichi Handa
2009-02-17 10:15                             ` Adrian Robert
2009-02-17 11:15                               ` Kenichi Handa
2009-02-18  2:48                                 ` Kenichi Handa
2009-02-18  3:12                                   ` YAMAMOTO Mitsuharu
2009-02-18  4:01                                     ` Kenichi Handa
2009-02-18  5:43                                       ` YAMAMOTO Mitsuharu
2009-02-19 10:30                                   ` Adrian Robert
2009-02-24  2:55                                     ` Kenichi Handa
2009-02-16  0:33                       ` YAMAMOTO Mitsuharu
2009-02-17 10:26                         ` Adrian Robert
2009-02-17 11:09                           ` YAMAMOTO Mitsuharu
2009-02-19 10:30                             ` Adrian Robert
2009-02-20  1:19                               ` YAMAMOTO Mitsuharu
2009-02-11  1:08             ` YAMAMOTO Mitsuharu
2009-02-10 12:59       ` William Xu
2009-02-09 14:39   ` William Xu

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=E1LWmKL-0005dY-W8@etlken \
    --to=handa@m17n.org \
    --cc=Adrian.B.Robert@gmail.com \
    --cc=emacs-devel@gnu.org \
    /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.