Mercurial > emacs
changeset 35239:a4e73c75cbca
Ask for locale info in bug reports.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 11 Jan 2001 16:10:23 +0000 |
parents | 90b0537d9056 |
children | da44bbe7fde5 |
files | man/trouble.texi |
diffstat | 1 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/man/trouble.texi Thu Jan 11 16:09:32 2001 +0000 +++ b/man/trouble.texi Thu Jan 11 16:10:23 2001 +0000 @@ -596,6 +596,19 @@ 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.''