From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Documenting gpg-agent Date: Mon, 18 Dec 2006 10:59:48 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1166472553 14398 80.91.229.2 (18 Dec 2006 20:09:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 18 Dec 2006 20:09:13 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 18 21:09:08 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GwKv1-0007YA-VQ for ged-emacs-devel@m.gmane.org; Mon, 18 Dec 2006 17:00:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GwKv1-0004KR-LY for ged-emacs-devel@m.gmane.org; Mon, 18 Dec 2006 11:00:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GwKu8-0003xi-VB for emacs-devel@gnu.org; Mon, 18 Dec 2006 10:59:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GwKu8-0003x5-8d for emacs-devel@gnu.org; Mon, 18 Dec 2006 10:59:52 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GwKu7-0003wx-RQ for emacs-devel@gnu.org; Mon, 18 Dec 2006 10:59:51 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GwKu6-0008N9-PR for emacs-devel@gnu.org; Mon, 18 Dec 2006 10:59:51 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.52) id 1GwKu4-00014S-So; Mon, 18 Dec 2006 10:59:49 -0500 Original-To: Sascha Wilde In-reply-to: (message from Sascha Wilde on Sun, 17 Dec 2006 19:44:49 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:63936 Archived-At: ! When using GnuPG the additional use of the gpg-agent (@pxref{Caching ! passphrase}) is highly recommended, as it provides the most secure way ! for input and caching of passphrases. Please refer to the documentation ! of GnuPG for details on installation and usage. This isn't sufficient, because 1. It should have an Info xref to the proper node in the other manual. "Please refer to the documentation of GnuPG" is not sufficient. 2. Just an xref is not enough. This needs to actually explain the simple usage of gpg-agent. 3. If this is the preferred method, to avoid a security hole, then we should remove or deprecate other methods.