Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 73792431FD0 for ; Tue, 21 Jun 2011 06:01:14 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "Cc" X-Spam-Flag: NO X-Spam-Score: -0.789 X-Spam-Level: X-Spam-Status: No, score=-0.789 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, T_MIME_NO_TEXT=0.01] 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 fLVad+f5ejty for ; Tue, 21 Jun 2011 06:01:14 -0700 (PDT) Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id C6772431FB6 for ; Tue, 21 Jun 2011 06:01:13 -0700 (PDT) Received: by wyb28 with SMTP id 28so3276532wyb.26 for ; Tue, 21 Jun 2011 06:01:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:cc:subject:in-reply-to:references :user-agent:date:message-id:mime-version:content-type; bh=OG/szENbxkD02TrHdPF09Uhlz2X1kUXr8qSJTSXnbIw=; b=EGGicd52uUGKPJH8OuEbuj0GTZkl94UPgOoVn+B9qaBefs1cV1h8b9PYhQ3GtyXe9g zMEyMXXwt3v8VMtAMVq3RfcYFgU2NNJXIPWqS2Pq70syapI6Lt4GNA1m7OlnS35EcZVF EghyJkI4He/DgQukF2wDtT6nIdiiniSL4E6to= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; b=XgD5wXx9+Gbb60BGhWkPy0Eeruwa6NyxvLN0gpUmFnXHkyz/I7xUCUCXQI4aIupTfR xOs6bT7WgLhKfQhCN2cbBSWsmwWROvjLYnLfV8aXeY3S7Vwf/u9R/y/ExyspnCSB6IJ2 2XOJW7S9v17b6kzB4jthDAQ8+80DEi5C2N1GM= Received: by 10.227.24.72 with SMTP id u8mr6154336wbb.94.1308661272131; Tue, 21 Jun 2011 06:01:12 -0700 (PDT) Received: from localhost (pc-88068.lal.in2p3.fr [134.158.88.68]) by mx.google.com with ESMTPS id o19sm3989713wbh.21.2011.06.21.06.01.10 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 21 Jun 2011 06:01:11 -0700 (PDT) From: Sebastien Binet To: Jameson Graef Rollins Subject: Re: bug in emacs-ui ? In-Reply-To: <87hb7jg2rl.fsf@servo.factory.finestructure.net> References: <8739j5rn2d.fsf@cern.ch> <87pqm8cz4f.fsf@servo.factory.finestructure.net> <87oc1spkkc.fsf@cern.ch> <87mxhccw9v.fsf@servo.factory.finestructure.net> <87hb7kpi7e.fsf@cern.ch> <87fwn4cm9q.fsf@servo.factory.finestructure.net> <87hb7jg2rl.fsf@servo.factory.finestructure.net> User-Agent: Notmuch/0.5-238-gc39b492 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-unknown-linux-gnu) Date: Tue, 21 Jun 2011 14:59:37 +0200 Message-ID: <87vcvzs5l2.fsf@cern.ch> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Cc: , notmuch@notmuchmail.org 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: Tue, 21 Jun 2011 13:01:14 -0000 --=-=-= Content-Transfer-Encoding: quoted-printable On Mon, 20 Jun 2011 22:41:18 -0700, Jameson Graef Rollins wrote: Non-text part: multipart/signed > On Tue, 21 Jun 2011 02:01:17 +0200, Sebastien Binet = wrote: > > and I checked there were no lingering .el files... > >=20 > > so... > > any way to tell which notmuch-emacs-ui I am actually using ? (I am a n= ewbie > > when comes to hacking lisp) >=20 > Hey, Sebastien. You can determine the loaded version of a library from > within emacs with the follow command: >=20 > M-x locate-library notmuch which points to the system-wide one. >=20 > It's also good to know how many notmuch instances are installed on your > system. For instance, I have a system-wide installation, a "personal" > installation, the build currently in the source tree, etc. Depending on > the options I supply to emacs at startup, I could run a variety of > versions. being root and having this great ArchLinux package manager system at my finger tips, I only have one installation of notmuch :) playing a bit more, I cloned your 0.6 branch, cloned the official one, slammed the 0.6/emacs directory on top of the official one, built the official one, installed it and everything worked. I am trying to see which changeset is the source of my problem... =2Ds --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEARECAAYFAk4AlbkACgkQPj4AVbsZCCb3DwCgu7+GCzvsiYVWbDwMw0K1FyDq YegAoJHX5nqem9A9pB+CiRpK3+PiGd22 =yuqX -----END PGP SIGNATURE----- --=-=-=--