From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sascha Wilde Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: [Patch] Documentation for pgg-gpg-use-agent Date: Sun, 23 Apr 2006 16:29:28 +0200 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: sea.gmane.org 1145802594 17043 80.91.229.2 (23 Apr 2006 14:29:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 23 Apr 2006 14:29:54 +0000 (UTC) Cc: ding@gnus.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 23 16:29:51 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 1FXfaw-0000L9-Bf for ged-emacs-devel@m.gmane.org; Sun, 23 Apr 2006 16:29:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FXfav-0002hV-OM for ged-emacs-devel@m.gmane.org; Sun, 23 Apr 2006 10:29:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FXfah-0002fg-Lx for emacs-devel@gnu.org; Sun, 23 Apr 2006 10:29:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FXfaf-0002b1-7t for emacs-devel@gnu.org; Sun, 23 Apr 2006 10:29:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FXfae-0002av-WF for emacs-devel@gnu.org; Sun, 23 Apr 2006 10:29:33 -0400 Original-Received: from [62.141.58.119] (helo=km1136.keymachine.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FXfcg-0005fk-D7 for emacs-devel@gnu.org; Sun, 23 Apr 2006 10:31:38 -0400 Original-Received: from kenny.sha-bang.de (xdslt026.osnanet.de [82.149.185.26]) (authenticated bits=0) by km1136.keymachine.de (8.12.11/8.12.10) with ESMTP id k3NETQ9Z032263; Sun, 23 Apr 2006 16:29:26 +0200 Original-Received: from wilde by kenny.sha-bang.de with local (Kenny MUA v.0409034.42) ID 1FXfaa-00050K-6y; Sun, 23 Apr 2006 16:29:28 +0200 Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:53259 gmane.emacs.gnus.general:62986 Archived-At: --=-=-= I attached a small patch, adding short documentation for pgg-gpg-use-agent. --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename*=us-ascii''73244%3a5ebe8d0c1e04.patch # HG changeset patch # User Sascha Wilde # Node ID 5ebe8d0c1e04a618ad0e122d9a4a2ca16201efca # Parent 7a35e29568bd05577320474a83376ab19bac1f24 Added documentation for pgg-gpg-use-agent. diff -r 7a35e29568bd -r 5ebe8d0c1e04 man/ChangeLog --- a/man/ChangeLog Sun Apr 23 12:00:58 2006 +0200 +++ b/man/ChangeLog Sun Apr 23 16:19:47 2006 +0200 @@ -1,3 +1,8 @@ 2006-04-21 Bill Wohler + + * pgg.texi (Caching passphrase): Added documentation for + pgg-gpg-use-agent. + 2006-04-21 Bill Wohler Release MH-E manual version 7.94. diff -r 7a35e29568bd -r 5ebe8d0c1e04 man/pgg.texi --- a/man/pgg.texi Sun Apr 23 12:00:58 2006 +0200 +++ b/man/pgg.texi Sun Apr 23 16:19:47 2006 +0200 @@ -234,6 +234,15 @@ Elapsed time for expiration in seconds. Elapsed time for expiration in seconds. @end defvar +@defvar pgg-gpg-use-agent +When using GnuPG (gpg) as PGP implementation you can use the gpg-agent +for caching@footnote{Actually the gpg-agent does not cache passphrases +but privat keys. On te other hand, from a users point of view this +technical difference isn't visible.}. If non-@samp{nil} try to use an +running gpg-agent. It defaults to @samp{nil}. You can customize this +variable. +@end defvar + @node Default user identity @section Default user identity --=-=-= -- Sascha Wilde I've always figured UNIX is a utility to be run under emacs. -- Charles R. Martin --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel --=-=-=--