From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Matthew Leach Newsgroups: gmane.emacs.devel Subject: dired-like interface for GPG Date: Mon, 17 Nov 2014 19:24:31 +0000 Message-ID: <87vbmdaavk.fsf@loki.home> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1416252308 4208 80.91.229.3 (17 Nov 2014 19:25:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Nov 2014 19:25:08 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 17 20:25:01 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XqRv3-0006nx-6u for ged-emacs-devel@m.gmane.org; Mon, 17 Nov 2014 20:25:01 +0100 Original-Received: from localhost ([::1]:49863 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqRv2-0006YN-PI for ged-emacs-devel@m.gmane.org; Mon, 17 Nov 2014 14:25:00 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54317) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqRui-0006Tj-O8 for emacs-devel@gnu.org; Mon, 17 Nov 2014 14:24:48 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XqRub-0004Ig-9Z for emacs-devel@gnu.org; Mon, 17 Nov 2014 14:24:40 -0500 Original-Received: from mx0.mattleach.net ([176.58.118.143]:49638) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqRub-0004Ib-3x for emacs-devel@gnu.org; Mon, 17 Nov 2014 14:24:33 -0500 Original-Received: by mx0.mattleach.net (Postfix, from userid 99) id 959AE61AC6; Mon, 17 Nov 2014 19:24:32 +0000 (GMT) Original-Received: from loki.home.mattleach.net (host86-157-143-67.range86-157.btcentralplus.com [86.157.143.67]) by mx0.mattleach.net (Postfix) with ESMTPSA id 29EAF61AB6 for ; Mon, 17 Nov 2014 19:24:32 +0000 (GMT) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 176.58.118.143 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:177483 Archived-At: Hello, I would soon like to embark on making a GPG interface for Emacs. It will be somewhat like dired, but you use it manage GPG keys in the keyring. Does this sound useful? One question I do have; is it advantageous to develop in a separate git branch so when this is (hopefully) merged, the entire history is available? Many thanks, -- Matt