From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Neil Jerram" Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] Avoid `SCM_VALIDATE_LIST ()' Date: Sat, 6 Sep 2008 23:36:15 +0200 Message-ID: <49dd78620809061436w43870538s9a504f0183e3b875@mail.gmail.com> References: <87hc90u9lb.fsf@gnu.org> <87ljybmwvx.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1220736988 7981 80.91.229.12 (6 Sep 2008 21:36:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 6 Sep 2008 21:36:28 +0000 (UTC) To: "=?ISO-8859-1?Q?Ludovic_Court=E8s?=" , guile-devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Sep 06 23:37:23 2008 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Kc5T8-0001js-SY for guile-devel@m.gmane.org; Sat, 06 Sep 2008 23:37:23 +0200 Original-Received: from localhost ([127.0.0.1]:44926 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kc5S9-0005PW-3X for guile-devel@m.gmane.org; Sat, 06 Sep 2008 17:36:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kc5S6-0005PI-Br for guile-devel@gnu.org; Sat, 06 Sep 2008 17:36:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kc5S5-0005P0-U3 for guile-devel@gnu.org; Sat, 06 Sep 2008 17:36:17 -0400 Original-Received: from [199.232.76.173] (port=39475 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kc5S5-0005Ow-Lt for guile-devel@gnu.org; Sat, 06 Sep 2008 17:36:17 -0400 Original-Received: from rv-out-0708.google.com ([209.85.198.248]:60191) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kc5S5-00036N-GL for guile-devel@gnu.org; Sat, 06 Sep 2008 17:36:17 -0400 Original-Received: by rv-out-0708.google.com with SMTP id k29so959059rvb.6 for ; Sat, 06 Sep 2008 14:36:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=s3DXcgRWXOHz3m+GKyzT2DaGw3kWn5gtYyGO87TsXYI=; b=Xnu9zVA954StxKtYMySZT0OH8PpTD7UumjwsDDWEHmre9Lrbh9rRWmOiDLGzJkpsdO Qn4DbKa6PHxshXpQ6O/fYoN6sXqekm4HUff54FKfRmnqNOfKBYWVasHLtAYNwZV8ZpJJ Dg5MEU2llpZkcvFGDTxxYaLYuPDmVplb32TT0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=FPKUfqlh+PJVG89hqoAsGoj5e9Mkf4/Brf5SaR6YbJiS4ThX5yoShWz7PYXvvR+qfB 9SKUa9prSCKeruLU5XMAyQy4kaY9qZYmuHtMebsvZdCVM0F5JE+rW4Q3PUYLv8fGWmio n0jn374eqY7JkoMitTpSkzZsAkl+QJhhLupPQ= Original-Received: by 10.141.163.12 with SMTP id q12mr7687092rvo.260.1220736975429; Sat, 06 Sep 2008 14:36:15 -0700 (PDT) Original-Received: by 10.141.177.4 with HTTP; Sat, 6 Sep 2008 14:36:15 -0700 (PDT) In-Reply-To: <87ljybmwvx.fsf@gnu.org> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:7594 Archived-At: 2008/9/1 Ludovic Court=E8s : > > Han-Wen Nienhuys writes: > >> On a tangent, is anyone still seriously considering to run Emacs atop GU= ILE? > > There's Ken Reaburn's attempt at http://www.mit.edu/~raeburn/guilemacs/ , > and there's also the Elisp support that's under `lang'. I don't think > the former is really maintained. The latter isn't actively maintained > either but I think it's in a pretty good shape. Neil? Yes, I would say so, and I still work on it from time to time. Neil