On Wed, Jun 29, 2011 at 8:56 AM, Chris Angelico <rosuav at gmail.com> wrote: > else emit(lastprefix+tails) > else emit(lastprefix+tails) Typo in the above code. The else needs a colon after it, both times. ChrisA