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: regarding sort Date: Sun, 18 Oct 2009 22:15:17 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1255977120 22640 80.91.229.12 (19 Oct 2009 18:32:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 Oct 2009 18:32:00 +0000 (UTC) To: guile-devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Oct 19 20:31:49 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Mzx1I-0004Tg-J7 for guile-devel@m.gmane.org; Mon, 19 Oct 2009 20:31:49 +0200 Original-Received: from localhost ([127.0.0.1]:55018 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mzx1H-0000jD-Q3 for guile-devel@m.gmane.org; Mon, 19 Oct 2009 14:31:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mzx0P-0000KD-2x for guile-devel@gnu.org; Mon, 19 Oct 2009 14:30:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mzx0K-0000H4-Qa for guile-devel@gnu.org; Mon, 19 Oct 2009 14:30:52 -0400 Original-Received: from [199.232.76.173] (port=42455 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mzx0K-0000GQ-7M for guile-devel@gnu.org; Mon, 19 Oct 2009 14:30:48 -0400 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:44329 helo=sasl.smtp.pobox.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mzx0I-0003hB-IX for guile-devel@gnu.org; Mon, 19 Oct 2009 14:30:46 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 020985FB72 for ; Mon, 19 Oct 2009 14:30:46 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to :subject:date:message-id:mime-version:content-type; s=sasl; bh=R K2UetM06yzQQ+EE2QsHlH1NefQ=; b=tBQVnSox7BOgb8okEzGQlNEAz6DgNTkn+ 1ZXinXUOj4G6wegpO0XTvSlEpABRydn1dDgxDCY2UYGkjbiTw8pq0Md1E8tZF//o uFh/7ad3O2eNgJg6SG6ZNQmyaOwX5DABw0J4D0cLdwr5fU3pi8k20Pk4a0/mauLc Eb7q8Intgo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:subject :date:message-id:mime-version:content-type; q=dns; s=sasl; b=xh+ yZYxES70PmH1tjesWVx6234EZfZBsw5dlDSCOx7O2si+2MvsjU+tKIsbkmDcce7P gnljHNx+nOhXTDXyfLXBh0jr5B3Gek0shtkTTjX+f+xR+n23ZJ86o5QQ8qJqmehW oCasApG92ICdT3V+AtbDCAMYhdp84s0Uv+YJEp58= Original-Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id F2FFA5FB71 for ; Mon, 19 Oct 2009 14:30:45 -0400 (EDT) Original-Received: from unquote (unknown [83.34.240.150]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id 4F2DA5FB70 for ; Mon, 19 Oct 2009 14:30:40 -0400 (EDT) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) X-Pobox-Relay-ID: 8436C514-BCDD-11DE-B735-1B12EE7EF46B-02397024!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:9513 Archived-At: Ah, one more thing regarding: you'd have to make a decision regarding sort: should it use the decorate-sort-undecorate idiom? Google that one, if you're unfamiliar. Andy -- http://wingolog.org/