[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: announcing thaiword.el?
From: |
Kenichi Handa |
Subject: |
Re: announcing thaiword.el? |
Date: |
Tue, 29 Mar 2005 20:29:22 +0900 (JST) |
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) |
In article <address@hidden>, Miles Bader <address@hidden> 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
address@hidden
- Re: announcing thaiword.el?, (continued)
- Re: announcing thaiword.el?, Kenichi Handa, 2005/03/29
- Re: announcing thaiword.el?, Richard Stallman, 2005/03/26
- Re: announcing thaiword.el?, Kenichi Handa, 2005/03/27
- Re: announcing thaiword.el?, Richard Stallman, 2005/03/28
- Re: announcing thaiword.el?, Kim F. Storm, 2005/03/29
- Re: announcing thaiword.el?, Kenichi Handa, 2005/03/29
- Re: announcing thaiword.el?, Juri Linkov, 2005/03/29
- Re: announcing thaiword.el?, Miles Bader, 2005/03/29
- Re: announcing thaiword.el?, Kenichi Handa, 2005/03/29
- Re: announcing thaiword.el?, Miles Bader, 2005/03/29
- Re: announcing thaiword.el?,
Kenichi Handa <=