unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#56416: 29.0.50; cl-loop cl-psetq problem
@ 2022-07-06  5:01 Sean Whitton
  2022-07-06 11:41 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 5+ messages in thread
From: Sean Whitton @ 2022-07-06  5:01 UTC (permalink / raw)
  To: 56416

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





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-07-07  8:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-06  5:01 bug#56416: 29.0.50; cl-loop cl-psetq problem Sean Whitton
2022-07-06 11:41 ` Lars Ingebrigtsen
2022-07-06 16:06   ` Mattias Engdegård
2022-07-07  7:53     ` Lars Ingebrigtsen
2022-07-07  8:07       ` Mattias Engdegård

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).