all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Problem with position and find (cl)
@ 2008-06-20 18:30 Marc Tfardy
  2008-06-20 19:58 ` Marc Tfardy
  2008-06-20 21:16 ` Thien-Thi Nguyen
  0 siblings, 2 replies; 12+ messages in thread
From: Marc Tfardy @ 2008-06-20 18:30 UTC (permalink / raw)
  To: help-gnu-emacs

I try with:
(member '(2) '((1) (2) (3) (4)))

and this gives a expectet results ((2) (3) (4)), but:
(find '(2) '((1) (2) (3) (4)))
or
(position '(2) '((1) (2) (3) (4)))

returns nil. Why?

regards

Marc


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

end of thread, other threads:[~2008-06-21 12:38 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-20 18:30 Problem with position and find (cl) Marc Tfardy
2008-06-20 19:58 ` Marc Tfardy
2008-06-20 20:14   ` Florian Beck
2008-06-20 21:24     ` Thierry Volpiatto
     [not found]     ` <mailman.13619.1213996704.18990.help-gnu-emacs@gnu.org>
2008-06-20 23:14       ` Florian Beck
2008-06-21  2:04         ` Barry Margolin
2008-06-21  4:31           ` Florian Beck
2008-06-21  4:57         ` Thierry Volpiatto
2008-06-21 10:07       ` Marc Tfardy
2008-06-21 10:38         ` Marc Tfardy
2008-06-21 12:38           ` Thierry Volpiatto
2008-06-20 21:16 ` Thien-Thi Nguyen

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.