GNU bug report logs - #57098
[PATCH] doc: Add car+cdr example

Previous Next

Package: guile;

Reported by: jgart <jgart <at> dismail.de>

Date: Wed, 10 Aug 2022 02:45:01 UTC

Severity: normal

Tags: patch

Done: lloda <lloda <at> sarc.name>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 57098 in the body.
You can then email your comments to 57098 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guile <at> gnu.org:
bug#57098; Package guile. (Wed, 10 Aug 2022 02:45:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to jgart <jgart <at> dismail.de>:
New bug report received and forwarded. Copy sent to bug-guile <at> gnu.org. (Wed, 10 Aug 2022 02:45:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: jgart <jgart <at> dismail.de>
To: bug-guile <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH] doc: Add car+cdr example
Date: Tue,  9 Aug 2022 21:44:02 -0500
---
 doc/ref/srfi-modules.texi | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/doc/ref/srfi-modules.texi b/doc/ref/srfi-modules.texi
index 7aeacd888..0ddd9a711 100644
--- a/doc/ref/srfi-modules.texi
+++ b/doc/ref/srfi-modules.texi
@@ -409,6 +409,13 @@ These are synonyms for @code{car}, @code{cadr}, @code{caddr}, @dots{}.
 Return two values, the @sc{car} and the @sc{cdr} of @var{pair}.
 @end deffn
 
+@lisp
+(car+cdr '(0 1 2 3))
+@result{}
+0
+(1 2 3)
+@end lisp
+
 @deffn {Scheme Procedure} take lst i
 @deffnx {Scheme Procedure} take! lst i
 Return a list containing the first @var{i} elements of @var{lst}.
-- 
2.37.1





Reply sent to lloda <lloda <at> sarc.name>:
You have taken responsibility. (Thu, 11 Aug 2022 16:03:02 GMT) Full text and rfc822 format available.

Notification sent to jgart <jgart <at> dismail.de>:
bug acknowledged by developer. (Thu, 11 Aug 2022 16:03:02 GMT) Full text and rfc822 format available.

Message #10 received at 57098-done <at> debbugs.gnu.org (full text, mbox):

From: lloda <lloda <at> sarc.name>
To: 57098-done <at> debbugs.gnu.org
Subject: patch
Date: Thu, 11 Aug 2022 18:02:14 +0200
Applied in c746586de3a1bee77185a414971b48f52de2547b. Thanks!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 09 Sep 2022 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 11 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.