all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Wanted: Adding list-elements into an existing list
@ 2008-10-16 13:13 Nordlöw
  2008-10-16 13:16 ` Joost Diepenmaat
  2008-10-16 22:32 ` Pascal J. Bourguignon
  0 siblings, 2 replies; 8+ messages in thread
From: Nordlöw @ 2008-10-16 13:13 UTC (permalink / raw)
  To: help-gnu-emacs

Is there a variant of the function add-to-list(a b) where b can be a
list aswell?

(add-list-elements-to-list '(a b c) '(c d e)) should evaluate '(a b c
d e)

or do I have to implement it myself using an iteration-construct?

/Nordlöw


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

end of thread, other threads:[~2008-10-17  0:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-16 13:13 Wanted: Adding list-elements into an existing list Nordlöw
2008-10-16 13:16 ` Joost Diepenmaat
2008-10-16 13:36   ` Nordlöw
2008-10-16 15:43     ` Drew Adams
2008-10-16 16:02       ` Allan Gottlieb
2008-10-16 16:12         ` Drew Adams
2008-10-17  0:28     ` Barry Margolin
2008-10-16 22:32 ` Pascal J. Bourguignon

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.