From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 315 invoked by alias); 12 Feb 2002 22:59:05 -0000 Mailing-List: contact guile-emacs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: guile-emacs-owner@sources.redhat.com Received: (qmail 32700 invoked from network); 12 Feb 2002 22:59:01 -0000 Received: from unknown (HELO s1.uklinux.net) (80.84.72.21) by sources.redhat.com with SMTP; 12 Feb 2002 22:59:01 -0000 Received: from portalet.ossau.uklinux.net (IDENT:root@ppp-3b-210.3com.telinco.net [212.159.133.210]) by s1.uklinux.net (8.11.6/8.11.6) with ESMTP id g1CMwjL21846; Tue, 12 Feb 2002 22:58:45 GMT Envelope-To: guile-emacs@sources.redhat.com Received: from laruns.ossau.uklinux.net.ossau.uklinux.net (neil@laruns.ossau.uklinux.net [192.168.1.3]) by portalet.ossau.uklinux.net (8.9.3/8.8.7) with ESMTP id WAA09857; Tue, 12 Feb 2002 22:57:56 GMT To: ttn@glug.org Cc: guile-devel@gnu.org, guile-emacs@sources.redhat.com Subject: Re: Elisp translator work finished (for now) References: From: Neil Jerram Date: Tue, 12 Feb 2002 14:59:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-q1/txt/msg00016.txt.bz2 >>>>> "Neil" == Neil Jerram writes: >>>>> "thi" == Thien-Thi Nguyen writes: thi> i modified lang/elisp/base.scm `load-emacs' like so: [...] Neil> Strange. I'll have a look... Thanks for your interest and the report! Oh dear; my representation of Elisp variables is a bit screwy. (`setq' sets a variable called `load-path' in (lang elisp base), but the Scheme definition of `load' picks up `load-path' from (lang elisp internals load).) I'll try to fix this in the next few days. Thanks again. Neil