unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#2806: characters from unicode-sip coderange still not displaying properly
@ 2009-12-15  1:04 Christian Wittern
       [not found] ` <tl71viwn5ka.fsf@m17n.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Christian Wittern @ 2009-12-15  1:04 UTC (permalink / raw)
  To: 2806

Hi there,

I just confirmed with the released version 23.1 that this problem is
still existing.  It is very disappointing and keeps all Mac users I
know from upgrading to the otherwise wonderful release 23.  Is there
anything I can do to help getting this issue fixed?

All the best,

Christian

-- 
Christian Wittern, Kyoto





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

* bug#2806: characters from unicode-sip coderange still not displaying properly
       [not found] ` <tl71viwn5ka.fsf@m17n.org>
@ 2010-01-26  4:31   ` Christian Wittern
  2010-01-26 11:08     ` Kenichi Handa
  0 siblings, 1 reply; 4+ messages in thread
From: Christian Wittern @ 2010-01-26  4:31 UTC (permalink / raw)
  To: Kenichi Handa; +Cc: 2806

Thank you Handa-san.  Shortly after sending this message, I found out 
that Yamamoto Mitsuharu-san in Chiba has a patch [1] that provides the 
functionality I needed.  I succeeded in applying this patch and have 
used the resulting Emacs.app for about a month now without any 
problems.  It would surely be great if that patch could be incorporated 
into the Emacs source.
All the best,  Christian

[1] ftp://ftp.math.s.chiba-u.ac.jp/emacs/emacs-23.1.90-mac-1.95.tar.gz

On 2009-12-15 14:56, Kenichi Handa wrote:
> In article<5268d87d0912141704k5eb7ae24p777096a93cbbc0d2@mail.gmail.com>, Christian Wittern<cwittern@gmail.com>  writes:
>
>    
>> I just confirmed with the released version 23.1 that this problem is
>> still existing.  It is very disappointing and keeps all Mac users I
>> know from upgrading to the otherwise wonderful release 23.  Is there
>> anything I can do to help getting this issue fixed?
>>      
> Emacs supports unicode-sip displaying at least on Unix/Linux
> where we can use fontconfig and freetype.  See the attached
> image (result of M-x list-charset-chars RET unicode-sip
> RET).  Emacs asks a font-backend to get a font whose
> registry is "unicode-sip", and fontconfig backend searches
> for fonts that support at least U+20000 for such a request.
>
> Perhaps, Mac's font-backend is not doing that.
>
>    
>
>
>
> ---
> Kenichi Handa
> handa@m17n.org
>    


-- 
  Christian Wittern
  Institute for Research in Humanities, Kyoto University
  47 Higashiogura-cho, Kitashirakawa, Sakyo-ku, Kyoto 606-8265, JAPAN







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

* bug#2806: characters from unicode-sip coderange still not displaying properly
  2010-01-26  4:31   ` Christian Wittern
@ 2010-01-26 11:08     ` Kenichi Handa
  2010-01-28  1:22       ` YAMAMOTO Mitsuharu
  0 siblings, 1 reply; 4+ messages in thread
From: Kenichi Handa @ 2010-01-26 11:08 UTC (permalink / raw)
  To: Christian Wittern; +Cc: 2806

In article <4B5E7017.8050505@gmail.com>, Christian Wittern <cwittern@gmail.com> writes:

> Thank you Handa-san.  Shortly after sending this message, I found out 
> that Yamamoto Mitsuharu-san in Chiba has a patch [1] that provides the 
> functionality I needed.  I succeeded in applying this patch and have 
> used the resulting Emacs.app for about a month now without any 
> problems.  It would surely be great if that patch could be incorporated 
> into the Emacs source.
> All the best,  Christian

> [1] ftp://ftp.math.s.chiba-u.ac.jp/emacs/emacs-23.1.90-mac-1.95.tar.gz

I have no knowledge about Mac, and can't find which part of
the above file is necessary for supporting unicode-sip
displaying.

Could someone working on Mac port please DTRT?

---
Kenichi Handa
handa@m17n.org







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

* bug#2806: characters from unicode-sip coderange still not displaying properly
  2010-01-26 11:08     ` Kenichi Handa
@ 2010-01-28  1:22       ` YAMAMOTO Mitsuharu
  0 siblings, 0 replies; 4+ messages in thread
From: YAMAMOTO Mitsuharu @ 2010-01-28  1:22 UTC (permalink / raw)
  To: Kenichi Handa; +Cc: Christian Wittern, 2806

>>>>> On Tue, 26 Jan 2010 20:08:13 +0900, Kenichi Handa <handa@m17n.org> said:

> In article <4B5E7017.8050505@gmail.com>, Christian Wittern
> <cwittern@gmail.com> writes:
>> Thank you Handa-san.  Shortly after sending this message, I found
>> out that Yamamoto Mitsuharu-san in Chiba has a patch [1] that
>> provides the functionality I needed.  I succeeded in applying this
>> patch and have used the resulting Emacs.app for about a month now
>> without any problems.  It would surely be great if that patch could
>> be incorporated into the Emacs source.  All the best, Christian

>> [1]
>> ftp://ftp.math.s.chiba-u.ac.jp/emacs/emacs-23.1.90-mac-1.95.tar.gz

> I have no knowledge about Mac, and can't find which part of the
> above file is necessary for supporting unicode-sip displaying.

> Could someone working on Mac port please DTRT?

Someone working on the NS port, which is supposed to be a first-class
official port, should DTRT.  The Mac port is neither a patch for nor a
distribution on top of the NS port, but a completely independent port
created with a different policy and design.

I didn't do anything special about unicode-sip for the font backend
drivers on the Mac port.  They are created by porting xftfont.c and
ftfont.c straightforwardly, and perhaps that might give a good result
for this matter.

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






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

end of thread, other threads:[~2010-01-28  1:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-15  1:04 bug#2806: characters from unicode-sip coderange still not displaying properly Christian Wittern
     [not found] ` <tl71viwn5ka.fsf@m17n.org>
2010-01-26  4:31   ` Christian Wittern
2010-01-26 11:08     ` Kenichi Handa
2010-01-28  1:22       ` YAMAMOTO Mitsuharu

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).