From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: find-composition still depends on the composition property Date: Wed, 22 Oct 2008 06:25:49 +0200 Message-ID: References: <87tzbh7kd9.fsf@jurta.org> <87tzb5ikrw.fsf@jurta.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1224649559 2895 80.91.229.12 (22 Oct 2008 04:25:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 22 Oct 2008 04:25:59 +0000 (UTC) Cc: juri@jurta.org, emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 22 06:27:00 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 1KsVJD-0005kW-Nk for ged-emacs-devel@m.gmane.org; Wed, 22 Oct 2008 06:27:00 +0200 Original-Received: from localhost ([127.0.0.1]:35685 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsVI8-00020m-Bl for ged-emacs-devel@m.gmane.org; Wed, 22 Oct 2008 00:25:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KsVI3-0001za-PZ for emacs-devel@gnu.org; Wed, 22 Oct 2008 00:25:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KsVI1-0001yd-Tg for emacs-devel@gnu.org; Wed, 22 Oct 2008 00:25:46 -0400 Original-Received: from [199.232.76.173] (port=46149 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsVI1-0001ya-MZ for emacs-devel@gnu.org; Wed, 22 Oct 2008 00:25:45 -0400 Original-Received: from mtaout5.012.net.il ([84.95.2.13]:39114) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KsVI1-000129-7Y for emacs-devel@gnu.org; Wed, 22 Oct 2008 00:25:45 -0400 Original-Received: from HOME-C4E4A596F7 ([77.126.98.197]) by i_mtaout5.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K9400GOPHPCJ4W1@i_mtaout5.012.net.il> for emacs-devel@gnu.org; Wed, 22 Oct 2008 06:27:13 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 9.1 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:104813 Archived-At: > From: Kenichi Handa > Date: Wed, 22 Oct 2008 10:17:57 +0900 > Cc: emacs-devel@gnu.org > > Ah, it's not a bug of composition, but a bug of scan_words > (syntax.c). Currently U+301 is labeled as `latin' script, > and the surrounding characters there are `cyrillic' script. > Thus, that funciton thinks that there's a word boundary. > I'll find a way to solve this problem. I think we will need a user option to control whether scan_words stops on script boundaries, see the discussion started by Miles yesterday about a similar problem.