From: Peter Feigl Date: Mon, 8 Jul 2013 21:39:25 +0000 (+0200) Subject: Re: [PATCH 0/2] Prompting for the GPG password within Emacs X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3dbf80d27318f849d7b69fa77157dc6edc131562;p=notmuch-archives.git Re: [PATCH 0/2] Prompting for the GPG password within Emacs --- diff --git a/ba/f1331d00d36d1ec8576743760e279d589ccce2 b/ba/f1331d00d36d1ec8576743760e279d589ccce2 new file mode 100644 index 000000000..f51c9bcde --- /dev/null +++ b/ba/f1331d00d36d1ec8576743760e279d589ccce2 @@ -0,0 +1,75 @@ +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 172BE431FAE + for ; Mon, 8 Jul 2013 14:39:48 -0700 (PDT) +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=[FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001] + 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 zp4Dx75L2lGh for ; + Mon, 8 Jul 2013 14:39:40 -0700 (PDT) +Received: from mout.gmx.net (mout.gmx.net [212.227.17.22]) + by olra.theworths.org (Postfix) with ESMTP id E6118431FAF + for ; Mon, 8 Jul 2013 14:39:39 -0700 (PDT) +Received: from mail.nexoid.at ([178.79.130.240]) by mail.gmx.com (mrgmx003) + with ESMTPSA (Nemesis) id 0LyEqr-1UAtTf3p5B-015aVr; + Mon, 08 Jul 2013 23:39:27 +0200 +Received: from nexoid (localhost [127.0.0.1]) + by mail.nexoid.at (Postfix) with ESMTP id 2C979E01D; + Mon, 8 Jul 2013 23:39:26 +0200 (CEST) +From: Peter Feigl +To: Daniel Kahn Gillmor +Subject: Re: [PATCH 0/2] Prompting for the GPG password within Emacs +In-Reply-To: <51DA9A8A.5070405@fifthhorseman.net> +References: <1373195672-9338-1-git-send-email-neil@linux.intel.com> + <51D9F4E6.1030504@fifthhorseman.net> <87wqp135yn.fsf@nexoid.at> + <51DA9A8A.5070405@fifthhorseman.net> +User-Agent: Notmuch/0.15.2+182~gd0bd88f (http://notmuchmail.org) + Emacs/24.3.50.1 (i686-pc-linux-gnu) +Date: Mon, 08 Jul 2013 23:39:25 +0200 +Message-ID: <87ip0kenoy.fsf@nexoid.at> +MIME-Version: 1.0 +Content-Type: text/plain +X-Provags-ID: V03:K0:q5VWC5c9AoArid1lxBrA//SYAlPGbvk79j1FwWzz6CylRwqSzPL + J8QdFa0OCEiVN+2wp5ap/BxMnk3atFZB2BZKw31BbVpQuMzzXg3+CShWfhWY7nCK99Dl9FA + JVeRdBGzzfGBPmgwgN1Y36gqWg2NIyQq0uWCqug2WpBBFXnfsKfWxrtF2Ch1Xg2lGf08D2e + 6QoXmZVyfDSFzIUUBxrBQ== +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: Mon, 08 Jul 2013 21:39:48 -0000 + +Daniel Kahn Gillmor writes: +> The route i suggest above (with pinentry-curses might be what you're +> describing here. when you say "messes up the display temporarily" can +> you be more specific about what it does to the display? this may be a +> bug in pinentry-curses that could be fixed. + +pinentry-curses does not work reliably under tmux (and thus neither +inside emacs inside tmux). it sometimes works, sometimes loses track of +input (stars or even unstarred letters appearing somewhere else on the +screen). +But this seems to be related to pinentry-curses, not notmuch, so I'll +try to take it somewhere there, maybe they or the tmux people can help +me :) + +Thanks for your suggestions! + +Greetings, Peter