From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Davin Pearson Newsgroups: gmane.emacs.help Subject: Re: Help with coroutine.el Date: Wed, 15 Apr 2015 18:19:41 -0700 (PDT) Message-ID: <83bfca69-d1b3-424a-a471-5742eccc3f64@googlegroups.com> References: <4de719d8-3c42-4835-8490-29833e1b920c@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1429147217 15196 80.91.229.3 (16 Apr 2015 01:20:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 16 Apr 2015 01:20:17 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 16 03:20:17 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YiYTZ-0004To-9q for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Apr 2015 03:20:17 +0200 Original-Received: from localhost ([::1]:34829 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YiYTY-0002fH-D0 for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Apr 2015 21:20:16 -0400 X-Received: by 10.42.206.144 with SMTP id fu16mr35925599icb.2.1429147181808; Wed, 15 Apr 2015 18:19:41 -0700 (PDT) X-Received: by 10.50.25.199 with SMTP id e7mr44596igg.16.1429147181795; Wed, 15 Apr 2015 18:19:41 -0700 (PDT) Original-Path: usenet.stanford.edu!l13no5683001iga.0!news-out.google.com!n7ni8319igk.0!nntp.google.com!l13no5682997iga.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=203.86.204.187; posting-account=SVVH0AoAAABplEQzMkIR3gU7a0gK8IuF Original-NNTP-Posting-Host: 203.86.204.187 User-Agent: G2/1.0 Injection-Date: Thu, 16 Apr 2015 01:19:41 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:211475 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:103757 Archived-At: On Monday, April 13, 2015 at 9:04:12 AM UTC+12, Stefan Monnier wrote: > > something like this: > > > (defun foo () > > (message "hello") > > (yield) > > (message "goodbye")) > > > (foo) -> "hello" > > (foo) -> "goodbye" > > Ah, Emacs-25 has such a thing, in file generator.el. Thank you for your helpful response! Where is Emacs 25? I cannot find it in the following directory: http://ftp.gnu.org/pub/gnu/emacs/windows/ In this directory the version number only goes up to 24