From b9476c045fab8bd69e446335ee350c56768f8196 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Wed, 29 Sep 2010 17:36:38 +0900 Subject: [PATCH] * epa.texi (Bug Reports): New section. --- doc/misc/ChangeLog | 4 ++++ doc/misc/epa.texi | 25 ++++++++++++++++++++++++- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 4c00affc29a..8584e4c26b5 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,7 @@ +2010-09-29 Daiki Ueno + + * epa.texi (Bug Reports): New section. + 2010-09-29 Glenn Morris * Makefile.in (top_srcdir): Remove unused variable. diff --git a/doc/misc/epa.texi b/doc/misc/epa.texi index f9c48b1588a..36f74415974 100644 --- a/doc/misc/epa.texi +++ b/doc/misc/epa.texi @@ -65,7 +65,8 @@ called EasyPG Library. @menu * Overview:: * Quick start:: -* Commands:: +* Commands:: +* Bug Reports:: @end menu @node Overview @@ -398,6 +399,28 @@ If non-@code{nil}, disable auto-saving when opening an encrypted file. The default value is @code{t}. @end defvar +@node Bug Reports +@chapter Bug Reports + +Bugs and problems with EasyPG Assistant are actively worked on by the +Emacs development team. Feature requests and suggestions are also +more than welcome. Use @kbd{M-x report-emacs-bug}, @pxref{Bugs, , +Bugs, emacs, Reporting Bugs}. + +When submitting a bug report, please try to describe in excruciating +detail the steps required to reproduce the problem. Also try to +collect necessary information to fix the bug, such as: + +@itemize @bullet +@item the GnuPG version. Send the output of @samp{gpg --version}. +@item the GnuPG configuration. Send the contents of @file{~/.gnupg/gpg.conf}. +@end itemize + +Before reporting the bug, you should set @code{epg-debug} in the +@file{~/.emacs} file and repeat the bug. Then, include the contents +of the @samp{ *epg-debug*} buffer. Note that the first letter of the +buffer name is a whitespace. + @bye @c End: -- 2.11.4.GIT