emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101915: Clarify the doc about cachin


From: Daiki Ueno
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101915: Clarify the doc about caching passphrases.
Date: Tue, 12 Oct 2010 10:49:05 +0900
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101915
committer: Daiki Ueno <address@hidden>
branch nick: trunk
timestamp: Tue 2010-10-12 10:49:05 +0900
message:
  Clarify the doc about caching passphrases.
  
  * epa.texi (Caching Passphrases):
  * auth.texi (GnuPG and EasyPG Assistant Configuration): Clarify
  some configurations require to set up gpg-agent.
modified:
  doc/misc/ChangeLog
  doc/misc/auth.texi
  doc/misc/epa.texi
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2010-10-11 00:30:34 +0000
+++ b/doc/misc/ChangeLog        2010-10-12 01:49:05 +0000
@@ -1,3 +1,9 @@
+2010-10-12  Daiki Ueno  <address@hidden>
+
+       * epa.texi (Caching Passphrases):
+       * auth.texi (GnuPG and EasyPG Assistant Configuration): Clarify
+       some configurations require to set up gpg-agent.
+
 2010-10-11  Glenn Morris  <address@hidden>
 
        * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.

=== modified file 'doc/misc/auth.texi'
--- a/doc/misc/auth.texi        2010-10-08 23:55:33 +0000
+++ b/doc/misc/auth.texi        2010-10-12 01:49:05 +0000
@@ -267,24 +267,24 @@
 @node GnuPG and EasyPG Assistant Configuration
 @appendix GnuPG and EasyPG Assistant Configuration
 
+If you don't customize @code{auth-sources}, the auth-source library
+reads @code{~/.authinfo.gpg}, which is a GnuPG encrypted file.
+
 In Emacs 23 or later there is an option @code{auto-encryption-mode} to
-automatically decrypt @code{*.gpg} files and it is enabled by default
-so there is no setting is needed.  If you are using earlier versions
-of Emacs for some reason, you will need:
+automatically decrypt @code{*.gpg} files.  It is enabled by default so
+there is no setting is needed.  If you are using earlier versions of
+Emacs, you will need:
 
 @lisp
 (require 'epa-file)
 (epa-file-enable)
 @end lisp
 
-If you want your GnuPG passwords to be cached, setup @code{gpg-agent}
+If you want your GnuPG passwords to be cached, set up @code{gpg-agent}
 or EasyPG Assitant
 @pxref{Caching Passphrases, , Caching Passphrases, epa}
 
-For those who are using older vesions of Emacs, here are some portion
-copied from the EasyPG Assitant manual:
-
-Here are some questions:
+To quick start, here are some questions:
 
 @enumerate
 @item Do you use GnuPG version 2 instead of GnuPG version 1?
@@ -296,17 +296,17 @@
 
 @multitable {111} {222} {333} {configuration configuration configuration}
 @item @b{1} @tab @b{2} @tab @b{3} @tab Configuration
address@hidden Yes @tab Yes @tab Yes @tab Nothing to do.
address@hidden Yes @tab Yes @tab Yes @tab Set up gpg-agent.
 @item Yes @tab Yes @tab No @tab You can't, without gpg-agent.
address@hidden Yes @tab No @tab Yes @tab Nothing to do.
address@hidden Yes @tab No @tab Yes @tab Set up gpg-agent.
 @item Yes @tab No @tab No @tab You can't, without gpg-agent.
 @item No @tab Yes @tab Yes @tab Set up elisp passphrase cache.
 @item No @tab Yes @tab No @tab Set up elisp passphrase cache.
address@hidden No @tab No @tab Yes @tab Nothing to do.
address@hidden No @tab No @tab Yes @tab Set up gpg-agent.
 @item No @tab No @tab No @tab You can't, without gpg-agent.
 @end multitable
 
-To setup gpg-agent, follow the instruction in GnuPG manual.
+To set up gpg-agent, follow the instruction in GnuPG manual.
 @pxref{Invoking GPG-AGENT, , Invoking GPG-AGENT, gnupg}.
 
 To set up elisp passphrase cache, set

=== modified file 'doc/misc/epa.texi'
--- a/doc/misc/epa.texi 2010-10-06 07:12:42 +0000
+++ b/doc/misc/epa.texi 2010-10-12 01:49:05 +0000
@@ -420,17 +420,17 @@
 
 @multitable {111} {222} {333} {configuration configuration configuration}
 @item @b{1} @tab @b{2} @tab @b{3} @tab Configuration
address@hidden Yes @tab Yes @tab Yes @tab Nothing to do.
address@hidden Yes @tab Yes @tab Yes @tab Set up gpg-agent.
 @item Yes @tab Yes @tab No @tab You can't, without gpg-agent.
address@hidden Yes @tab No @tab Yes @tab Nothing to do.
address@hidden Yes @tab No @tab Yes @tab Set up gpg-agent.
 @item Yes @tab No @tab No @tab You can't, without gpg-agent.
 @item No @tab Yes @tab Yes @tab Set up elisp passphrase cache.
 @item No @tab Yes @tab No @tab Set up elisp passphrase cache.
address@hidden No @tab No @tab Yes @tab Nothing to do.
address@hidden No @tab No @tab Yes @tab Set up gpg-agent.
 @item No @tab No @tab No @tab You can't, without gpg-agent.
 @end multitable
 
-To setup gpg-agent, follow the instruction in GnuPG manual.
+To set up gpg-agent, follow the instruction in GnuPG manual.
 @pxref{Invoking GPG-AGENT, , Invoking GPG-AGENT, gnupg}.
 
 To set up elisp passphrase cache, set


reply via email to

[Prev in Thread] Current Thread [Next in Thread]