GNU bug report logs -
#24539
[PATCH] Add require statement to example code for generaetors
Previous Next
Reported by: Wilfred Hughes <me <at> wilfred.me.uk>
Date: Sun, 25 Sep 2016 14:39:01 UTC
Severity: normal
Tags: patch
Done: Eli Zaretskii <eliz <at> gnu.org>
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 24539 in the body.
You can then email your comments to 24539 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#24539
; Package
emacs
.
(Sun, 25 Sep 2016 14:39:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Wilfred Hughes <me <at> wilfred.me.uk>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Sun, 25 Sep 2016 14:39:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From ef390eecf8ed547236c39ad99d715f4e690204ff Mon Sep 17 00:00:00 2001
From: Wilfred Hughes <me <at> wilfred.me.uk>
Date: Sun, 25 Sep 2016 10:34:42 -0400
Subject: [PATCH] Add require statement to example code
* doc/lispref/control.texi (Generators): Since generator is not
autoloaded, we weren't documenting where this functionality is
defined.
---
doc/lispref/control.texi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi
index 0cdb035..0198644 100644
--- a/doc/lispref/control.texi
+++ b/doc/lispref/control.texi
@@ -805,6 +805,8 @@ Generators
working with iterators.
@example
+(require 'generator)
+
(iter-defun my-iter (x)
(iter-yield (1+ (iter-yield (1+ x))))
;; Return normally
--
2.10.0
Reply sent
to
Eli Zaretskii <eliz <at> gnu.org>
:
You have taken responsibility.
(Sat, 08 Oct 2016 13:46:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Wilfred Hughes <me <at> wilfred.me.uk>
:
bug acknowledged by developer.
(Sat, 08 Oct 2016 13:46:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 24539-done <at> debbugs.gnu.org (full text, mbox):
> From: Wilfred Hughes <me <at> wilfred.me.uk>
> Date: Sun, 25 Sep 2016 10:37:44 -0400
>
> >From ef390eecf8ed547236c39ad99d715f4e690204ff Mon Sep 17 00:00:00 2001
> From: Wilfred Hughes <me <at> wilfred.me.uk>
> Date: Sun, 25 Sep 2016 10:34:42 -0400
> Subject: [PATCH] Add require statement to example code
>
> * doc/lispref/control.texi (Generators): Since generator is not
> autoloaded, we weren't documenting where this functionality is
> defined.
Thanks, pushed.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#24539
; Package
emacs
.
(Sat, 08 Oct 2016 18:41:01 GMT)
Full text and
rfc822 format available.
Message #13 received at 24539-done <at> debbugs.gnu.org (full text, mbox):
Thank you :)
On 8 October 2016 at 09:45, Eli Zaretskii <eliz <at> gnu.org> wrote:
>> From: Wilfred Hughes <me <at> wilfred.me.uk>
>> Date: Sun, 25 Sep 2016 10:37:44 -0400
>>
>> >From ef390eecf8ed547236c39ad99d715f4e690204ff Mon Sep 17 00:00:00 2001
>> From: Wilfred Hughes <me <at> wilfred.me.uk>
>> Date: Sun, 25 Sep 2016 10:34:42 -0400
>> Subject: [PATCH] Add require statement to example code
>>
>> * doc/lispref/control.texi (Generators): Since generator is not
>> autoloaded, we weren't documenting where this functionality is
>> defined.
>
> Thanks, pushed.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 06 Nov 2016 12:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 8 years and 279 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.