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: =?iso-8859-1?q?Re=3A_Emacs_21/22=3A__french_=C3=A7_and_=C5?= Date: Fri, 31 Oct 2008 13:06:45 +0900 Message-ID: References: <87ljwa6zjj.fsf@mat.ucm.es> <871vy26xmn.fsf@mat.ucm.es> 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 1225426048 5100 80.91.229.12 (31 Oct 2008 04:07:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 31 Oct 2008 04:07:28 +0000 (UTC) Cc: emacs-devel@gnu.org To: Uwe Brauer Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 31 05:08:30 2008 connect(): Connection refused 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 1KvlJ8-0004oD-En for ged-emacs-devel@m.gmane.org; Fri, 31 Oct 2008 05:08:22 +0100 Original-Received: from localhost ([127.0.0.1]:47129 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KvlI1-0001bZ-Vb for ged-emacs-devel@m.gmane.org; Fri, 31 Oct 2008 00:07:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KvlHl-0001VK-SF for emacs-devel@gnu.org; Fri, 31 Oct 2008 00:06:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KvlHk-0001UC-3Q for emacs-devel@gnu.org; Fri, 31 Oct 2008 00:06:57 -0400 Original-Received: from [199.232.76.173] (port=57929 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KvlHj-0001U7-KA for emacs-devel@gnu.org; Fri, 31 Oct 2008 00:06:55 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:43605) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KvlHj-0004Vk-9z for emacs-devel@gnu.org; Fri, 31 Oct 2008 00:06:55 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id m9V46lcg022497; Fri, 31 Oct 2008 13:06:47 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id m9V46ldi007551; Fri, 31 Oct 2008 13:06:47 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id m9V46jPa023823; Fri, 31 Oct 2008 13:06:45 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1KvlHZ-00017D-Mn; Fri, 31 Oct 2008 13:06:45 +0900 In-reply-to: <871vy26xmn.fsf@mat.ucm.es> (message from Uwe Brauer on Mon, 27 Oct 2008 13:17:04 +0100) X-MIME-Autoconverted: from 8bit to quoted-printable by mx1.aist.go.jp id m9V46lcg022497 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:105173 Archived-At: In article <871vy26xmn.fsf@mat.ucm.es>, Uwe Brauer write= s: > Hm this does not work well in emacs21 (I have 22 on anther Laptop) , > latin-postfix does not exist only latin-[1-9]-postfix. Latin9-postfix > for some bizarre reason gives 2 symbols =C3=B8 and =C5=93 > In any case when using the x-symbol approach it indeed does=20 > generate it without problems and C-u C-x =3D gives me the following two= results > --8<------------------------schnipp------------------------->8--- > character: =C3=B8 (07570, 3960, 0xf78) > charset: latin-iso8859-15 > (Right-Hand Part of Latin Alphabet 9 (ISO/IEC 8859-15): ISO-IR-203) [...] > font: -Misc-Fixed-Bold-R-Normal--18-120-100-100-C-90-ISO8859-15 In Emacs 22, if you are in utf-8 locale, when you use latin-*-postfix input methods, the characters inserted is translated to mule-unicode-* charset, and thus they are displayed using some of iso10646-1 fonts. So if you have a courier-bold font of which REGISTRY-ENCODING is ISO10646-1, those characters should be displayed with that font. --- Kenichi Handa handa@ni.aist.go.jp