From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: ELisp futures and continuations/coroutines Date: Wed, 29 Jun 2011 12:09:42 -0400 Message-ID: <87d3hwd3g9.fsf@stupidchicken.com> 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> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1309372673 17946 80.91.229.12 (29 Jun 2011 18:37:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 29 Jun 2011 18:37:53 +0000 (UTC) Cc: emacs-devel@gnu.org To: SAKURAI Masashi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 29 20:37:48 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 1Qbze0-0002CS-0q for ged-emacs-devel@m.gmane.org; Wed, 29 Jun 2011 20:37:48 +0200 Original-Received: from localhost ([::1]:39510 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qbzdy-0005UO-FY for ged-emacs-devel@m.gmane.org; Wed, 29 Jun 2011 14:37:46 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:36229) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbxKk-0006UF-1y for emacs-devel@gnu.org; Wed, 29 Jun 2011 12:09:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QbxKi-0006lo-2n for emacs-devel@gnu.org; Wed, 29 Jun 2011 12:09:45 -0400 Original-Received: from vm-emlprdomr-03.its.yale.edu ([130.132.50.144]:51579) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbxKh-0006la-Jp for emacs-devel@gnu.org; Wed, 29 Jun 2011 12:09:43 -0400 Original-Received: from furball (dhcp128036225151.central.yale.edu [128.36.225.151]) (authenticated bits=0) by vm-emlprdomr-03.its.yale.edu (8.14.4/8.14.4) with ESMTP id p5TG9gFJ018691 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Wed, 29 Jun 2011 12:09:42 -0400 In-Reply-To: <20110629053132.A239913C566@vps1.kiwanami.net> (SAKURAI Masashi's message of "Wed, 29 Jun 2011 14:31:32 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Scanned-By: MIMEDefang 2.71 on 130.132.50.144 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 130.132.50.144 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:141183 Archived-At: SAKURAI Masashi writes: > I would learn the GNU ELPA. I'm going to check the emacs-devel threads > about the ELPA. Which documents should I read? See the Emacs Lisp Reference Manual's node on Packaging in trunk.