From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Joe Corneli Newsgroups: gmane.emacs.help Subject: simple... bug? Date: Tue, 14 Oct 2003 02:17:11 -0500 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1066115976 2323 80.91.224.253 (14 Oct 2003 07:19:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 14 Oct 2003 07:19:36 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 14 09:19:34 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A9JSw-0006K9-00 for ; Tue, 14 Oct 2003 09:19:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A9JSv-0004bx-WB for geh-help-gnu-emacs@m.gmane.org; Tue, 14 Oct 2003 03:19:34 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1A9JSf-0004aV-1X for help-gnu-emacs@gnu.org; Tue, 14 Oct 2003 03:19:17 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1A9JS8-0004Uf-RK for help-gnu-emacs@gnu.org; Tue, 14 Oct 2003 03:19:15 -0400 Original-Received: from [146.6.139.124] (helo=dell3.ma.utexas.edu) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A9JQe-0003v6-M9 for help-gnu-emacs@gnu.org; Tue, 14 Oct 2003 03:17:12 -0400 Original-Received: from linux183.ma.utexas.edu (linux183.ma.utexas.edu [146.6.139.172]) by dell3.ma.utexas.edu (8.11.0.Beta3/8.10.2) with ESMTP id h9E7HBi10530; Tue, 14 Oct 2003 02:17:11 -0500 Original-Received: from jcorneli by linux183.ma.utexas.edu with local (Exim 3.36 #1 (Debian)) id 1A9JQd-0006xl-00; Tue, 14 Oct 2003 02:17:11 -0500 Original-To: help-gnu-emacs X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:13168 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13168 (defun squares (list-of-numbers) (let ((list-of-squares nil) (i 0) (L (length list-of-numbers))) (while (< i L) (setq list-of-squares (append list-of-squares (list (* (nth i list-of-numbers) (nth i list-of-numbers))))) (setq i (1+ i)))) list-of-squares) For (squares '(2 3 5 7 11 13 17 19 23 29 31 37 41 43 47 53 59 61 67 71 73 79 83 89 97)) I get * (4 9 9 25 49 121 169 289 361 529 841 961 1369 1681 1849 2209 2809 3481 3721 4489 5041 5329 6241 6889 7921 9409) Emacs is 21.3.1 OS is Mac OS X 10.3 Am I making some _extremely_ subtle mistake? -- Joe -*- The technological simulacrum creates its own reality, which Baudrillard calls the "hyperreal," a kind of ersatz parody of Plato's ideal world of forms. fusionanomaly.net