From unknown Fri Jun 20 07:16:56 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#12173 <12173@debbugs.gnu.org> To: bug#12173 <12173@debbugs.gnu.org> Subject: Status: eval'd procedures lack docstrings Reply-To: bug#12173 <12173@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:16:56 +0000 retitle 12173 eval'd procedures lack docstrings reassign 12173 guile submitter 12173 Ian Price severity 12173 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 10 15:34:24 2012 Received: (at submit) by debbugs.gnu.org; 10 Aug 2012 19:34:24 +0000 Received: from localhost ([127.0.0.1]:47459 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SzuyW-00062t-7w for submit@debbugs.gnu.org; Fri, 10 Aug 2012 15:34:24 -0400 Received: from eggs.gnu.org ([208.118.235.92]:53478) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SzuyT-00062f-Rs for submit@debbugs.gnu.org; Fri, 10 Aug 2012 15:34:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SzuqR-0003yA-W9 for submit@debbugs.gnu.org; Fri, 10 Aug 2012 15:26:04 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:45915) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzuqR-0003y2-T5 for submit@debbugs.gnu.org; Fri, 10 Aug 2012 15:26:03 -0400 Received: from eggs.gnu.org ([208.118.235.92]:58772) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzuqP-0007Ws-Vw for bug-guile@gnu.org; Fri, 10 Aug 2012 15:26:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SzuqO-0003xD-VP for bug-guile@gnu.org; Fri, 10 Aug 2012 15:26:01 -0400 Received: from plane.gmane.org ([80.91.229.3]:59542) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzuqO-0003wj-OT for bug-guile@gnu.org; Fri, 10 Aug 2012 15:26:00 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SzuqM-0001qF-Cs for bug-guile@gnu.org; Fri, 10 Aug 2012 21:25:58 +0200 Received: from host109-154-209-14.range109-154.btcentralplus.com ([109.154.209.14]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 10 Aug 2012 21:25:58 +0200 Received: from ianprice90 by host109-154-209-14.range109-154.btcentralplus.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 10 Aug 2012 21:25:58 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: bug-guile@gnu.org From: Ian Price Subject: docstrings and .guile Date: Fri, 10 Aug 2012 20:25:48 +0100 Lines: 29 Message-ID: <87lihma6rn.fsf@Kagami.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: host109-154-209-14.range109-154.btcentralplus.com User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) Cancel-Lock: sha1:Kw0dJMJWj/PNDl/YtCe1BhmJOd4= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) Hi guilers, While debugging, I realised the root cause of my problem was that I could not access procedure documentation for procedures defined in my .guile The issue is simple to reproduce, I added (define (test) "docs" #f) to my .guile, and from a new guile repl scheme@(guile-user)> ,d test #f scheme@(guile-user)> (define (test) "docs" #f) scheme@(guile-user)> ,d test docs This happens on 32bit fedora 16 on stable-2.0 git commit 1321a36ed61deb9431b41768dc92cb7230c9afa1 -- Ian Price -- shift-reset.com "Programming is like pinball. The reward for doing it well is the opportunity to do it again" - from "The Wizardy Compiled" From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 28 08:34:58 2012 Received: (at 12173) by debbugs.gnu.org; 28 Nov 2012 13:34:58 +0000 Received: from localhost ([127.0.0.1]:42816 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tdhn0-0002ZW-47 for submit@debbugs.gnu.org; Wed, 28 Nov 2012 08:34:58 -0500 Received: from xanadu.aquilenet.fr ([88.191.123.111]:55947) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tdhmz-0002ZQ-0N for 12173@debbugs.gnu.org; Wed, 28 Nov 2012 08:34:57 -0500 Received: from localhost (localhost [127.0.0.1]) by xanadu.aquilenet.fr (Postfix) with ESMTP id DF878AD92; Wed, 28 Nov 2012 14:33:01 +0100 (CET) Received: from xanadu.aquilenet.fr ([127.0.0.1]) by localhost (xanadu.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rPRmghOheQDS; Wed, 28 Nov 2012 14:33:01 +0100 (CET) Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by xanadu.aquilenet.fr (Postfix) with ESMTPSA id 4B076AD91; Wed, 28 Nov 2012 14:33:01 +0100 (CET) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Ian Price Subject: Re: bug#12173: docstrings and .guile References: <87lihma6rn.fsf@Kagami.home> Date: Wed, 28 Nov 2012 14:33:01 +0100 In-Reply-To: <87lihma6rn.fsf@Kagami.home> (Ian Price's message of "Fri, 10 Aug 2012 20:25:48 +0100") Message-ID: <87fw3tdf8y.fsf@gnu.org> User-Agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hi! Ian Price skribis: > The issue is simple to reproduce, I added > > (define (test) > "docs" > #f) > > to my .guile, and from a new guile repl > > scheme@(guile-user)> , d test > #f [...] Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.5000] X-Debbugs-Envelope-To: 12173 Cc: 12173@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hi! Ian Price skribis: > The issue is simple to reproduce, I added > > (define (test) > "docs" > #f) > > to my .guile, and from a new guile repl > > scheme@(guile-user)> ,d test > #f [...] Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.4992] Hi! Ian Price skribis: > The issue is simple to reproduce, I added > > (define (test) > "docs" > #f) > > to my .guile, and from a new guile repl > > scheme@(guile-user)> ,d test > #f The issue is that closures returned by =E2=80=98eval=E2=80=99 have no docst= ring: --8<---------------cut here---------------start------------->8--- scheme@(guile-user)> (procedure-documentation (eval '(lambda (a b) "doc" a)= (current-module))) $29 =3D #f --8<---------------cut here---------------end--------------->8--- Trying to fix it now. Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 28 08:44:48 2012 Received: (at request) by debbugs.gnu.org; 28 Nov 2012 13:44:48 +0000 Received: from localhost ([127.0.0.1]:42832 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TdhwV-0002pU-Ub for submit@debbugs.gnu.org; Wed, 28 Nov 2012 08:44:48 -0500 Received: from xanadu.aquilenet.fr ([88.191.123.111]:41901) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TdhwT-0002pN-PU for request@debbugs.gnu.org; Wed, 28 Nov 2012 08:44:46 -0500 Received: from localhost (localhost [127.0.0.1]) by xanadu.aquilenet.fr (Postfix) with ESMTP id A3A86ABE4 for ; Wed, 28 Nov 2012 14:42:50 +0100 (CET) Received: from xanadu.aquilenet.fr ([127.0.0.1]) by localhost (xanadu.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qm7RZs9h2FoQ for ; Wed, 28 Nov 2012 14:42:50 +0100 (CET) Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by xanadu.aquilenet.fr (Postfix) with ESMTPSA id 5BB45A570 for ; Wed, 28 Nov 2012 14:42:50 +0100 (CET) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: request@debbugs.gnu.org User-Agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.2 (gnu/linux) Date: Wed, 28 Nov 2012 14:42:49 +0100 Message-ID: <871ufddesm.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: retitle 12173 eval'd procedures lack docstrings thanks [...] Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.5000] 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject X-Debbugs-Envelope-To: request X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: retitle 12173 eval'd procedures lack docstrings thanks [...] Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.4998] 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject retitle 12173 eval'd procedures lack docstrings thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 28 10:48:22 2012 Received: (at 12173) by debbugs.gnu.org; 28 Nov 2012 15:48:22 +0000 Received: from localhost ([127.0.0.1]:43797 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tdjs5-0007aT-V3 for submit@debbugs.gnu.org; Wed, 28 Nov 2012 10:48:22 -0500 Received: from xanadu.aquilenet.fr ([88.191.123.111]:57896) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tdjs2-0007aA-Fe for 12173@debbugs.gnu.org; Wed, 28 Nov 2012 10:48:19 -0500 Received: from localhost (localhost [127.0.0.1]) by xanadu.aquilenet.fr (Postfix) with ESMTP id 73AEFADAE; Wed, 28 Nov 2012 16:46:21 +0100 (CET) Received: from xanadu.aquilenet.fr ([127.0.0.1]) by localhost (xanadu.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yxX-V880ZWq9; Wed, 28 Nov 2012 16:46:21 +0100 (CET) Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by xanadu.aquilenet.fr (Postfix) with ESMTPSA id 10D1FAD97; Wed, 28 Nov 2012 16:46:21 +0100 (CET) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Ian Price Subject: Re: bug#12173: docstrings and .guile References: <87lihma6rn.fsf@Kagami.home> <87fw3tdf8y.fsf@gnu.org> Date: Wed, 28 Nov 2012 16:46:21 +0100 In-Reply-To: <87fw3tdf8y.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Wed, 28 Nov 2012 14:33:01 +0100") Message-ID: <87txs9buia.fsf@gnu.org> User-Agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Fixed in c438cd7, please test! Ludo’. [...] Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.5000] X-Debbugs-Envelope-To: 12173 Cc: 12173@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Fixed in c438cd7, please test! Ludo’. [...] Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.4999] Fixed in c438cd7, please test! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 28 10:48:53 2012 Received: (at request) by debbugs.gnu.org; 28 Nov 2012 15:48:53 +0000 Received: from localhost ([127.0.0.1]:43812 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tdjsb-0007bV-50 for submit@debbugs.gnu.org; Wed, 28 Nov 2012 10:48:53 -0500 Received: from xanadu.aquilenet.fr ([88.191.123.111]:57908) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TdjsZ-0007bO-Uo for request@debbugs.gnu.org; Wed, 28 Nov 2012 10:48:52 -0500 Received: from localhost (localhost [127.0.0.1]) by xanadu.aquilenet.fr (Postfix) with ESMTP id 4A555AD97 for ; Wed, 28 Nov 2012 16:46:56 +0100 (CET) Received: from xanadu.aquilenet.fr ([127.0.0.1]) by localhost (xanadu.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8+Q-0X9RMDx4 for ; Wed, 28 Nov 2012 16:46:56 +0100 (CET) Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by xanadu.aquilenet.fr (Postfix) with ESMTPSA id EFF2BAD88 for ; Wed, 28 Nov 2012 16:46:55 +0100 (CET) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: request@debbugs.gnu.org Date: Wed, 28 Nov 2012 16:46:54 +0100 Message-ID: <87pq2xbuhd.fsf@gnu.org> User-Agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: close 12173 2.0.7 thanks [...] Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.5000] 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject X-Debbugs-Envelope-To: request X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: close 12173 2.0.7 thanks [...] Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.4997] 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject close 12173 2.0.7 thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 29 15:21:24 2012 Received: (at 12173) by debbugs.gnu.org; 29 Nov 2012 20:21:25 +0000 Received: from localhost ([127.0.0.1]:45621 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TeAbs-0001tT-HL for submit@debbugs.gnu.org; Thu, 29 Nov 2012 15:21:24 -0500 Received: from mail-we0-f172.google.com ([74.125.82.172]:39234) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TeAbq-0001tJ-7Q for 12173@debbugs.gnu.org; Thu, 29 Nov 2012 15:21:23 -0500 Received: by mail-we0-f172.google.com with SMTP id r3so4247226wey.3 for <12173@debbugs.gnu.org>; Thu, 29 Nov 2012 12:19:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type:content-transfer-encoding; bh=r7JDfyCIQVdkBY5P15/B86C7Nmj/Q1Vfx6LVwxZuyKk=; b=mMUlg878Y/Jcrn4UZxN8jd45N1/II4sIngs3eu8sD/StvF6syRMurdQdtvETVjMv5P ZXZ7JHlCc1npm16Jdk3szOs2YiiVl/kNyvgsoYarC95Mo0oglM05yCs4hkGMpss0jwJC WlP1L9qrJ5t60dBAN+RukHw0APtU0/6E9Zi1510l8WhmPYnSZqSZQ+p0pAyz9MnqKgp2 wHL0OlHYbOTWdEXVbiXXm3OczzSfujx7QCYbXBBL2Vlfo5ptGKy3dymn+Hzzd1UNcED9 /gDfq6opaW0IWwJXiorKjOxuWOngNPFa1pXQX29b05p95ZnfJlTAT0bH297b4BHT5i+o 2LNg== Received: by 10.216.206.152 with SMTP id l24mr5792093weo.93.1354220358563; Thu, 29 Nov 2012 12:19:18 -0800 (PST) Received: from Kagami (host86-177-155-234.range86-177.btcentralplus.com. [86.177.155.234]) by mx.google.com with ESMTPS id i2sm12560170wiw.3.2012.11.29.12.19.15 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 29 Nov 2012 12:19:16 -0800 (PST) From: Ian Price To: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Subject: Re: bug#12173: docstrings and .guile References: <87lihma6rn.fsf@Kagami.home> <87fw3tdf8y.fsf@gnu.org> <87txs9buia.fsf@gnu.org> Date: Thu, 29 Nov 2012 20:19:11 +0000 In-Reply-To: <87txs9buia.fsf@gnu.org> ("Ludovic =?iso-8859-1?Q?Court=E8s?= =?iso-8859-1?Q?=22's?= message of "Wed, 28 Nov 2012 16:46:21 +0100") Message-ID: <87k3t4jh6o.fsf@googlemail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.4 (/) X-Debbugs-Envelope-To: 12173 Cc: 12173@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -0.9 (/) ludo@gnu.org (Ludovic Court=E8s) writes: > Fixed in c438cd7, please test! Thanks, works fine for me. --=20 Ian Price -- shift-reset.com "Programming is like pinball. The reward for doing it well is the opportunity to do it again" - from "The Wizardy Compiled" From unknown Fri Jun 20 07:16:56 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 28 Dec 2012 12:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator