From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 6B6B56DE096A for ; Wed, 13 Sep 2017 05:48:39 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.015 X-Spam-Level: X-Spam-Status: No, score=-0.015 tagged_above=-999 required=5 tests=[AWL=0.097, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vu4GDS3obgF5 for ; Wed, 13 Sep 2017 05:48:37 -0700 (PDT) Received: from cock.li (cock.li [185.100.85.212]) by arlo.cworth.org (Postfix) with ESMTPS id 15ADC6DE0314 for ; Wed, 13 Sep 2017 05:48:37 -0700 (PDT) From: Attic Hermit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cock.li; s=mail; t=1505306914; bh=6G/w4/Yr/mPjw5Km7R5NHnPiQ0QfMSKfXRux88Ihilo=; h=From:To:Subject:In-Reply-To:References:Date:From; b=h23gJGtAtZ5lSRK7WjdBmYsJL9TFzsKAA5bkz95JptXXh67wNyCsmweg+lsJ40lmy dR85ap1VCCFAFqf7rNUUyRhhxaOcKFZWn1OI6yDVr509MYkNoHulQF0HRzwJEQoiLy i7zfcaAF6QbNd/QnVFUs5Nzynbw1/91FM9gl3EyJL8WLy48NNGBVVXspV1jjhJx4SG VCZiW533oM+H9zakjmD3cNVF8TuCVKSqs+ZIslgqzFKD6MBSp8nJJ9rzOYhi0gZaol LRYxlh3iiNxGKyE5pnafKbZZBGqXVSXdAe47TeLBBz8SKqsWtOOiGU0FoIRvdmI8j0 vZ/ppKfpEwgcg== To: David Bremner , notmuch@notmuchmail.org Subject: Re: [PATCH] emacs/address: use member instead of memq to check for pair In-Reply-To: <87tw066bvb.fsf@tethera.net> References: <87mv61jyq8.fsf@no_dom.tld> <20170913013146.32286-1-david@tethera.net> <87tw066bvb.fsf@tethera.net> Date: Wed, 13 Sep 2017 21:48:29 +0900 Message-ID: <87fubqhihu.fsf@no_dom.tld> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.23 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: Wed, 13 Sep 2017 12:48:39 -0000 Nice. Thank you for your lightning fast fix and push. David Bremner writes: > David Bremner writes: > >> Quoting from the elisp reference: >> >> For other types (e.g., lists, vectors, strings), two arguments >> with the same contents or elements are not necessarily =E2=80=98eq= =E2=80=99 to >> each other. >> >> Thanks to "Attic Hermit" for the fix. > > pushed to master > _______________________________________________ > notmuch mailing list > notmuch@notmuchmail.org > https://notmuchmail.org/mailman/listinfo/notmuch --=20 Attic Hermit