emacs-devel
[Top][All Lists]
Advanced

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

Re: Need help with defmacro


From: Stefan Monnier
Subject: Re: Need help with defmacro
Date: Wed, 30 Jan 2008 23:01:23 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux)

> 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.


        Stefan




reply via email to

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