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: Word boundary (was: find-composition still depends on the composition property) Date: Sun, 26 Oct 2008 22:36:05 +0900 Message-ID: References: <87tzbh7kd9.fsf@jurta.org> <87tzb5ikrw.fsf@jurta.org> <87mygusydi.fsf_-_@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1225028186 1776 80.91.229.12 (26 Oct 2008 13:36:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 26 Oct 2008 13:36:26 +0000 (UTC) Cc: juri@jurta.org, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 26 14:37:26 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 1Ku5o5-0007Tn-Ad for ged-emacs-devel@m.gmane.org; Sun, 26 Oct 2008 14:37:25 +0100 Original-Received: from localhost ([127.0.0.1]:46777 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ku5mz-0001kC-B0 for ged-emacs-devel@m.gmane.org; Sun, 26 Oct 2008 09:36:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ku5mu-0001go-Kt for emacs-devel@gnu.org; Sun, 26 Oct 2008 09:36:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ku5mt-0001es-O7 for emacs-devel@gnu.org; Sun, 26 Oct 2008 09:36:12 -0400 Original-Received: from [199.232.76.173] (port=55399 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ku5mt-0001ee-KA for emacs-devel@gnu.org; Sun, 26 Oct 2008 09:36:11 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:51993) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ku5mr-0005ZX-07; Sun, 26 Oct 2008 09:36:09 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id m9QDa6Uv013489; Sun, 26 Oct 2008 22:36:06 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id m9QDa63O017772; Sun, 26 Oct 2008 22:36:06 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id m9QDa6EX027120; Sun, 26 Oct 2008 22:36:06 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1Ku5mn-0001Hd-VE; Sun, 26 Oct 2008 22:36:05 +0900 In-reply-to: (message from Eli Zaretskii on Sat, 25 Oct 2008 20:03:13 +0200) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) 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:105014 Archived-At: In article , Eli Zaretskii writes: > Unless I'm missing something important, my reading of th UAX #29 > (http://www.unicode.org/reports/tr29/tr29-13.html) is that almost all > scripts should _not_ have word breaks between letters and digits. And > neither should we define a word break on script boundaries, in most > cases. Although it says "Do not break between most letters. ALetter x ALetter", ALetter doesn't include Han, Katakana, and Hiragana. And, it also has this note: Normally word breaking does not require breaking between different scripts. However, adding that capability may be useful in combination with other extensions of word segmentation. For example, ... --- Kenichi Handa handa@ni.aist.go.jp