From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marc Tfardy Newsgroups: gmane.emacs.help Subject: Problem with position and find (cl) Date: Fri, 20 Jun 2008 20:30:58 +0200 Message-ID: <6c2bb4F3dibi5U1@mid.individual.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1213987271 24510 80.91.229.12 (20 Jun 2008 18:41:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Jun 2008 18:41:11 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jun 20 20:41:55 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K9lYX-0007rZ-Mv for geh-help-gnu-emacs@m.gmane.org; Fri, 20 Jun 2008 20:41:53 +0200 Original-Received: from localhost ([127.0.0.1]:60984 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9lXi-0003VQ-Re for geh-help-gnu-emacs@m.gmane.org; Fri, 20 Jun 2008 14:41:02 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Original-X-Trace: individual.net 7E/Zt/SqM8FeKoSQcXNFtgOhlQjxL7vJPGPbr2XLGYi+HG9UNH Cancel-Lock: sha1:nWZove3BITjY6iilTHHq09MhwQQ= User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) Original-Xref: news.stanford.edu gnu.emacs.help:159639 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:54990 Archived-At: 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