< :the previous in number
^ :the list in numerical order
> :the next in number
P :the previous (in thread)
N :the next artilce (have the same parent)
|<:the top of this thread
>|:the next thread
^ :the parent (reply-to)
_:the child (an article replying to this)
>:the elder article having the same parent
<:the youger article having the same parent
---:split window and show thread lists
| :split window (vertically) and show thread lists
~ :close the thread frame
.:the index
..:the index of indices
On Mon, Jun 04, 2001 at 10:48:14AM +0900, Yukihiro Matsumoto wrote:
> Last time I checked, Perl regex engine was tied closely to the
> interpreter, that I had to link whole thing to Ruby. Has situation
> changed since then?
I don't know. I only touched Perl when I had to, and now that I have
Ruby, I don't.
> Plus, PCRE didn't satisfy my needs (performance, M17N, etc.)
Good reasons. I just thought that it might be easier to maintain a merge
than maintaining a seperate code base with the same functionality.
--- SER