From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: SAKURAI Masashi Newsgroups: gmane.emacs.devel Subject: Re: ELisp futures and continuations/coroutines Date: Thu, 30 Jun 2011 02:33:56 +0900 Message-ID: <20110629173356.6C03613C53F@vps1.kiwanami.net> References: <87mxikrulm.fsf@lifelogs.com> <871uzw5asv.fsf@lifelogs.com> <878vu2ztua.fsf_-_@lifelogs.com> <87oc2ywwuy.fsf@ambire.localdomain> <87r57uyaeu.fsf@lifelogs.com> <87hb8qwsmo.fsf@ambire.localdomain> <87oc2yuu8u.fsf@lifelogs.com> <87d3jew4eq.fsf@ambire.localdomain> <8739k9s84c.fsf@lifelogs.com> <87tycmzxg3.fsf@ambire.localdomain> <87k4dh3363.fsf@lifelogs.com> <874o4l311n.fsf@lifelogs.com> <20110523154258.55B6813C480@vps1.kiwanami.net> <871uznbki1.fsf@lifelogs.com> <20110603135948.C290D13C538@vps1.kiwanami.net> <87ipsmgarl.fsf@lifelogs.com> <20110629053132.A239913C566@vps1.kiwanami.net> <87wrg4rgm4.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: dough.gmane.org 1309372269 15427 80.91.229.12 (29 Jun 2011 18:31:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 29 Jun 2011 18:31:09 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 29 20:31:05 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QbzXT-0006XJ-N4 for ged-emacs-devel@m.gmane.org; Wed, 29 Jun 2011 20:31:03 +0200 Original-Received: from localhost ([::1]:41082 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbzXS-0003na-Et for ged-emacs-devel@m.gmane.org; Wed, 29 Jun 2011 14:31:02 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:52132) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbyeI-00049I-R1 for emacs-devel@gnu.org; Wed, 29 Jun 2011 13:34:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QbyeH-0001Ki-Eg for emacs-devel@gnu.org; Wed, 29 Jun 2011 13:34:02 -0400 Original-Received: from vps1.kiwanami.net ([182.48.41.71]:60543) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbyeG-0001KS-Q6 for emacs-devel@gnu.org; Wed, 29 Jun 2011 13:34:01 -0400 Original-Received: from liza2.kiwanami.net (localhost [127.0.0.1]) by vps1.kiwanami.net (Postfix) with ESMTP id 6C03613C53F for ; Thu, 30 Jun 2011 02:33:56 +0900 (JST) In-Reply-To: <87wrg4rgm4.fsf@lifelogs.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/23.2 Mule/6.0 (HANACHIRUSATO) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 182.48.41.71 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:141182 Archived-At: At Wed, 29 Jun 2011 07:01:39 -0500, Ted Zlatanov wrote: > : > SM> I have signed and received the assignment paper copy. I would learn > SM> the GNU ELPA. I'm going to check the emacs-devel threads about the > SM> ELPA. Which documents should I read? > > If you could check out the http://bzr.savannah.gnu.org/r/emacs/elpa/ > branch (or the bzr:// equivalent), there's a README in there. You can > also prepare a tarball and Chong and I can help you convert it to a > ELPA-style package, if you prefer. It should be easy :) Thank you for your advice. I will check it.