]> git.eshelyaron.com Git - emacs.git/commitdiff
Ask for locale info in bug reports.
authorRichard M. Stallman <rms@gnu.org>
Thu, 11 Jan 2001 16:10:23 +0000 (16:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 11 Jan 2001 16:10:23 +0000 (16:10 +0000)
man/trouble.texi

index fde072357285b0832c6a3739fd66ab984155dce2..cf9a73d63a75e415ed4ae3f1d100ed9bfedcaec3 100644 (file)
@@ -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,