bug-mit-scheme
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-mit-scheme] bug in `load FILE`


From: Alin Soare
Subject: [Bug-mit-scheme] bug in `load FILE`
Date: Thu, 26 Oct 2017 13:10:18 +0300

Hi,

I wrote a small file that has buffer-local variables for emacs and on the next lines I wrote (load "scmlib").  Attached file `f1`.

In the current directory there is scmlib.scm

-rw-r--r-- 1 root root   80 Oct 26 13:03 f1.scm
-rw-r--r-- 1 root root  219 Oct 25 11:44 makefile
-rw-r--r-- 1 root root 1.8K Oct 26 12:21 scmlib.scm


So the `load` instruction does not load scmlib and consequently when  I try to call `(desugar 'exp)`  it does fail as the symbol `desugar` is defined in scmlib....



All the best,

A Soare


Attachment: f1.scm
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]