On Mon, 20 Jun 2011 22:41:18 -0700, Jameson Graef Rollins <jrollins@finestructure.net> wrote: Non-text part: multipart/signed > On Tue, 21 Jun 2011 02:01:17 +0200, Sebastien Binet <seb.binet@gmail.com> wrote: > > and I checked there were no lingering .el files... > > > > so... > > any way to tell which notmuch-emacs-ui I am actually using ? (I am a newbie > > when comes to hacking lisp) > > Hey, Sebastien. You can determine the loaded version of a library from > within emacs with the follow command: > > M-x locate-library notmuch which points to the system-wide one. > > 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... -s