From unknown Thu Aug 14 17:29:21 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#72065 <72065@debbugs.gnu.org> To: bug#72065 <72065@debbugs.gnu.org> Subject: Status: (rnrs io ports) lacks documentation Reply-To: bug#72065 <72065@debbugs.gnu.org> Date: Fri, 15 Aug 2025 00:29:21 +0000 retitle 72065 (rnrs io ports) lacks documentation reassign 72065 guile submitter 72065 Juliana Sims severity 72065 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 11 14:00:20 2024 Received: (at submit) by debbugs.gnu.org; 11 Jul 2024 18:00:21 +0000 Received: from localhost ([127.0.0.1]:52529 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sRy5c-000725-Ih for submit@debbugs.gnu.org; Thu, 11 Jul 2024 14:00:20 -0400 Received: from lists.gnu.org ([209.51.188.17]:33824) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sRy5W-00071v-Di for submit@debbugs.gnu.org; Thu, 11 Jul 2024 14:00:18 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sRy5V-0005pE-Vf for bug-guile@gnu.org; Thu, 11 Jul 2024 14:00:14 -0400 Received: from out-182.mta1.migadu.com ([2001:41d0:203:375::b6]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sRy5R-00013t-1v for bug-guile@gnu.org; Thu, 11 Jul 2024 14:00:13 -0400 X-Envelope-To: bug-guile@gnu.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=incana.org; s=key1; t=1720720804; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=dAnpBsKcree1Z5Q9k1W9yoxGisdoK+zWGrNCrHEX7xQ=; b=tLfmnttVX/9f47Z5hCe9xCDKJKv3+vcAzmQSP74RWQpBiyBYg7MR8erzY4iojl70LGCUwJ GAlx8u2YLY7uzfmKa6+umBIDqoMmudIwxDDptL1pWzxtK/ltTajtZJU6Qul92M20jp2+sW xvAKE94xuleE+l6I2emxSEV4d689Ql8smEH9QJssR5inyDNMwclIfwph7gOqhDjvwpsPnV qqHvFxuuBaalNanAaEOHCfLFQiG4GLYd5bgPzHQD4T7ETdRY2Dz+BkLvc721wdV5Fk1YkC +u5wNdh4EvOYsAmuUkgx8jrY0gabUO4+lAWBQ4I6Z5vph084ODlIxSL4CVbTYw== Date: Thu, 11 Jul 2024 13:59:41 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Juliana Sims Subject: (rnrs io ports) lacks documentation To: bug-guile@gnu.org Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=2001:41d0:203:375::b6; envelope-from=juli@incana.org; helo=out-182.mta1.migadu.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Hello, It seems that not all publicly-exported procedures in (rnrs io ports) are documented. I noticed this with the `open--[input|output]-port' procedures (eg `open-string-output-port') in particular, though I suspect others may also lack documentation. Best, Juli