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 1E6904196F0 for ; Sun, 21 Mar 2010 13:18:17 -0700 (PDT) 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=[BAYES_50=0.8] autolearn=ham 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 c0x5piPdLBrP for ; Sun, 21 Mar 2010 13:18:16 -0700 (PDT) Received: from homiemail-a13.g.dreamhost.com (caiajhbdccah.dreamhost.com [208.97.132.207]) by olra.theworths.org (Postfix) with ESMTP id 46C4C431FC1 for ; Sun, 21 Mar 2010 13:18:16 -0700 (PDT) Received: from sspaeth.de (unknown [195.190.188.219]) by homiemail-a13.g.dreamhost.com (Postfix) with ESMTPA id 6BB176A8058 for ; Sun, 21 Mar 2010 13:18:14 -0700 (PDT) Received: by sspaeth.de (sSMTP sendmail emulation); Sun, 21 Mar 2010 21:18:12 +0100 From: "Sebastian Spaeth" To: notmuch@notmuchmail.org In-Reply-To: <87fx3uflkx.fsf@jhu.edu> References: <87fx3uflkx.fsf@jhu.edu> Date: Sun, 21 Mar 2010 21:18:12 +0100 Message-ID: <87r5nde8e3.fsf@SSpaeth.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [notmuch] Using notmuch as an address book for tab-completion 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: Sun, 21 Mar 2010 20:18:17 -0000 On Sat, 20 Mar 2010 22:35:42 -0400, Jesse Rosenthal wrote: > I've written a python script (with some help and suggestions > from spaetz) which can perform the address-book functionality, and a > backend for emacs's EUDC address-lookup functionality to access the > script. Thanks for sharing, I am very much looking forward to using that. This is one more selling point for notmuch :-). Glad the python bindings were of some use and I am willing to take improvement requests, if you find some peculiarities in them. I really look forward to integrate bbdb and notmuch addresses... > Remember, neither of these will do you much good with the shared lib and > cnotmuch installed. That reminds me that there is still no installation tool for cnotmuch at all. I'll have to have a look into that. > To get tab completion from emacs, you have to install the script into > your path, make it executable, and then put my eudcb-notmuch.el file > into your load path (you should byte-compile it too). DON'T CHANGE THE > TITLE OF THE .EL FILE! EUDC looks for a specific title based on > protocol. Silly question: How do I byte-compile stuff for emacs? I am a helpless noob when there is no make install-emacs command. :-) Will report back if it works. If yes, this is definitely stuff for the notmuch help wiki. Sebastian