From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] Simplifying guile-tools Date: Mon, 23 May 2011 23:23:51 +0100 Message-ID: <87zkmdqcnc.fsf@neil-laptop.ossau.uklinux.net> References: <1304893097-10889-1-git-send-email-neil@ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1306189462 14157 80.91.229.12 (23 May 2011 22:24:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 23 May 2011 22:24:22 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue May 24 00:24:18 2011 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QOdXt-0002bJ-Jl for guile-devel@m.gmane.org; Tue, 24 May 2011 00:24:17 +0200 Original-Received: from localhost ([::1]:33496 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOdXs-000791-Up for guile-devel@m.gmane.org; Mon, 23 May 2011 18:24:16 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:36000) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOdXp-00078i-MW for guile-devel@gnu.org; Mon, 23 May 2011 18:24:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QOdXo-00028t-Pr for guile-devel@gnu.org; Mon, 23 May 2011 18:24:13 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:50679) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOdXo-00025y-Lj for guile-devel@gnu.org; Mon, 23 May 2011 18:24:12 -0400 Original-Received: from arudy (unknown [78.149.193.7]) by mail3.uklinux.net (Postfix) with ESMTP id 472F21F6642 for ; Mon, 23 May 2011 23:23:35 +0100 (BST) Original-Received: from neil-laptop.ossau.uklinux.net (unknown [192.168.11.9]) by arudy (Postfix) with ESMTP id 359823801E for ; Mon, 23 May 2011 23:23:34 +0100 (BST) In-Reply-To: <1304893097-10889-1-git-send-email-neil@ossau.uklinux.net> (Neil Jerram's message of "Sun, 8 May 2011 23:18:12 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 80.84.72.33 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:12529 Archived-At: Neil Jerram writes: > The end result is that guile-tools is a lot shorter and (IMO) sweeter. > > Here are the titles of the following patches. > > [PATCH 1/5] Fix "occurrances" typos in getopt-long code and test > [PATCH 2/5] Simplify getopt-long handling of option values, esp with multiple occurrences > [PATCH 3/5] Handle short option unclumping progressively, instead of all upfront > [PATCH 4/5] Implement #:stop-at-first-non-option option for getopt-long > [PATCH 5/5] Reveal guile-tools's inner simplicity... > > What do you think? Just a gentle ping regarding these patches... Andy / Ludo, I guess you might be assuming that I'd just go ahead and push these anyway - but I'd prefer an explicit opinion or OK from you. (And the same for the 1-based line number fix.) Regards, Neil