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: entering CJK full-width space Date: Tue, 28 Jun 2005 16:38:09 +0900 Message-ID: References: <20050628.070656.28797687.wl@gnu.org> <20050628.091033.198224069.wl@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1119949464 25037 80.91.229.2 (28 Jun 2005 09:04:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Jun 2005 09:04:24 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 28 11:04:23 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DnC0l-0002Nn-Sx for ged-emacs-devel@m.gmane.org; Tue, 28 Jun 2005 11:04:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DnC18-0004lQ-Qy for ged-emacs-devel@m.gmane.org; Tue, 28 Jun 2005 05:04:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DnB4i-0005kQ-Tu for emacs-devel@gnu.org; Tue, 28 Jun 2005 04:04:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DnB4b-0005jf-AN for emacs-devel@gnu.org; Tue, 28 Jun 2005 04:04:04 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DnB2N-0004pH-0h for emacs-devel@gnu.org; Tue, 28 Jun 2005 04:01:44 -0400 Original-Received: from [192.47.44.130] (helo=tsukuba.m17n.org) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DnAk1-0001hm-BT; Tue, 28 Jun 2005 03:42:45 -0400 Original-Received: from nfs.m17n.org (nfs.m17n.org [192.47.44.7]) by tsukuba.m17n.org (8.12.3/8.12.3/Debian-7.1) with ESMTP id j5S7cB86011099; Tue, 28 Jun 2005 16:38:11 +0900 Original-Received: from etlken (etlken.m17n.org [192.47.44.125]) by nfs.m17n.org (8.12.3/8.12.3/Debian-7.1) with ESMTP id j5S7cBCq020395; Tue, 28 Jun 2005 16:38:11 +0900 Original-Received: from handa by etlken with local (Exim 3.36 #1 (Debian)) id 1DnAfZ-00055d-00; Tue, 28 Jun 2005 16:38:09 +0900 Original-To: Werner LEMBERG In-reply-to: <20050628.091033.198224069.wl@gnu.org> (message from Werner LEMBERG on Tue, 28 Jun 2005 09:10:33 +0200 (CEST)) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) 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:39767 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39767 In article <20050628.091033.198224069.wl@gnu.org>, Werner LEMBERG writes: > 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. I see. Japanese also uses a typography rule to start a paragraph with one full-width space in some context. But that is only in a well type-set text, and in a plane text, it's rare. In TeX, how to indent a paragraph is controlled by a style file, and users don't have to (or should not) insert full-width space. --- Kenichi Handa handa@m17n.org