GNU bug report logs - #56416
29.0.50; cl-loop cl-psetq problem

Previous Next

Package: emacs;

Reported by: Sean Whitton <spwhitton <at> spwhitton.name>

Date: Wed, 6 Jul 2022 05:02:01 UTC

Severity: normal

Tags: confirmed

Merged with 6583

Found in versions 23.2, 24.5, 25.0.94, 29.0.50

Full log


View this message in rfc822 format

From: Sean Whitton <spwhitton <at> spwhitton.name>
To: 56416 <at> debbugs.gnu.org
Subject: bug#56416: 29.0.50; cl-loop cl-psetq problem
Date: Tue, 05 Jul 2022 22:01:42 -0700
Evaluating

(cl-loop with list = '(1 2 3 4)

	 for l in list
	 for x = l and y = l

	 collect x)

yields (1 1 2 3) but it should yield (1 2 3 4).

-- 
Sean Whitton




This bug report was last modified 2 years and 342 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.