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: Thu, 26 May 2011 21:20:10 +0100 Message-ID: <87lixti58l.fsf@neil-laptop.ossau.uklinux.net> References: <1304893097-10889-1-git-send-email-neil@ossau.uklinux.net> <87zkmdqcnc.fsf@neil-laptop.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 1306441248 918 80.91.229.12 (26 May 2011 20:20:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 26 May 2011 20:20:48 +0000 (UTC) Cc: guile-devel@gnu.org To: Andy Wingo Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu May 26 22:20:43 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 1QPh2w-0000B5-Cg for guile-devel@m.gmane.org; Thu, 26 May 2011 22:20:42 +0200 Original-Received: from localhost ([::1]:35414 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPh2v-00079Y-Vo for guile-devel@m.gmane.org; Thu, 26 May 2011 16:20:41 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:40381) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPh2t-00079I-L0 for guile-devel@gnu.org; Thu, 26 May 2011 16:20:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QPh2r-0005mV-IG for guile-devel@gnu.org; Thu, 26 May 2011 16:20:39 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:50230) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPh2r-0005d8-E1 for guile-devel@gnu.org; Thu, 26 May 2011 16:20:37 -0400 Original-Received: from arudy (unknown [78.149.193.7]) by mail3.uklinux.net (Postfix) with ESMTP id C38651F66DA; Thu, 26 May 2011 21:19:50 +0100 (BST) Original-Received: from neil-laptop.ossau.uklinux.net (unknown [192.168.11.9]) by arudy (Postfix) with ESMTP id CD25838021; Thu, 26 May 2011 21:19:49 +0100 (BST) In-Reply-To: (Andy Wingo's message of "Tue, 24 May 2011 09:54:31 +0200") 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:12540 Archived-At: Andy Wingo writes: > On Tue 24 May 2011 00:23, Neil Jerram writes: > >> Neil Jerram writes: >> >>> [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... >> >> 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.) > > Sorry for the delay. They look great to me! The 1-based line number > fix too. Thanks; those patches are in now. I'll also soon provide a doc update for the new getopt option. Neil