[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: let-syntax Problem
From: |
Neil Jerram |
Subject: |
Re: let-syntax Problem |
Date: |
Wed, 18 Oct 2006 22:09:45 +0100 |
User-agent: |
Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) |
Volkan YAZICI <address@hidden> writes:
> Hi,
>
> Can somebody help me to figure out the syntax error in below let-syntax
> scope: [...]
It works for me if I do
(use-syntax (ice-9 syncase))
first, so I suspect the problem is that you are using `use-modules'
when you should be using `use-syntax'.
Regards,
Neil