From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Mon, 08 Jun 2009 11:09:52 -0700 Subject: [sup-talk] Sup is hanging In-Reply-To: <1244267416-sup-3720@javelin> References: <1244050695-sup-5990@javelin> <1244053108-sup-4982@javelin> <1244064889-sup-9506@entry> <1244078482-sup-4986@javelin> <1244130722-sup-4496@entry> <1244177820-sup-6051@javelin> <1244227108-sup-3123@cabinet> <1244238388-sup-760@javelin> <1244267416-sup-3720@javelin> Message-ID: <1244484134-sup-5651@entry> Reformatted excerpts from Edward Z. Yang's message of 2009-06-05: > - if line =~ QUOTE_PATTERN || (line =~ QUOTE_START_PATTERN && nextline =~ QUO > + if line =~ QUOTE_PATTERN || (line =~ /:$/ && line =~ /\w/ && nextline =~ QU Seems fine to me. I've applied that change directly to master. Not only are there millions of optimiziations for this stuff, there are millions of tweaks to improve detection precision and recall. Thanks for your help with this, Edward! -- William