help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with position and find (cl)


From: Thien-Thi Nguyen
Subject: Re: Problem with position and find (cl)
Date: Fri, 20 Jun 2008 23:16:39 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

() Marc Tfardy <m-t-o___CUT__IT@web.de>
() Fri, 20 Jun 2008 20:30:58 +0200

   Why?

All people are animals but not all animals are people.

(info "(cl) Sequence Basics")   ;; paragraph explaining :key
(find 2 '((1) (2) (3) (4)) :key 'car)

All animals are equal but some animals are more equal than others.

(info "(cl) Sequence Basics")   ;; paragraph explaining :test
(find '(2) '((1) (2) (3) (4)) :test 'equal)

thi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]