From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#7408: 23.2.1 dolist -- subr.el and cl-macs differ with nil-block return Date: Mon, 15 Nov 2010 12:22:54 -0500 Message-ID: References: <87y68udfmf.fsf@picasso.cante.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1289843205 8800 80.91.229.12 (15 Nov 2010 17:46:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 15 Nov 2010 17:46:45 +0000 (UTC) To: Jari Aalto Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Nov 15 18:46:40 2010 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PI38V-0001HB-CX for geb-bug-gnu-emacs@m.gmane.org; Mon, 15 Nov 2010 18:46:35 +0100 Original-Received: from localhost ([127.0.0.1]:40513 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PI38U-0002hJ-FN for geb-bug-gnu-emacs@m.gmane.org; Mon, 15 Nov 2010 12:46:34 -0500 Original-Received: from [140.186.70.92] (port=44500 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PI36H-0001NO-Us for bug-gnu-emacs@gnu.org; Mon, 15 Nov 2010 12:44:31 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PI369-0001GE-DJ for bug-gnu-emacs@gnu.org; Mon, 15 Nov 2010 12:44:17 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:34069) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PI369-0001GA-Bx for bug-gnu-emacs@gnu.org; Mon, 15 Nov 2010 12:44:09 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1PI2vO-0001Fe-UU for bug-gnu-emacs@gnu.org; Mon, 15 Nov 2010 12:33:02 -0500 Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Mon, 15 Nov 2010 17:33:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 7408 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Mail-Followup-To: 7408@debbugs.gnu.org, monnier@iro.umontreal.ca Original-Received: via spool by 7408-done@debbugs.gnu.org id=D7408.12898423464754 (code D ref 7408); Mon, 15 Nov 2010 17:33:02 +0000 Original-Received: (at 7408-done) by debbugs.gnu.org; 15 Nov 2010 17:32:26 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PI2un-0001Eb-Pv for submit@debbugs.gnu.org; Mon, 15 Nov 2010 12:32:26 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181] helo=ironport2-out.pppoe.ca) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PI2gn-00014t-Op for 7408-done@debbugs.gnu.org; Mon, 15 Nov 2010 12:17:58 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0GALv74ExFpY76/2dsb2JhbAChWX5yvnyFSgSEWo1f X-IronPort-AV: E=Sophos;i="4.59,200,1288584000"; d="scan'208";a="82598203" Original-Received: from 69-165-142-250.dsl.teksavvy.com (HELO pastel.home) ([69.165.142.250]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 15 Nov 2010 12:22:54 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 5A9AFA8263; Mon, 15 Nov 2010 12:22:54 -0500 (EST) In-Reply-To: <87y68udfmf.fsf@picasso.cante.net> (Jari Aalto's message of "Mon, 15 Nov 2010 12:51:20 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Mailman-Approved-At: Mon, 15 Nov 2010 12:32:24 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Mon, 15 Nov 2010 12:33:02 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:41642 Archived-At: > The current definition of dolist in subr.el breaks lot of things that rely > on the standard 'dolist' behavior: > $ emacs -Q --debug-init --batch --eval "(dolist (elt '(1 2)) (return elt))" > Symbol's function definition is void: return By standard, you mean "CL", right? If you want CL behavior, then do (require 'cl), and it will then work. Stefan