all messages for Emacs-related lists mirrored at yhetil.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.