From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Noah Lavine Newsgroups: gmane.lisp.guile.devel Subject: ELisp Implementation? Date: Sat, 25 Jun 2011 16:01:15 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1309032120 9855 80.91.229.12 (25 Jun 2011 20:02:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 25 Jun 2011 20:02:00 +0000 (UTC) To: guile-devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Jun 25 22:01:56 2011 Return-path: Envelope-to: guile-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 1QaZ3B-0003N0-Mc for guile-devel@m.gmane.org; Sat, 25 Jun 2011 22:01:53 +0200 Original-Received: from localhost ([::1]:34655 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QaZ3A-0002LS-GA for guile-devel@m.gmane.org; Sat, 25 Jun 2011 16:01:52 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:36121) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QaZ2c-0002Kw-7x for guile-devel@gnu.org; Sat, 25 Jun 2011 16:01:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QaZ2a-0001yj-Ta for guile-devel@gnu.org; Sat, 25 Jun 2011 16:01:18 -0400 Original-Received: from mail-vx0-f169.google.com ([209.85.220.169]:56310) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QaZ2a-0001yX-IF for guile-devel@gnu.org; Sat, 25 Jun 2011 16:01:16 -0400 Original-Received: by vxg38 with SMTP id 38so3408935vxg.0 for ; Sat, 25 Jun 2011 13:01:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:date:x-google-sender-auth :message-id:subject:from:to:content-type; bh=Xm4h4VX6xL/gJL7iQl9V3/Iymx3r+54wBIMUsLRdQ7A=; b=nV5owkKDA0alwmt8rr8bZD9txb8pyqy04IvjNf2qWvB3KYNnA1dLqwS85rVMxBpMgi G9el8bq693FNvZuIzoGnJGq+j0GJDABKskNi/nk3OmfMywim9hFmwW5Te7BZZKKsTvs9 gi82ZGS8fYv+aJHiFoDVKkOBJCcPEqOWE6ZRs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=oFR/wSglgDcUqxsQB1+sowfRNbYd679q4RLVuefe/Zhs3ETG1adNuzy2DPufjRwpjI V1+gaWwooVxI9jJsJJnLTk2F71FERXdTl7X1+UErFybjFv5G9vZNL6Hm3FVhRtgiX1cP m9r9VL2lGvP9PYx+dLfP4uhXj+jeyYBchtrRo= Original-Received: by 10.52.116.105 with SMTP id jv9mr6434818vdb.16.1309032075284; Sat, 25 Jun 2011 13:01:15 -0700 (PDT) Original-Received: by 10.52.169.9 with HTTP; Sat, 25 Jun 2011 13:01:15 -0700 (PDT) X-Google-Sender-Auth: OrFwErw55U9nE4RcQ_mt0vOSo4w X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.220.169 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:12589 Archived-At: Hello, Guile's Summer of Code project this summer was an implementation of Emacs Lisp. I am curious - what is happening with that? Is it progressing? I follow the list, but haven't heard anything since the decision on which project we wanted. Noah