Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 18 Apr 2001 09:20:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 18 Apr 2001 09:20:10 -0400 Received: from snark.tuxedo.org ([207.106.50.26]:60421 "EHLO snark.thyrsus.com") by vger.kernel.org with ESMTP id ; Wed, 18 Apr 2001 09:20:00 -0400 Date: Wed, 18 Apr 2001 09:20:26 -0400 From: "Eric S. Raymond" To: Peter Kjellerstedt Cc: "'Eric S. Raymond'" , Alan Cox , torvalds@transmeta.com, axel@uni-paderborn.de, linux-kernel@vger.kernel.org, kbuild-devel@lists.sourceforge.net Subject: Re: Supplying missing entries for Configure.help, part 3 Message-ID: <20010418092026.D16765@thyrsus.com> Reply-To: esr@thyrsus.com Mail-Followup-To: "Eric S. Raymond" , Peter Kjellerstedt , "'Eric S. Raymond'" , Alan Cox , torvalds@transmeta.com, axel@uni-paderborn.de, linux-kernel@vger.kernel.org, kbuild-devel@lists.sourceforge.net In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from peter.kjellerstedt@axis.com on Wed, Apr 18, 2001 at 09:03:12AM +0200 Organization: Eric Conspiracy Secret Labs X-Eric-Conspiracy: There is no conspiracy Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Peter Kjellerstedt : > Would it not be better to teach your URL extractor (as I guess that > is the reason for this patch) what a URL followed by a period and a > space looks like. Even though they are legal URLs, I think we can > safely assume the writer intended the period to end the sentence and > not be part of the URL. The same goes for URLs followed by other > characters like comma, colon and so on. Of course it would be. But I'm not yet sure it's practical; CML2's tokenizing is actually being done by the Tk text widget and I have yet to discover whether it can be told to discard the trailing period. Note however that I didn't introduce these spaces for CML2 but to conform a few exceptions to practice in the CML1 file. My own choice would be to wrap URLs and relative filenames in <> and treat those as delimeters, but I didn't want to change the existing convention (yet). -- Eric S. Raymond There's a truism that the road to Hell is often paved with good intentions. The corollary is that evil is best known not by its motives but by its *methods*. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/