From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Zelphir Kaltstahl Newsgroups: gmane.lisp.guile.user Subject: Re: eof-object? documentation Date: Sun, 22 Nov 2020 19:57:02 +0100 Message-ID: <16f85843-502c-826a-e73c-af381b7a8df9@posteo.de> References: <7055fbb7-35ee-1748-4846-2db529341aea@posteo.de> <4d11c3b901a4839564f54d9b0fdaaab5da47f668.camel@riseup.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20335"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Icedove/68.10.0 To: randomlooser@riseup.net, Guile User Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Sun Nov 22 19:58:03 2020 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kguYk-0005AN-Iq for guile-user@m.gmane-mx.org; Sun, 22 Nov 2020 19:58:02 +0100 Original-Received: from localhost ([::1]:55152 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kguYj-0005Nl-Gu for guile-user@m.gmane-mx.org; Sun, 22 Nov 2020 13:58:01 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:59108) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kguXs-0005MP-PZ for guile-user@gnu.org; Sun, 22 Nov 2020 13:57:08 -0500 Original-Received: from mout01.posteo.de ([185.67.36.65]:56484) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kguXq-0003wP-9D for guile-user@gnu.org; Sun, 22 Nov 2020 13:57:08 -0500 Original-Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id DFCD616005C for ; Sun, 22 Nov 2020 19:57:03 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1606071423; bh=iIdkiXt257lyNKrxyf9ocGehrJxKx0sAhJPMTtk4IRE=; h=Subject:To:From:Date:From; b=ncXqjx7pnS7jHAlgD0oJHwkjG0seYLj+o8pleb7yMB7ZhtWvkZRmVgBIAAC1rIKHK m6wtvhX+N9fov4HRxyoP7EvgfqlLkXCPswNOtVRlksPCfySnddyAshwFh81iH6Nxm6 /jJ6Nv3TgmSVvXk3dyCZniy432klWQO6pliAMgp7p6LMUe4G8amaY1ysrnv8n627wl M3PPh2mJQo5UUXzT/axLgBQi+FPfLFh9z3Z3dHA7l3NoLK2gX9UjTpGRspVhZmVae8 nVQWt2qhVnuFhxLPmz2yHb9mD38strDHloiYtnikgweqG1ZjpKJE607RMA0nbSa9Ze k3mZIGmBQtwIg== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4CfKJv2P6kz9rxR; Sun, 22 Nov 2020 19:57:03 +0100 (CET) In-Reply-To: <4d11c3b901a4839564f54d9b0fdaaab5da47f668.camel@riseup.net> Content-Language: en-US Received-SPF: pass client-ip=185.67.36.65; envelope-from=zelphirkaltstahl@posteo.de; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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, NICE_REPLY_A=-0.001, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:17035 Archived-At: On 21.11.20 09:52, randomlooser wrote: > Il giorno dom, 15/11/2020 alle 13.16 +0100, Zelphir Kaltstahl ha > scritto: >> Nevermind … One line below the definition in the docs it says: >> >> "Note that unlike other procedures in this module, eof-object? is >> defined in the default environment. " >> >> But why would it be listed there then? > Maybe you could file an issue in the issue tracker ? Hi! I am not sure it is an issue to be honest, because it has that "repairing phrase" below it, saying, that the procedure is not in that module. It is also not a big problem, only something I noticed and that I found surprising or weird. I did not find the repository of the Guile reference manual yet. Can anyone point me to it? Then I could perhaps add examples, notes or  remove  the "?" from the page and that phrase other stuff via pull request. Best regards, Zelphir -- repositories: https://notabug.org/ZelphirKaltstahl