diff options
| author | Daiki Ueno | 2010-09-29 17:36:38 +0900 |
|---|---|---|
| committer | Daiki Ueno | 2010-09-29 17:36:38 +0900 |
| commit | b9476c045fab8bd69e446335ee350c56768f8196 (patch) | |
| tree | 4be21438e21d214e06b11b82b0e9d4f29287a1cb /doc | |
| parent | 6ab88e02c99b2cc07402dc789f501ca68a2f4b41 (diff) | |
| download | emacs-b9476c045fab8bd69e446335ee350c56768f8196.tar.gz emacs-b9476c045fab8bd69e446335ee350c56768f8196.zip | |
* epa.texi (Bug Reports): New section.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/misc/epa.texi | 25 |
2 files changed, 28 insertions, 1 deletions
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 @@ | |||
| 1 | 2010-09-29 Daiki Ueno <ueno@unixuser.org> | ||
| 2 | |||
| 3 | * epa.texi (Bug Reports): New section. | ||
| 4 | |||
| 1 | 2010-09-29 Glenn Morris <rgm@gnu.org> | 5 | 2010-09-29 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * Makefile.in (top_srcdir): Remove unused variable. | 7 | * 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. | |||
| 65 | @menu | 65 | @menu |
| 66 | * Overview:: | 66 | * Overview:: |
| 67 | * Quick start:: | 67 | * Quick start:: |
| 68 | * Commands:: | 68 | * Commands:: |
| 69 | * Bug Reports:: | ||
| 69 | @end menu | 70 | @end menu |
| 70 | 71 | ||
| 71 | @node Overview | 72 | @node Overview |
| @@ -398,6 +399,28 @@ If non-@code{nil}, disable auto-saving when opening an encrypted file. | |||
| 398 | The default value is @code{t}. | 399 | The default value is @code{t}. |
| 399 | @end defvar | 400 | @end defvar |
| 400 | 401 | ||
| 402 | @node Bug Reports | ||
| 403 | @chapter Bug Reports | ||
| 404 | |||
| 405 | Bugs and problems with EasyPG Assistant are actively worked on by the | ||
| 406 | Emacs development team. Feature requests and suggestions are also | ||
| 407 | more than welcome. Use @kbd{M-x report-emacs-bug}, @pxref{Bugs, , | ||
| 408 | Bugs, emacs, Reporting Bugs}. | ||
| 409 | |||
| 410 | When submitting a bug report, please try to describe in excruciating | ||
| 411 | detail the steps required to reproduce the problem. Also try to | ||
| 412 | collect necessary information to fix the bug, such as: | ||
| 413 | |||
| 414 | @itemize @bullet | ||
| 415 | @item the GnuPG version. Send the output of @samp{gpg --version}. | ||
| 416 | @item the GnuPG configuration. Send the contents of @file{~/.gnupg/gpg.conf}. | ||
| 417 | @end itemize | ||
| 418 | |||
| 419 | Before reporting the bug, you should set @code{epg-debug} in the | ||
| 420 | @file{~/.emacs} file and repeat the bug. Then, include the contents | ||
| 421 | of the @samp{ *epg-debug*} buffer. Note that the first letter of the | ||
| 422 | buffer name is a whitespace. | ||
| 423 | |||
| 401 | @bye | 424 | @bye |
| 402 | 425 | ||
| 403 | @c End: | 426 | @c End: |