From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: CB Newsgroups: gmane.emacs.help Subject: Terminal pinentry in termux Date: Thu, 31 Jan 2019 19:20:35 +0800 Message-ID: <86pnsdul8c.fsf@daedalus.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="258782"; mail-complaints-to="usenet@blaine.gmane.org" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 31 14:20:11 2019 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gpCGJ-0015DN-B7 for geh-help-gnu-emacs@m.gmane.org; Thu, 31 Jan 2019 14:20:11 +0100 Original-Received: from localhost ([127.0.0.1]:54665 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gpCGH-0007DQ-TT for geh-help-gnu-emacs@m.gmane.org; Thu, 31 Jan 2019 08:20:09 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:54964) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gpAOn-0000z6-HU for help-gnu-emacs@gnu.org; Thu, 31 Jan 2019 06:20:51 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gpAOm-0007JK-VC for help-gnu-emacs@gnu.org; Thu, 31 Jan 2019 06:20:49 -0500 Original-Received: from forward106o.mail.yandex.net ([37.140.190.187]:48173) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gpAOm-0007I0-9E for help-gnu-emacs@gnu.org; Thu, 31 Jan 2019 06:20:48 -0500 Original-Received: from mxback19g.mail.yandex.net (mxback19g.mail.yandex.net [IPv6:2a02:6b8:0:1472:2741:0:8b7:319]) by forward106o.mail.yandex.net (Yandex) with ESMTP id 923BA5061028 for ; Thu, 31 Jan 2019 14:20:44 +0300 (MSK) Original-Received: from smtp3o.mail.yandex.net (smtp3o.mail.yandex.net [2a02:6b8:0:1a2d::27]) by mxback19g.mail.yandex.net (nwsmtp/Yandex) with ESMTP id DmzQ69ALLA-KiWCRixM; Thu, 31 Jan 2019 14:20:44 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1548933644; bh=Q8FlXYVinNwgtPavX++lCTt4vDMWxqnFWm5Ma7Aa22Y=; h=From:To:Subject:Date:Message-ID; b=Vg4xCGHrLtrHZ7rgJmEt93Fev2+UKB2nd/wqfNQ1u89/vQQbGF0LrIU3ploPr6nfV LMqDvZeJy1n2RrguxZZ7RmLM89POQ21aJcJo9h72bYCMGiuEXL7FnWr8eJ8xVW576u Smvb07/Y7+gD9kdu8jkbrM+HgXB/TjN/V0BztSWI= Authentication-Results: mxback19g.mail.yandex.net; dkim=pass header.i=@yandex.ru Original-Received: by smtp3o.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id k85QLdC5Cc-Kg2eqc73; Thu, 31 Jan 2019 14:20:42 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 37.140.190.187 X-Mailman-Approved-At: Thu, 31 Jan 2019 08:17:52 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:119179 Archived-At: Hello, I'd like to ask how to configure terminal minibuffer pinentry in emacs? On my laptop, where I run GUI Emacs it works perfectly. But on my tablet, where I have it run in termux it tries to use the gnupg (curses I guess) pinentry instead of the minibuffer. How could I copy the GUI behavior on termux? Thank you and kind regards, CB