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: fontset/font change Date: Fri, 13 Mar 2009 14:18:09 +0900 Message-ID: References: <87ljrcb23h.fsf@catnip.gol.com> <49B7C51E.6020507@gnu.org> <49B90BD9.6060309@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1236921568 32317 80.91.229.12 (13 Mar 2009 05:19:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 13 Mar 2009 05:19:28 +0000 (UTC) Cc: emacs-devel@gnu.org, miles@gnu.org To: Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 13 06:20:44 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 1Lhzp4-0006Mm-11 for ged-emacs-devel@m.gmane.org; Fri, 13 Mar 2009 06:20:42 +0100 Original-Received: from localhost ([127.0.0.1]:54794 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lhznh-0006wx-VI for ged-emacs-devel@m.gmane.org; Fri, 13 Mar 2009 01:19:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LhzmZ-0006c0-Ra for emacs-devel@gnu.org; Fri, 13 Mar 2009 01:18:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LhzmU-0006an-Kj for emacs-devel@gnu.org; Fri, 13 Mar 2009 01:18:06 -0400 Original-Received: from [199.232.76.173] (port=36442 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LhzmU-0006af-C6 for emacs-devel@gnu.org; Fri, 13 Mar 2009 01:18:02 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:51705) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LhzmR-0005zW-Hf; Fri, 13 Mar 2009 01:18:00 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id n2D5HvCh000571; Fri, 13 Mar 2009 14:17:57 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id n2D5HvhB017564; Fri, 13 Mar 2009 14:17:57 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id n2D5Hu4k003036; Fri, 13 Mar 2009 14:17:56 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1Lhzmb-0004Lo-Rt; Fri, 13 Mar 2009 14:18:09 +0900 In-reply-to: <49B90BD9.6060309@gnu.org> (message from Jason Rumney on Thu, 12 Mar 2009 21:19:21 +0800) X-MIME-Autoconverted: from 8bit to quoted-printable by mx1.aist.go.jp id n2D5HvCh000571 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:109599 Archived-At: In article <49B90BD9.6060309@gnu.org>, Jason Rumney writ= es: > > Note that U+203E is the only non_ASCII character in > > latin-jisx0201. > > =20 > I didn't know about that one (is it intended to be a combining macron?)= ,=20 No, the unicode name is "OVERLINE", and it's not a combining mark. > but isn't =C2=A5 also in latin-jisx0201 (at code point 92)? Ah, right, I've forgotten about that. > > But, why do we have that kind of setting in term/w32-win.el > > only for Japanese?=20 > Because only Japanese uses SJIS on Windows. > > What does the registry "JISX0208-SJIS" exactly mean? > A JISX0208 font that is available in SJIS encoding. Is there a more=20 > standard way of writing that? > > Why doesn't the default setting work? > > =20 > It seems it does now. That's good. > I have removed those lines from w32-win.el. Thank you. --- Kenichi Handa handa@m17n.org