From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: Names for PEG Functions Date: Wed, 04 Jan 2012 13:12:55 -0500 Message-ID: <871urfqqu0.fsf@pobox.com> References: <87mxdxfwvj.fsf@pobox.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1325700789 831 80.91.229.12 (4 Jan 2012 18:13:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 4 Jan 2012 18:13:09 +0000 (UTC) Cc: guile-devel To: Noah Lavine Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Jan 04 19:13:05 2012 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 1RiVKi-0007kX-4k for guile-devel@m.gmane.org; Wed, 04 Jan 2012 19:13:04 +0100 Original-Received: from localhost ([::1]:48674 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiVKh-0006Ih-Jn for guile-devel@m.gmane.org; Wed, 04 Jan 2012 13:13:03 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:43577) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiVKe-0006IC-Up for guile-devel@gnu.org; Wed, 04 Jan 2012 13:13:02 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RiVKd-0007dO-Pi for guile-devel@gnu.org; Wed, 04 Jan 2012 13:13:00 -0500 Original-Received: from a-pb-sasl-sd.pobox.com ([74.115.168.62]:46965 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiVKd-0007dI-GI for guile-devel@gnu.org; Wed, 04 Jan 2012 13:12:59 -0500 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 35EBD8829; Wed, 4 Jan 2012 13:12:59 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=lNHRMSGF0KwgKwMmWfDpuWnA+xU=; b=fUoxVt vWr571mL/gFqXjlyslwaT5YsuzUHDsqSbED4+E+Z4eBddGnWyMPCs/9OJpV8DaAe b5EpQ9dg/46Dc+TE1+huOilW9IPcaqTWAYGn+qz329C0YDYcN6OK33D4DePb7+rg NEdyp6FKFnXj3iLEhj5K4cgKoKhxjoLXEbLUw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=sHyFqIkYfk8VsxocPz33FNsubml0PzlP B7fvX9LkCeYxcFFCF78JKRtDKRu2ORhh5IcH784awDY3icOShz9DPQVIctO+D2vD HSLufLyJCd/S4Jo+unB3kk497qZ1ySwJs5ul7Pt3Lc9ANjq+CCz5OydKvw/cPDWr 1o4JqSszQeo= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 2E4038828; Wed, 4 Jan 2012 13:12:59 -0500 (EST) Original-Received: from badger (unknown [70.63.131.29]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id BD5658826; Wed, 4 Jan 2012 13:12:58 -0500 (EST) In-Reply-To: (Noah Lavine's message of "Mon, 3 Oct 2011 20:21:36 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-Pobox-Relay-ID: BB82A7B0-36FF-11E1-8F84-65B1DE995924-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 74.115.168.62 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:13280 Archived-At: Hi Noah, On Mon 03 Oct 2011 20:21, Noah Lavine writes: > I hate to make more work for people, but I think the PEG module is > almost ready for merging, and could probably be merged if we resolved > this names issue. Any other thoughts? Have you updated the wip-peg branch? I don't remember who is waiting for whom any more, but reviewing the threads, it seems that we generally agreed on some name changes here. Andy -- http://wingolog.org/