From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ken Raeburn Newsgroups: gmane.emacs.devel Subject: Re: Guile in Emacs Date: Wed, 10 Mar 2010 03:07:47 -0500 Message-ID: <319D8F55-2225-449E-B9A6-0C41AF4B7EC4@raeburn.org> References: <4B8147A9.7030504@gmail.com> <87ljemdzxo.fsf@stupidchicken.com> <4B83682D.5010804@gnu.org> <87vddmpw4s.fsf@stupidchicken.com> <87hbp2fwoi.fsf@gnu.org> <87wrxrr4md.fsf@gnu.org> <3vsk8ecg6a.fsf@fencepost.gnu.org> <873a0euot4.fsf@stupidchicken.com> <873a0cyv3r.fsf@lola.goethe.zz> <87aauiho3y.fsf_-_@lifelogs.com> <27DFC7C4-938A-4031-86C1-CCC5E5F8EF35@mit.edu> <50E85FF6-6558-4E21-83E6-8136E4B27E1F@raeburn.org> <87bpexfori.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1268208650 29891 80.91.229.12 (10 Mar 2010 08:10:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 10 Mar 2010 08:10:50 +0000 (UTC) To: "emacs-devel@gnu.org discussions" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 10 09:10:43 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NpH06-00050G-FQ for ged-emacs-devel@m.gmane.org; Wed, 10 Mar 2010 09:10:42 +0100 Original-Received: from localhost ([127.0.0.1]:56790 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NpH04-0008Mh-Po for ged-emacs-devel@m.gmane.org; Wed, 10 Mar 2010 03:10:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NpGzr-0008L8-CM for emacs-devel@gnu.org; Wed, 10 Mar 2010 03:10:27 -0500 Original-Received: from [140.186.70.92] (port=36902 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NpGzk-00088y-Tu for emacs-devel@gnu.org; Wed, 10 Mar 2010 03:10:26 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NpGxV-0003fR-9G for emacs-devel@gnu.org; Wed, 10 Mar 2010 03:08:02 -0500 Original-Received: from splat.raeburn.org ([69.25.196.39]:55937 helo=raeburn.org) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NpGxJ-0003ct-JS for emacs-devel@gnu.org; Wed, 10 Mar 2010 03:08:00 -0500 Original-Received: from squish.raeburn.org (squish.raeburn.org [10.0.0.172]) by raeburn.org (8.14.3/8.14.1) with ESMTP id o2A87lBM008989; Wed, 10 Mar 2010 03:07:47 -0500 (EST) In-Reply-To: <87bpexfori.fsf@lifelogs.com> X-Mailer: Apple Mail (2.1077) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:121765 On Mar 9, 2010, at 11:22, Ted Zlatanov wrote: > Make sure you check out the emacs-mt work too at > http://gitorious.org/emacs-mt as that's (AFAIK) the closest to getting > into Emacs. Giuseppe Scrivano has done great work. Ah, yes, I thought I might be forgetting someone. (Sorry!) So many to keep track of... that's a *good* thing! :-) > Have you considered continuations support? I didn't see mention of = them > in the docs. Not even remotely, no. :-) I'm not particularly familiar with = continuations in Scheme, let alone how you'd map that into elisp, or if = the Lisp world has a similar construct.... Ken=