From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.user Subject: Re: Guile.el Date: Mon, 29 Jun 2009 19:40:22 +0100 Message-ID: <87hbxyx4rt.fsf@arudy.ossau.uklinux.net> References: <24253470.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1246300917 31225 80.91.229.12 (29 Jun 2009 18:41:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Jun 2009 18:41:57 +0000 (UTC) Cc: Guile-user@gnu.org To: tbrooke Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Jun 29 20:41:50 2009 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MLLna-00078I-G9 for guile-user@m.gmane.org; Mon, 29 Jun 2009 20:41:50 +0200 Original-Received: from localhost ([127.0.0.1]:52112 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MLLna-00062T-2x for guile-user@m.gmane.org; Mon, 29 Jun 2009 14:41:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MLLmt-0005lp-GB for guile-user@gnu.org; Mon, 29 Jun 2009 14:41:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MLLmo-0005hw-H1 for Guile-user@gnu.org; Mon, 29 Jun 2009 14:41:07 -0400 Original-Received: from [199.232.76.173] (port=49439 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MLLmo-0005hc-BC for Guile-user@gnu.org; Mon, 29 Jun 2009 14:41:02 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:35772) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MLLmn-0005DD-TQ for Guile-user@gnu.org; Mon, 29 Jun 2009 14:41:02 -0400 Original-Received: from arudy (host86-152-99-133.range86-152.btcentralplus.com [86.152.99.133]) by mail3.uklinux.net (Postfix) with ESMTP id D159B1FB10D; Mon, 29 Jun 2009 19:40:23 +0100 (BST) Original-Received: from arudy.ossau.uklinux.net (arudy [127.0.0.1]) by arudy (Postfix) with ESMTP id 0401838021; Mon, 29 Jun 2009 19:40:22 +0100 (BST) In-Reply-To: <24253470.post@talk.nabble.com> (tbrooke's message of "Mon\, 29 Jun 2009 05\:46\:34 -0700 \(PDT\)") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:7351 Archived-At: tbrooke writes: > I've been trying to load guile.el from 1.90 without any luck. I'm not sure > it adds much to the existing scheme modes but I wanted to try it. It asks > for channels.scm and guile-scheme.scm but still doesn't seem to work. I'm > using Emacs 23.1.50 > > Any thought What are you trying to do? guile.el is pretty old, and I wouldn't be surprised if it had bitrotted. Neil