From mboxrd@z Thu Jan 1 00:00:00 1970 From: Teemu Likonen Subject: Re: [PATCH take 3 0/4] color-words improvements Date: Thu, 15 Jan 2009 06:56:07 +0200 Message-ID: <8763khtbfc.fsf@iki.fi> References: <87ljtdk9b3.fsf@iki.fi> <200901142059.09005.trast@student.ethz.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Thomas Rast , Junio C Hamano , git@vger.kernel.org, Santi =?iso-8859-1?Q?B=E9jar?= To: Johannes Schindelin X-From: git-owner@vger.kernel.org Thu Jan 15 05:57:48 2009 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1LNKId-00054h-OT for gcvg-git-2@gmane.org; Thu, 15 Jan 2009 05:57:48 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756302AbZAOE4X (ORCPT ); Wed, 14 Jan 2009 23:56:23 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756243AbZAOE4X (ORCPT ); Wed, 14 Jan 2009 23:56:23 -0500 Received: from mta-out.inet.fi ([195.156.147.13]:46178 "EHLO kirsi2.inet.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755781AbZAOE4X (ORCPT ); Wed, 14 Jan 2009 23:56:23 -0500 Received: from mithlond.arda.local (80.220.180.181) by kirsi2.inet.fi (8.5.014) id 48FC5B8903BF8A93; Thu, 15 Jan 2009 06:56:12 +0200 Received: from dtw by mithlond.arda.local with local (Exim 4.69) (envelope-from ) id 1LNKH1-0000u1-VG; Thu, 15 Jan 2009 06:56:07 +0200 In-Reply-To: (Johannes Schindelin's message of "Wed\, 14 Jan 2009 23\:06\:48 +0100 \(CET\)") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Johannes Schindelin (2009-01-14 23:06 +0100) wrote: > On Wed, 14 Jan 2009, Thomas Rast wrote: >> -aaa [aaa] >> +aaa (aaa) aaa >> >> would still give you >> >> aaa (aaa) aaa >> >> which may be unexpected. > > But why should it be unexpected? If people say that every length of "a" > makes a word, and consequently everything else is clutter, then that's > that, no? It works logically but I'd very much like to see a some kind of advice in the man page. I already faced this (unexpected) situation and wasn't able to fix the regexp myself.