unitSep is intended to return true on whitespace separating words. I implemented two forms, where unitSepThisLine should be constrained to the current line but unitSep is not (I didn't end up using unitSep but it seemed like an orthogonal function to add while I was implementing those). So unitSep is a "not word", which matches on any non- whitespace including punctuation and symbols.
I'll update the comment description in the code shortly. -KQ On Mar 20, 2:31 pm, Jean-Philippe Bernardy <[email protected]> wrote: > On Fri, Mar 20, 2009 at 5:53 PM, <[email protected]> wrote: > > Tue Mar 17 20:05:26 MST 2009 [email protected] > > * Added Emacs M-m keymap binding. > > > Thu Mar 19 22:31:17 MST 2009 [email protected] > > * Added Buffer (unitSep, unitSepThisLine, doIfCharB) and justOneSep action > > It's not very clear to me what's the intent unitSep. Isn't it a > different kind of word? > In that case the name should reflect it. > > Cheers, > JP. --~--~---------~--~----~------------~-------~--~----~ Yi development mailing list [email protected] http://groups.google.com/group/yi-devel -~----------~----~----~----~------~----~------~--~---
