GNU bug report logs - #24539
[PATCH] Add require statement to example code for generaetors

Previous Next

Package: emacs;

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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#24539: closed ([PATCH] Add require statement to example code
 for generaetors)
Date: Sat, 08 Oct 2016 13:46:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 08 Oct 2016 16:45:52 +0300
with message-id <83twcngdin.fsf <at> gnu.org>
and subject line Re: bug#24539: [PATCH] Add require statement to example code for generaetors
has caused the debbugs.gnu.org bug report #24539,
regarding [PATCH] Add require statement to example code for generaetors
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
24539: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=24539
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Wilfred Hughes <me <at> wilfred.me.uk>
To: bug-gnu-emacs <at> gnu.org
Subject: [PATCH] Add require statement to example code for generaetors
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.
---
 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


[Message part 3 (message/rfc822, inline)]
From: Eli Zaretskii <eliz <at> gnu.org>
To: Wilfred Hughes <me <at> wilfred.me.uk>
Cc: 24539-done <at> debbugs.gnu.org
Subject: Re: bug#24539: [PATCH] Add require statement to example code for
 generaetors
Date: Sat, 08 Oct 2016 16:45:52 +0300
> 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.


This bug report was last modified 8 years and 280 days ago.

Previous Next


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