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: announcing thaiword.el? Date: Tue, 29 Mar 2005 20:29:22 +0900 (JST) Message-ID: <200503291129.UAA29695@etlken.m17n.org> References: <20050325.081838.163323532.wl@gnu.org> <20050325.232613.73792307.wl@gnu.org> <200503260106.KAA20718@etlken.m17n.org> <200503280047.JAA25472@etlken.m17n.org> <200503290902.SAA29414@etlken.m17n.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 1112098899 30087 80.91.229.2 (29 Mar 2005 12:21:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 29 Mar 2005 12:21:39 +0000 (UTC) Cc: emacs-devel@gnu.org, rms@gnu.org, monnier@iro.umontreal.ca, miles@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 29 14:21:35 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DGFiO-00018a-5L for ged-emacs-devel@m.gmane.org; Tue, 29 Mar 2005 14:21:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DGFyf-0003UT-SZ for ged-emacs-devel@m.gmane.org; Tue, 29 Mar 2005 07:37:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DGFJo-0005x2-Nh for emacs-devel@gnu.org; Tue, 29 Mar 2005 06:55:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DGFJ0-0005f2-Uk for emacs-devel@gnu.org; Tue, 29 Mar 2005 06:54:48 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DGFIG-0004tX-3H for emacs-devel@gnu.org; Tue, 29 Mar 2005 06:54:00 -0500 Original-Received: from [192.47.44.130] (helo=tsukuba.m17n.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1DGEug-0001No-Fq; Tue, 29 Mar 2005 06:29:41 -0500 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 j2TBTOdY003761; Tue, 29 Mar 2005 20:29:24 +0900 Original-Received: from etlken.m17n.org (etlken.m17n.org [192.47.44.125]) by nfs.m17n.org (8.12.3/8.12.3/Debian-7.1) with ESMTP id j2TBTNDI018110; Tue, 29 Mar 2005 20:29:23 +0900 Original-Received: (from handa@localhost) by etlken.m17n.org (8.8.8+Sun/3.7W-2001040620) id UAA29695; Tue, 29 Mar 2005 20:29:22 +0900 (JST) Original-To: snogglethorpe@gmail.com, miles@gnu.org In-reply-to: (message from Miles Bader on Tue, 29 Mar 2005 19:14:02 +0900) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (sparc-sun-solaris2.6) 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:35301 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:35301 In article , Miles Bader writes: > Hmmm, I see the following in referenced in various places in regex.c, > and it seems to be set by Emacs callers to the regex functions: > /* In Emacs, this is the string or buffer in which we > are matching. It is used for looking up syntax properties. */ > Lisp_Object re_match_object; > search.c sets it to nil for the current buffer (and the string in the > case of a string); if word_boundary_p were just passed this object and > the position as extra arguments...? Ah! Thank you for the info. I didn't know about that variable. Hmmm, it seems that we can use it. >> And first of all, is re_match_2_internal a safe place >> to call a Lisp function? > Good question ... :-/ When I find a time, I'll implement and test it in the Unicode branch. --- Ken'ichi HANDA handa@m17n.org