diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-01-11 16:10:23 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-01-11 16:10:23 +0000 |
commit | d527b615a22d39e58f1c6c0e18c272fd9a1b9d2c (patch) | |
tree | a4511ab303902d8291b52fcb3f977a44c9546a60 /man/trouble.texi | |
parent | a7ee2d2e77319d884ceffccdb917383046ada659 (diff) | |
download | emacs-d527b615a22d39e58f1c6c0e18c272fd9a1b9d2c.tar.gz |
Ask for locale info in bug reports.
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.'' |