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: read-all ? Date: Sat, 12 Jan 2013 18:34:27 +0100 Message-ID: <87hammwbj0.fsf@pobox.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1358012087 7583 80.91.229.3 (12 Jan 2013 17:34:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 12 Jan 2013 17:34:47 +0000 (UTC) To: guile-devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Jan 12 18:35:03 2013 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Tu4yy-0004kH-Jd for guile-devel@m.gmane.org; Sat, 12 Jan 2013 18:35:00 +0100 Original-Received: from localhost ([::1]:59697 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tu4yi-0000EJ-Kg for guile-devel@m.gmane.org; Sat, 12 Jan 2013 12:34:44 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:50390) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tu4yd-0000EB-Ma for guile-devel@gnu.org; Sat, 12 Jan 2013 12:34:43 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tu4yX-00083i-QP for guile-devel@gnu.org; Sat, 12 Jan 2013 12:34:39 -0500 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:33058 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tu4yX-00083M-MU for guile-devel@gnu.org; Sat, 12 Jan 2013 12:34:33 -0500 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id CD2B5B8A9 for ; Sat, 12 Jan 2013 12:34:30 -0500 (EST) 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=I zb6XJ63nhbdqbb6PdjAqgbA+yQ=; b=D+a25SRjidq58FVmJpqX5X8sZ3PFw1EHz AZaebnllJ++rPgQkyCEHh+85vnYVJckWCdtfjM0wqE2+FVt5CHnZdzHp8sQB/m8j Q7Z/OkWWNqOSFT2D2my0RWLjohSZH+U5V0t5ErCvYY1hZuboBlTotVdl6YKeZo5V GKHfqo9scI= 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=b58 d3999LkMiTsn6TM0gCVjxREd5zYArm3Ch65ox+DY8otNFofsZfhd4ee5yH0Y621F 2GhYYZJ99w53Ki5H0urQ1+DAwPPh5TUbsPhGojCOKmw/cOPCQfvLdlV5s+S9O91b /2AGnb2R38DgtLGrlBaQDAAs8kzajVPJE5dwEbhs= Original-Received: from a-pb-sasl-quonix.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id C5E10B8A8 for ; Sat, 12 Jan 2013 12:34:30 -0500 (EST) Original-Received: from badger (unknown [88.160.190.192]) (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 58D90B8A7 for ; Sat, 12 Jan 2013 12:34:30 -0500 (EST) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) X-Pobox-Relay-ID: 522010C2-5CDE-11E2-B069-0A4F0E5B5709-02397024!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 208.72.237.25 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:15408 Archived-At: I find myself writing (read-delimited "" p) to slurp in a file as a string, but it's not a very straightforward way to say that. What about `read-all'? We could add it to `(ice-9 rdelim)', I guess. R6RS calls this `read-string-all'. Thoughts? Andy -- http://wingolog.org/