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: Pretest next week Date: Tue, 10 Feb 2009 09:44:43 +0900 Message-ID: References: <87y6x4ue2u.fsf@cyd.mit.edu> <87ocxqnnb6.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1234226710 7060 80.91.229.12 (10 Feb 2009 00:45:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Feb 2009 00:45:10 +0000 (UTC) Cc: cyd@stupidchicken.com, 970@emacsbugs.donarmstrong.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 10 01:46:25 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 1LWgla-0002me-BM for ged-emacs-devel@m.gmane.org; Tue, 10 Feb 2009 01:46:22 +0100 Original-Received: from localhost ([127.0.0.1]:36367 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LWgkG-0002qJ-QA for ged-emacs-devel@m.gmane.org; Mon, 09 Feb 2009 19:45:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LWgkC-0002pf-H8 for emacs-devel@gnu.org; Mon, 09 Feb 2009 19:44:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LWgkA-0002pT-Vw for emacs-devel@gnu.org; Mon, 09 Feb 2009 19:44:55 -0500 Original-Received: from [199.232.76.173] (port=53740 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LWgkA-0002pQ-Pu for emacs-devel@gnu.org; Mon, 09 Feb 2009 19:44:54 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:52181) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LWgk8-0000DL-4N; Mon, 09 Feb 2009 19:44:52 -0500 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id n1A0ig9V002610; Tue, 10 Feb 2009 09:44:42 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id n1A0igxT029834; Tue, 10 Feb 2009 09:44:42 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id n1A0ifeq014375; Tue, 10 Feb 2009 09:44:41 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1LWgjz-0004sI-0v; Tue, 10 Feb 2009 09:44:43 +0900 In-reply-to: (message from Eli Zaretskii on Fri, 06 Feb 2009 17:49:38 +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:108917 Archived-At: In article , Eli Zaretskii writes: > There are still a few strange phenomena with terminal display, > although they seem unrelated to compositions. > For example, after typing "C-h H", go to the line that begins with > "CJK variety", and type "C-f": you will see that the cursor jumps past > some of the characters inside parentheses. Is this a bug? No. Those CJK characters have width 2, and if they are not supported by the terminal coding system, encode_terminal_code produces two '?'s. --- Kenichi Handa handa@m17n.org