From couchdb-commits-return-204-apmail-incubator-couchdb-commits-archive=incubator.apache.org@incubator.apache.org Sat Apr 12 12:54:36 2008 Return-Path: Delivered-To: apmail-incubator-couchdb-commits-archive@locus.apache.org Received: (qmail 86878 invoked from network); 12 Apr 2008 12:54:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Apr 2008 12:54:36 -0000 Received: (qmail 8648 invoked by uid 500); 12 Apr 2008 12:54:36 -0000 Delivered-To: apmail-incubator-couchdb-commits-archive@incubator.apache.org Received: (qmail 8622 invoked by uid 500); 12 Apr 2008 12:54:36 -0000 Mailing-List: contact couchdb-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-dev@incubator.apache.org Delivered-To: mailing list couchdb-commits@incubator.apache.org Received: (qmail 8610 invoked by uid 99); 12 Apr 2008 12:54:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Apr 2008 05:54:36 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Apr 2008 12:53:53 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 7C2EED2D5 for ; Sat, 12 Apr 2008 12:54:13 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: couchdb-commits@incubator.apache.org Date: Sat, 12 Apr 2008 12:54:13 -0000 Message-ID: <20080412125413.2782.98943@eos.apache.org> Subject: [Couchdb Wiki] Trivial Update of "GettingStartedWithLisp" by PeterEddy X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification. The following page has been changed by PeterEddy: http://wiki.apache.org/couchdb/GettingStartedWithLisp The comment on the change is: removed :parenscript since it isn't used in this example ------------------------------------------------------------------------------ {{{ ;; Create a workspace package - (defpackage :clouchdb-user (:use :cl :clouchdb :parenscript)) + (defpackage :clouchdb-user (:use :cl :clouchdb)) (in-package :clouchdb-user) ;; See what databases exist on default connection, which is