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: Fri, 10 Aug 2012 11:22:04 +0200 Message-ID: <87zk63hzk3.fsf@gmail.com> References: <87pq77ges6.fsf@gmail.com> <87txwf9tmy.fsf@gmail.com> <87pq739ona.fsf@gmail.com> <87pq7193rv.fsf@gmail.com> <87ehnhxszx.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1344590540 30158 80.91.229.3 (10 Aug 2012 09:22:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 10 Aug 2012 09:22:20 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 10 11:22:21 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 1SzlQC-0000C5-Ew for ged-emacs-devel@m.gmane.org; Fri, 10 Aug 2012 11:22:20 +0200 Original-Received: from localhost ([::1]:42464 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzlQB-0008CZ-LK for ged-emacs-devel@m.gmane.org; Fri, 10 Aug 2012 05:22:19 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:38136) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzlQ8-0008CE-Gl for emacs-devel@gnu.org; Fri, 10 Aug 2012 05:22:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SzlQ7-0005tB-Gb for emacs-devel@gnu.org; Fri, 10 Aug 2012 05:22:16 -0400 Original-Received: from mail-wg0-f49.google.com ([74.125.82.49]:33086) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzlQ7-0005t6-AB for emacs-devel@gnu.org; Fri, 10 Aug 2012 05:22:15 -0400 Original-Received: by wgbez12 with SMTP id ez12so900775wgb.30 for ; Fri, 10 Aug 2012 02:22:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=4fzTH1YETcQkHL4LPXMQgY5EAHLRO2O28VQJmh12+4s=; b=celdIy2qKokj0PvpLl9+VnhOzQGdRyKagFF0DFUXs75kkdgfE1jOcmFK0vfW1k2NFy VeA0i2V59Liusz6yp3Htk2O8mdvItVigGsrZqv7eZGRKLFM+nLS7ZjnS9yLFFq2OcNu9 ajxxWS2AwqFnJIg2ks9XX6KIEbGj6TpETHxvcS2U6w4bjNI3vep4kXlfv0O9+nE/XZ+f avLES0XpsuXf1F2s27HlTC/mM0tIWUj8l/Z8i4u/f4xvAs7c6POtavPSkpxvso9lvVJ1 XPkGW1Lbg1P5vYPHGk774JuKNp1yMdMpgVE8zFjTe3V0mjdrCgJD3oXlqZ8iy1ju0EWo QyRw== Original-Received: by 10.180.109.129 with SMTP id hs1mr4624748wib.0.1344590534126; Fri, 10 Aug 2012 02:22:14 -0700 (PDT) Original-Received: from thierry-MM061 (lbe83-2-78-243-104-167.fbx.proxad.net. [78.243.104.167]) by mx.google.com with ESMTPS id h9sm6685398wiz.1.2012.08.10.02.22.11 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 10 Aug 2012 02:22:12 -0700 (PDT) In-Reply-To: (Stefan Monnier's message of "Wed, 08 Aug 2012 14:10:58 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 74.125.82.49 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:152398 Archived-At: Stefan Monnier 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