emacs-devel
[Top][All Lists]
Advanced

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

Re: Need help with defmacro


From: Lennart Borgman (gmail)
Subject: Re: Need help with defmacro
Date: Thu, 31 Jan 2008 23:13:46 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666

Stefan Monnier wrote:
When I try to do instrument my-test-err4 below for edebug with

   C-u C-M-x

I get an error saying

    edebug-syntax-error: Invalid read syntax: "Expected", (&rest
        &or (symbolp &optional form) symbolp)

Can someone please explain to me what I have done wrong here?

It's because you've told edebug that mumamo-condition-case has the same
syntax as `let', but then you go on and use it very differently.
You need to fix your `debug' declaration.


Thanks, I see - at least what to do. But the (debug ...) form is still mysterious.




reply via email to

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