From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: fail on osx between 2/4/2009 and 2/5/2009 Date: Sat, 14 Feb 2009 22:03:15 +0900 Message-ID: References: <861vubqc79.fsf@blue.stonehenge.com> <10DD5733-4089-4A60-B090-4CB5E32A0E19@42tools.com> <49917BE9.6020903@gnu.org> <15A24001-137F-469F-8B05-DB31D4E8995D@gmail.com> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1234616622 19733 80.91.229.12 (14 Feb 2009 13:03:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 14 Feb 2009 13:03:42 +0000 (UTC) Cc: mituharu@math.s.chiba-u.ac.jp, emacs-devel@gnu.org To: Adrian Robert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 14 14:04:58 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LYKCL-0007CB-6Y for ged-emacs-devel@m.gmane.org; Sat, 14 Feb 2009 14:04:45 +0100 Original-Received: from localhost ([127.0.0.1]:32877 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LYKB1-0006Ar-9h for ged-emacs-devel@m.gmane.org; Sat, 14 Feb 2009 08:03:23 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LYKAx-0006AZ-Ed for emacs-devel@gnu.org; Sat, 14 Feb 2009 08:03:19 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LYKAv-0006AJ-T9 for emacs-devel@gnu.org; Sat, 14 Feb 2009 08:03:19 -0500 Original-Received: from [199.232.76.173] (port=36487 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LYKAv-0006AG-R7 for emacs-devel@gnu.org; Sat, 14 Feb 2009 08:03:17 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:52344) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LYKAu-0001I2-UM for emacs-devel@gnu.org; Sat, 14 Feb 2009 08:03:17 -0500 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id n1ED36MA005712; Sat, 14 Feb 2009 22:03:06 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp4.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id n1ED36vm024488; Sat, 14 Feb 2009 22:03:06 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id n1ED360u002453; Sat, 14 Feb 2009 22:03:06 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1LYKAt-00008y-IS; Sat, 14 Feb 2009 22:03:15 +0900 In-reply-to: <15A24001-137F-469F-8B05-DB31D4E8995D@gmail.com> (message from Adrian Robert on Thu, 12 Feb 2009 20:42:42 +0200) X-detected-operating-system: by monty-python.gnu.org: Solaris 9 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:109062 Archived-At: In article <15A24001-137F-469F-8B05-DB31D4E8995D@gmail.com>, Adrian Robert writes: > However, if there is now an alternative method that the backend > architecture supports, such that it is feeding 'script' and other > properties additional to the font entity structure to the back end, > and simply responding to these correctly will obviate the need for > fontset specification at all, I would definitely like to change the > NS font back end to use this new approach. Is the complete set > of :xxx properties the back end should respond to documented > somewhere? (I have been using font.h as the implementation reference > until now.) They should be in the docstring the function font-spec, but not yet done, sorry. I'll document them as soon as possible. Briefly, the are: :script -- script name symbol. script-representative-chars can be used as an additional hint to find a font. :lang -- symbol of iso639 two-letter language code. :otf -- see the docstring of query-font and I'm going to add: :chars -- the same format as the cdr part of each element of script-representative-chars. --- Kenichi Handa handa@m17n.org