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: Tue, 07 Aug 2012 09:17:13 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

Thierry Volpiatto <address@hidden> writes:

> Thierry Volpiatto <address@hidden> writes:
>
>>> If you could describe the cases where the current spec doesn't work, and
>>> the cases where the complex spec works better as well as where it fails
>>> (and whether the current spec also fails for those), that would be
>>> very helpful.
>> Ok I will try to collect some examples where it work and not (most work
>> actually).
> This is with your edebug-specs that are commented in cl-macs loaded.
And also:

print-circle ==> nil
print-gensym ==> nil

(loop for x on '(1 2 3 4) collect x)
=>
Edebug: edebug-anon15

Result: (1 2 3 4)
Result: (2 3 4)
Result: (3 4)
Result: (4)
Result: ((1 . #1=(2 . #2=(3 . #3=(4)))) #1# #2# #3#)

I would expect
Result: ((1 2 3 4) (2 3 4) (3 4) (4))


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