Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b9476c04
Commit
b9476c04
authored
Sep 29, 2010
by
Daiki Ueno
Browse files
* epa.texi (Bug Reports): New section.
parent
6ab88e02
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
1 deletion
+28
-1
doc/misc/ChangeLog
doc/misc/ChangeLog
+4
-0
doc/misc/epa.texi
doc/misc/epa.texi
+24
-1
No files found.
doc/misc/ChangeLog
View file @
b9476c04
2010-09-29 Daiki Ueno <ueno@unixuser.org>
* epa.texi (Bug Reports): New section.
2010-09-29 Glenn Morris <rgm@gnu.org>
* Makefile.in (top_srcdir): Remove unused variable.
...
...
doc/misc/epa.texi
View file @
b9476c04
...
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment