diff options
Diffstat (limited to 'man/trouble.texi')
-rw-r--r-- | man/trouble.texi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/man/trouble.texi b/man/trouble.texi index fde07235728..cf9a73d63a7 100644 --- a/man/trouble.texi +++ b/man/trouble.texi @@ -596,6 +596,19 @@ terminal-dependent bug without access to a terminal of the type that stimulates the bug.@refill @item +If non-ASCII text or internationalization is relevant, the locale that +was current when you started Emacs. You can use this shell command to +view the relevant values: + +@example +echo LC_ALL=$LC_ALL LC_CTYPE=$LC_CTYPE LANG=$LANG +@end example + +You can use the @kbd{M-!} command to execute the shell command from +Emacs, and then copy the output from the @samp{*Messages*} buffer into +the bug report. + +@item A description of what behavior you observe that you believe is incorrect. For example, ``The Emacs process gets a fatal signal,'' or, ``The resulting text is as follows, which I think is wrong.'' |