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: Display problem in describe-char Date: Thu, 09 Apr 2009 20:14:40 +0900 Message-ID: References: <18909.36539.282128.31031@a1ihome1.kph.uni-mainz.de> 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 1239275707 10081 80.91.229.12 (9 Apr 2009 11:15:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 9 Apr 2009 11:15:07 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ulrich Mueller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 09 13:16:26 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 1LrsF6-0001U5-J5 for ged-emacs-devel@m.gmane.org; Thu, 09 Apr 2009 13:16:25 +0200 Original-Received: from localhost ([127.0.0.1]:58005 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LrsDi-0008AV-2n for ged-emacs-devel@m.gmane.org; Thu, 09 Apr 2009 07:14:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LrsDd-0008AO-K8 for emacs-devel@gnu.org; Thu, 09 Apr 2009 07:14:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LrsDY-0008AB-7u for emacs-devel@gnu.org; Thu, 09 Apr 2009 07:14:52 -0400 Original-Received: from [199.232.76.173] (port=42871 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LrsDY-0008A8-1u for emacs-devel@gnu.org; Thu, 09 Apr 2009 07:14:48 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:43875) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LrsDX-00051y-Fo for emacs-devel@gnu.org; Thu, 09 Apr 2009 07:14:47 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id n39BEdKJ028206; Thu, 9 Apr 2009 20:14:39 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id n39BEdRV016998; Thu, 9 Apr 2009 20:14:39 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id n39BEcGF006458; Thu, 9 Apr 2009 20:14:38 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1LrsDQ-00081I-Dj; Thu, 09 Apr 2009 20:14:40 +0900 In-reply-to: <18909.36539.282128.31031@a1ihome1.kph.uni-mainz.de> (message from Ulrich Mueller on Thu, 9 Apr 2009 07:59:23 +0200) X-MIME-Autoconverted: from 8bit to quoted-printable by mx1.aist.go.jp id n39BEdKJ028206 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:110165 Archived-At: In article <18909.36539.282128.31031@a1ihome1.kph.uni-mainz.de>, Ulrich M= ueller writes: > describe-char in Emacs 23.0.92 gives a strange result for accented and > umlaut characters. For example, call it on an "=C3=A4" (latin small let= ter > a with diaeresis): > emacs -Q > C-x 8 " a C-b C-u C-x =3D > The "decomposition" part under "Character code properties" looks > strange, it shows an 'a' in single quotes, followed by a single quote > composed with a diaeresis and another single quote. I think that this > composing is not the intended behaviour? I've just installed fixes to suppress composing that diaeresis with the previous quote character. --- Kenichi Handa handa@m17n.org