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: chinese word mode Date: Thu, 07 Nov 2013 21:15:07 +0900 Message-ID: <87zjpg2yt0.fsf@gnu.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1383826582 13570 80.91.229.3 (7 Nov 2013 12:16:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Nov 2013 12:16:22 +0000 (UTC) Cc: eric@ericabrahamsen.net, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 07 13:16:27 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VeOVe-0007ei-MC for ged-emacs-devel@m.gmane.org; Thu, 07 Nov 2013 13:16:26 +0100 Original-Received: from localhost ([::1]:39893 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VeOVd-0000Le-SM for ged-emacs-devel@m.gmane.org; Thu, 07 Nov 2013 07:16:25 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37776) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VeOUZ-0007tR-Br for emacs-devel@gnu.org; Thu, 07 Nov 2013 07:15:24 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VeOUU-0003qX-GU for emacs-devel@gnu.org; Thu, 07 Nov 2013 07:15:19 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:35742) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VeOUU-0003qT-D1 for emacs-devel@gnu.org; Thu, 07 Nov 2013 07:15:14 -0500 Original-Received: from fl1-110-233-32-186.iba.mesh.ad.jp ([110.233.32.186]:53431 helo=shatin) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1VeOUT-0007nY-85; Thu, 07 Nov 2013 07:15:13 -0500 Original-Received: from handa by shatin with local (Exim 4.80) (envelope-from ) id 1VeOUO-0004qS-3V; Thu, 07 Nov 2013 21:15:08 +0900 In-Reply-To: (message from Stefan Monnier on Wed, 06 Nov 2013 08:36:20 -0500) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:165032 Archived-At: In article , Stefan Monnier writes: > > Assuming I fix this problem and other inevitable bugs, would this > > library be of general interest to Emacs? The dictionary comes from the > Handa? Any comment on this suggestion? I agree that such a feature is useful for Chinese users. But I have one question. > The idea is that an entire dictionary of words are provided in a nested > char table, and then a minor mode both remaps most word-related commands > to use that dictionary, and fill-find-break-point-function is rewired to > do the same. I understand that such commands as M-f and M-d will get more convenient on Chiense text, but I don't understandd the latter part; i.e. the need for working on fill-find-break-point-function. As far as I know, Chinese text (as well as Japanese text) can be broken at any point except for "kinsoku" processing. So there's no need to change the current behavior as to line-breaking. Am I missing something? --- Kenichi Handa handa@gnu.org