Gnus development mailing list
 help / color / mirror / Atom feed
* [Patch] Documentation for pgg-gpg-use-agent
@ 2006-04-23 14:29 Sascha Wilde
  2006-04-26 15:28 ` Reiner Steib
  0 siblings, 1 reply; 6+ messages in thread
From: Sascha Wilde @ 2006-04-23 14:29 UTC (permalink / raw)
  Cc: ding

[-- Attachment #1: Type: text/plain, Size: 77 bytes --]

I attached a small patch, adding short documentation for
pgg-gpg-use-agent.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 73244:5ebe8d0c1e04.patch --]
[-- Type: text/x-patch, Size: 1370 bytes --]

# HG changeset patch
# User Sascha Wilde <wilde@sha-bang.de>
# 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  <wohler@newt.co
+2006-04-23  Sascha Wilde  <wilde@sha-bang.de>
+
+	* pgg.texi (Caching passphrase): Added documentation for
+	pgg-gpg-use-agent.
+
 2006-04-21  Bill Wohler  <wohler@newt.com>
 
 	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
 

[-- Attachment #3: Type: text/plain, Size: 102 bytes --]

-- 
Sascha Wilde

I've always figured UNIX is a utility to be run under emacs.
	-- Charles R. Martin


[-- Attachment #4: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Patch] Documentation for pgg-gpg-use-agent
  2006-04-23 14:29 [Patch] Documentation for pgg-gpg-use-agent Sascha Wilde
@ 2006-04-26 15:28 ` Reiner Steib
  2006-04-26 15:38   ` Simon Josefsson
  2006-04-26 16:17   ` Sascha Wilde
  0 siblings, 2 replies; 6+ messages in thread
From: Reiner Steib @ 2006-04-26 15:28 UTC (permalink / raw)
  Cc: ding, emacs-devel

On Sun, Apr 23 2006, Sascha Wilde wrote:

> I attached a small patch, adding short documentation for
> pgg-gpg-use-agent.
[...]
> +@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

Thanks.  Installed in v5-10 with some modifications:

2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>

	* pgg.texi (Caching passphrase): Fix markup and typos.  Simplify.

| @defvar pgg-gpg-use-agent
| When using GnuPG (gpg) as PGP scheme you can use @code{gpg-agent} for
| caching@footnote{Actually @code{gpg-agent} does not cache passphrases
| but privat keys.  On the other hand, from a users point of view this
| technical difference isn't visible.}.  If non-@code{nil} try to use a
| running @code{gpg-agent}.  It defaults to @code{nil}.
| @end defvar

Is the second sentence in the footnote necessary?

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Patch] Documentation for pgg-gpg-use-agent
  2006-04-26 15:28 ` Reiner Steib
@ 2006-04-26 15:38   ` Simon Josefsson
  2006-04-26 16:17   ` Sascha Wilde
  1 sibling, 0 replies; 6+ messages in thread
From: Simon Josefsson @ 2006-04-26 15:38 UTC (permalink / raw)
  Cc: ding, emacs-devel

Reiner Steib <reinersteib+gmane@imap.cc> writes:

> On Sun, Apr 23 2006, Sascha Wilde wrote:
>
>> I attached a small patch, adding short documentation for
>> pgg-gpg-use-agent.
> [...]
>> +@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
>
> Thanks.  Installed in v5-10 with some modifications:
>
> 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
>
> 	* pgg.texi (Caching passphrase): Fix markup and typos.  Simplify.
>
> | @defvar pgg-gpg-use-agent
> | When using GnuPG (gpg) as PGP scheme you can use @code{gpg-agent} for
> | caching@footnote{Actually @code{gpg-agent} does not cache passphrases
> | but privat keys.  On the other hand, from a users point of view this
              ^e?

> | technical difference isn't visible.}.  If non-@code{nil} try to use a
> | running @code{gpg-agent}.  It defaults to @code{nil}.
> | @end defvar
>
> Is the second sentence in the footnote necessary?

It doesn't hurt, I guess.

Thanks!

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Patch] Documentation for pgg-gpg-use-agent
  2006-04-26 15:28 ` Reiner Steib
  2006-04-26 15:38   ` Simon Josefsson
@ 2006-04-26 16:17   ` Sascha Wilde
  2006-04-26 16:34     ` Stuart D. Herring
  1 sibling, 1 reply; 6+ messages in thread
From: Sascha Wilde @ 2006-04-26 16:17 UTC (permalink / raw)
  Cc: ding

Reiner Steib <reinersteib+gmane@imap.cc> wrote:

> On Sun, Apr 23 2006, Sascha Wilde wrote:
>
>> I attached a small patch, adding short documentation for
>> pgg-gpg-use-agent.
> [...]

> Thanks.  Installed in v5-10 with some modifications:
>
> 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
>
> 	* pgg.texi (Caching passphrase): Fix markup and typos.  Simplify.
>
> | @defvar pgg-gpg-use-agent
> | When using GnuPG (gpg) as PGP scheme you can use @code{gpg-agent} for
> | caching@footnote{Actually @code{gpg-agent} does not cache passphrases
> | but privat keys.  On the other hand, from a users point of view this
> | technical difference isn't visible.}.  If non-@code{nil} try to use a
> | running @code{gpg-agent}.  It defaults to @code{nil}.
> | @end defvar
>
> Is the second sentence in the footnote necessary?

I was uncertain my self, but I thought it might be a good idea to tell
the average user, that there is no need for him to worry about the
difference.  :-)

cheers
sascha
-- 
Sascha Wilde  :  "The PROPER way to handle HTML postings is to cancel
the article, then hire a hitman to kill the poster, his wife and kids,
and fuck his dog and smash his computer into little bits. Anything
more is just extremism."  -- Paul Tomblin

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Patch] Documentation for pgg-gpg-use-agent
  2006-04-26 16:17   ` Sascha Wilde
@ 2006-04-26 16:34     ` Stuart D. Herring
  2006-04-26 20:30       ` Reiner Steib
  0 siblings, 1 reply; 6+ messages in thread
From: Stuart D. Herring @ 2006-04-26 16:34 UTC (permalink / raw)
  Cc: ding

>> | @defvar pgg-gpg-use-agent
>> | When using GnuPG (gpg) as PGP scheme you can use @code{gpg-agent} for
>> | caching@footnote{Actually @code{gpg-agent} does not cache passphrases
>> | but privat keys.  On the other hand, from a users point of view this
>> | technical difference isn't visible.}.  If non-@code{nil} try to use a
>> | running @code{gpg-agent}.  It defaults to @code{nil}.
>> | @end defvar
>>
>> Is the second sentence in the footnote necessary?

Never mind the second sentence -- what about `privat' instead of `private'
in the first one?

Davis

-- 
This product is sold by volume, not by mass.  If it appears too dense or
too sparse, it is because mass-energy conversion has occurred during
shipping.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Patch] Documentation for pgg-gpg-use-agent
  2006-04-26 16:34     ` Stuart D. Herring
@ 2006-04-26 20:30       ` Reiner Steib
  0 siblings, 0 replies; 6+ messages in thread
From: Reiner Steib @ 2006-04-26 20:30 UTC (permalink / raw)
  Cc: Sascha Wilde, ding, emacs-devel

On Wed, Apr 26 2006, Stuart D. Herring wrote:

> what about `privat' instead of `private' in the first one?

Already fixed in Gnus CVS.  (Will be synced to Emacs within a couple
of days.)

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-04-26 20:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-23 14:29 [Patch] Documentation for pgg-gpg-use-agent Sascha Wilde
2006-04-26 15:28 ` Reiner Steib
2006-04-26 15:38   ` Simon Josefsson
2006-04-26 16:17   ` Sascha Wilde
2006-04-26 16:34     ` Stuart D. Herring
2006-04-26 20:30       ` Reiner Steib

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).