From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Werner LEMBERG Newsgroups: gmane.emacs.devel Subject: Re: entering CJK full-width space Date: Tue, 28 Jun 2005 09:10:33 +0200 (CEST) Message-ID: <20050628.091033.198224069.wl@gnu.org> References: <20050628.070656.28797687.wl@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1119943490 9124 80.91.229.2 (28 Jun 2005 07:24:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Jun 2005 07:24:50 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 28 09:24:39 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DnASQ-0007Ym-ME for ged-emacs-devel@m.gmane.org; Tue, 28 Jun 2005 09:24:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DnAaE-0008Ap-6A for ged-emacs-devel@m.gmane.org; Tue, 28 Jun 2005 03:32:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DnAVR-0006xg-T0 for emacs-devel@gnu.org; Tue, 28 Jun 2005 03:27:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DnAVL-0006vU-7Z for emacs-devel@gnu.org; Tue, 28 Jun 2005 03:27:36 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DnAVH-0006ZY-53 for emacs-devel@gnu.org; Tue, 28 Jun 2005 03:27:31 -0400 Original-Received: from [212.227.126.177] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DnAJg-0007s2-B9 for emacs-devel@gnu.org; Tue, 28 Jun 2005 03:15:32 -0400 Original-Received: from p54AFB1A9.dip0.t-ipconnect.de [84.175.177.169] (helo=rigel.site) by mrelayeu.kundenserver.de with ESMTP (Nemesis), id 0ML29c-1DnAFH2QTY-0001ZQ; Tue, 28 Jun 2005 09:10:59 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by rigel.site (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id j5S7AYAw024726; Tue, 28 Jun 2005 09:10:35 +0200 Original-To: handa@m17n.org In-Reply-To: X-Mailer: Mew version 4.2.50 on Emacs 22.0.50.1 / Mule 5.0 (SAKAKI) X-Provags-ID: kundenserver.de abuse@kundenserver.de login:2dc398bc694a1e60948148ba0a42c0da 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:39765 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39765 > > At least for the `chinese-py-punct' and `chinese-py-punct-b5' > > methods I suggest that the combination `v' `' creates a > > full-width space. > > I've just installed a change for that. Thanks. > In my opiniion, U+3000 should be a deprecated character. At least > we Japanese don't use it that much because hitting space in Japanese > input method is usually for converting the preedit hiragana > sequence. When there's no preedit text, some input methods insert > nomal space, and some insert full-width space. But, long ago I > heard that many people don't like the latter behaviour. At least in Chinese the full-width space character is used very often. For example, it is a standard typography rule to start a paragraph with two full-width spaces. Werner