From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 5AD9D431FAF for ; Thu, 1 Mar 2012 12:24:47 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.8 X-Spam-Level: X-Spam-Status: No, score=-0.8 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1QzrYpYE87eJ for ; Thu, 1 Mar 2012 12:24:46 -0800 (PST) Received: from mail-ee0-f53.google.com (mail-ee0-f53.google.com [74.125.83.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 3760A431FAE for ; Thu, 1 Mar 2012 12:24:46 -0800 (PST) Received: by eekb47 with SMTP id b47so515626eek.26 for ; Thu, 01 Mar 2012 12:24:45 -0800 (PST) Received-SPF: pass (google.com: domain of daniel@schoepe.org designates 10.14.96.65 as permitted sender) client-ip=10.14.96.65; Authentication-Results: mr.google.com; spf=pass (google.com: domain of daniel@schoepe.org designates 10.14.96.65 as permitted sender) smtp.mail=daniel@schoepe.org; dkim=pass header.i=daniel@schoepe.org Received: from mr.google.com ([10.14.96.65]) by 10.14.96.65 with SMTP id q41mr3848686eef.99.1330633485192 (num_hops = 1); Thu, 01 Mar 2012 12:24:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=schoepe.org; s=google; h=mime-version:from:to:subject:date:message-id:x-mailer:in-reply-to :references; bh=xT7cDjevQOSVh4NxgLhd1P5+wd067tvbDK2l5NUq5QQ=; b=RA0+YAZ7DyCJnn1A+rBwir6EaMqybFHq/ILRnYqa1sOOhBD3QqzQtm88PX/vzA1CYI 3ypuX6pdZoPneWhfHKXzwWsvgsKf/2iV1Tur56FfSteaADivAuc2TaM70Q0SZlCf4Ve6 NLMejARr/sSP+SgTuzgwQiZuAb10OeJ2O6hV8= MIME-Version: 1.0 Received: by 10.14.96.65 with SMTP id q41mr2961381eef.99.1330633484791; Thu, 01 Mar 2012 12:24:44 -0800 (PST) Received: from localhost (dslb-188-107-168-245.pools.arcor-ip.net. [188.107.168.245]) by mx.google.com with ESMTPS id u9sm11061642eem.11.2012.03.01.12.24.42 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 01 Mar 2012 12:24:43 -0800 (PST) From: Daniel Schoepe To: notmuch@notmuchmail.org Subject: [PATCH v2 0/1] emacs: Pass a copy to notmuch-saved-search-sort-function Date: Thu, 1 Mar 2012 21:24:37 +0100 Message-Id: <1330633478-1974-1-git-send-email-daniel@schoepe.org> X-Mailer: git-send-email 1.7.9.1 In-Reply-To: <1330613059-5130-1-git-send-email-daniel@schoepe.org> References: <1330613059-5130-1-git-send-email-daniel@schoepe.org> X-Gm-Message-State: ALoCoQkCM24+qblYRW/sj7uZOb57HmLPLTg/84cZXDSeLHYfkch+kxGY+M20j6P/jsgaolyHNyn6 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2012 20:24:47 -0000 I overlooked that copy-seq is from cl.el. This version uses copy-sequence instead.