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 2DA56431FBC for ; Wed, 20 Jan 2010 10:40:02 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.001 X-Spam-Level: X-Spam-Status: No, score=0.001 tagged_above=-999 required=5 tests=[BAYES_50=0.001] 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 IwjbWfY5x3YK for ; Wed, 20 Jan 2010 10:40:01 -0800 (PST) Received: from gv-out-0910.google.com (gv-out-0910.google.com [216.239.58.191]) by olra.theworths.org (Postfix) with ESMTP id 49D17431FAE for ; Wed, 20 Jan 2010 10:40:01 -0800 (PST) Received: by gv-out-0910.google.com with SMTP id n8so60719gve.25 for ; Wed, 20 Jan 2010 10:39:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:content-type:subject:from:to :in-reply-to:references:date:message-id:user-agent :content-transfer-encoding; bh=IoTDTVyqgvtezce5Bf0mYA/4aQW3pQ35DSXsxSr36DY=; b=BnsinCdrbuPQ0sFOSrm6KAGCL5P3CmKHUnpLnZNJTrGLF3uDjxUI4GILMWByxAJDrU WkawjGQ7V7eSRBWtvRR7Papm9KB0/0m98SoGHZhHRpmjyJ5zOSx687dsQQH1IX/oa1Vv ZoTTTdhDMyub2mjqg2ZGQeGKH3heKb75YKMQs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:subject:from:to:in-reply-to:references:date:message-id :user-agent:content-transfer-encoding; b=cX+YjWHd4quSk6HDXPr3iGsSS8NXK4FPbmbZOJ6dMsXahCuCHITUXE2Yw5+SQLzzO/ YyoCYgBo8pqN4jFumRWQJ3k8g1CvvtEvW+aVzhk7KjROE+nitOG/D5G5PBmdvDAl1k2G Qm1EQDOv56V7ND1IZZuZ+VlkdRr/eTapNI9oI= Received: by 10.103.122.22 with SMTP id z22mr157926mum.68.1264012799267; Wed, 20 Jan 2010 10:39:59 -0800 (PST) Received: from localhost (umass-959-105.wireless.umass.edu [128.119.77.105]) by mx.google.com with ESMTPS id b9sm686339mug.9.2010.01.20.10.39.57 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 20 Jan 2010 10:39:58 -0800 (PST) Content-Type: text/plain; charset=UTF-8 From: Ben Gamari To: notmuch In-reply-to: <87k4vd5fm9.fsf@yoom.home.cworth.org> References: <1262078148-sup-7891@ben-laptop> <87k4vd5fm9.fsf@yoom.home.cworth.org> Date: Wed, 20 Jan 2010 13:39:56 -0500 Message-Id: <1264012584-sup-7221@ben-laptop> User-Agent: Sup/git Content-Transfer-Encoding: 8bit Subject: Re: [notmuch] SWIG (and particularly Python) bindings 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: Wed, 20 Jan 2010 18:40:02 -0000 Excerpts from Carl Worth's message of Wed Jan 20 03:45:34 -0500 2010: > Welcome to Notmuch! > Thanks! > > Notmuch looks excellent, although it appears that its current front-end > > for my editor of choice (vim) is a little lacking in some ways > > (operations involving a call to notmuch invariably lock up vi for the > > duration of the operation). > > Yes. The emacs mode was similarly crippled initially and fairly painful > until we fixed that, (and quite nice afterwards). > I can easily believe that. I've tried using the vim mode and quickly gave up. I think I'm going to have to stick with sup until I've added the appropriate subprocess support into vim. I have some half-completed code, but still have a ways to go. > > these are to be included in-tree, I would be curious to hear people have > > to say about how we might integrate it into the sup build system. > > I can't say much about integrating with the sup build system... > Heh. My bad. - Ben