From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thierry Volpiatto Newsgroups: gmane.emacs.devel Subject: Re: edebug specs for cl-loop Date: Tue, 07 Aug 2012 09:17:13 +0200 Message-ID: <87lihr9nnq.fsf@gmail.com> References: <87pq77ges6.fsf@gmail.com> <87txwf9tmy.fsf@gmail.com> <87pq739ona.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1344323861 6357 80.91.229.3 (7 Aug 2012 07:17:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 7 Aug 2012 07:17:41 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 07 09:17:41 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Sye2u-0004UF-2m for ged-emacs-devel@m.gmane.org; Tue, 07 Aug 2012 09:17:40 +0200 Original-Received: from localhost ([::1]:33354 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sye2t-0003iQ-AA for ged-emacs-devel@m.gmane.org; Tue, 07 Aug 2012 03:17:39 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:52074) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sye2m-0003hu-W3 for emacs-devel@gnu.org; Tue, 07 Aug 2012 03:17:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sye2m-0003lR-1M for emacs-devel@gnu.org; Tue, 07 Aug 2012 03:17:32 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:39000) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sye2l-0003lN-Qp for emacs-devel@gnu.org; Tue, 07 Aug 2012 03:17:31 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Sye2i-0004J4-GE for emacs-devel@gnu.org; Tue, 07 Aug 2012 09:17:28 +0200 Original-Received: from lbe83-2-78-243-104-167.fbx.proxad.net ([78.243.104.167]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 Aug 2012 09:17:28 +0200 Original-Received: from thierry.volpiatto by lbe83-2-78-243-104-167.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 Aug 2012 09:17:28 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 34 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: lbe83-2-78-243-104-167.fbx.proxad.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) Cancel-Lock: sha1:p2NGrlxE97ysxORwo8qC/y9gdeI= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:152235 Archived-At: Thierry Volpiatto writes: > Thierry Volpiatto 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