From d527b615a22d39e58f1c6c0e18c272fd9a1b9d2c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 11 Jan 2001 16:10:23 +0000 Subject: [PATCH] Ask for locale info in bug reports. --- man/trouble.texi | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/man/trouble.texi b/man/trouble.texi index fde07235728..cf9a73d63a7 100644 --- a/man/trouble.texi +++ b/man/trouble.texi @@ -595,6 +595,19 @@ Be warned: it is often difficult, and sometimes impossible, to fix a 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, -- 2.39.5