unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: William Henney <whenney@gmail.com>
To: YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Cc: 5901@debbugs.gnu.org, aquamacs-bugs@lists.sourceforge.net
Subject: bug#5901: [Aquamacs-bugs] Re: incorrect fontification of non-ascii chars on Mac OS X 10.4
Date: Wed, 29 Jun 2005 10:54:24 -0500	[thread overview]
Message-ID: <BC82FC11-C906-429F-9546-F9EE3E9D1B4B__10351.9763485112$1270787155$gmane$org@gmail.com> (raw)
In-Reply-To: <wl7jgdjtxc.wl%mituharu@math.s.chiba-u.ac.jp>

Hi Mitsuharu

Thanks very much for your reply.

On Jun 29, 2005, at 6:15 AM, YAMAMOTO Mitsuharu wrote:

>>>>>> On Fri, 24 Jun 2005 22:53:58 -0500, William Henney  
>>>>>> <whenney@gmail.com> said:
>>>>>>
>
>
>> Hi, Accented characters are not fontified correctly.
>
> I can't reproduce it either with fontset-mac (the default one) or with
>
>   (create-fontset-from-mac-roman
>    "-apple-monaco-medium-r-normal--14-*-*-*-*-*-mac-roman" nil  
> "test1")
>   (set-frame-font "fontset-test1")
>
> while I can reproduce with
>
>   (create-fontset-from-fontset-spec
>    "-apple-monaco-medium-r-normal--14-*-*-*-*-*-fontset-test2,
>     ascii:-apple-monaco-medium-r-normal--14-*-*-*-*-*-mac-roman,
>     latin-iso8859-1:-apple-monaco-medium-r-normal--14-*-*-*-*-*-mac- 
> roman")
>   (set-frame-font "fontset-test2")
>
> Aren't you using a fontset defined with
> create-fontset-from-fontset-spec ?
>

Yes, that is correct. I had changed fonts using the font menu, which  
presents a list of fonts that seem to have been made using create- 
fontset-from-fontset-spec. Everything is fine if I use create-fontset- 
from-mac-roman-font as you suggest.

> Besides the above problem, I'd rather not recommend the use of
> create-fontset-from-fontset-spec on Carbon Emacs because it introduces
> tons of wrong glyphs.  For example, "×" is displayed as "W", "ý" as
> "}", and so on.
>

Ah yes, so it does. I hadn't noticed this since I rarely use anything  
outside iso-latin-1.

Can create-fontset-from-fontset-spec be fixed? If not, presumably its  
use should be avoided in the fonts listed in the font menu.

Cheers

Will









  parent reply	other threads:[~2005-06-29 15:54 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   ` William Henney [this message]
     [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               ` bug#5870: " YAMAMOTO Mitsuharu
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='BC82FC11-C906-429F-9546-F9EE3E9D1B4B__10351.9763485112$1270787155$gmane$org@gmail.com' \
    --to=whenney@gmail.com \
    --cc=5901@debbugs.gnu.org \
    --cc=aquamacs-bugs@lists.sourceforge.net \
    --cc=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).