emacs-devel
[Top][All Lists]
Advanced

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

Re: edebug specs for cl-loop


From: Thierry Volpiatto
Subject: Re: edebug specs for cl-loop
Date: Fri, 10 Aug 2012 11:22:04 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

Stefan Monnier <address@hidden> writes:

>> Indeed, yes it is working in both cases WITHOUT your commented edebug
>> specs too.  So I am a little bit lost because it was not working some
>> days ago without them.
>
> At some point, there was a bug where the debug spec set on `cl-loop' did
> not apply to the `loop' alias.  Maybe that's what you bumped into.
This one is not working without the commented stuff of cl-macs:

(loop for (k . v) in '((a . 1) (b . 2) (c . 3))
      collect (cons k (1+ v)))

==> edebug-syntax-error: Invalid read syntax: "Dotted spec required."

>
>         Stefan

-- 
  Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 



reply via email to

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