From: Eli Zaretskii Date: Fri, 30 Mar 2001 10:52:32 +0000 (+0000) Subject: (Checklist): Mention the `locale' command as an alternative method of X-Git-Tag: emacs-pretest-21.0.101~92 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2cd8b7f6ec9a2f7fd1b7735875c8f2fdfe09d81a;p=emacs.git (Checklist): Mention the `locale' command as an alternative method of displaying locale settings. From Paul Eggrt. --- diff --git a/man/trouble.texi b/man/trouble.texi index a1e52ffdab7..aa0b3e1e293 100644 --- a/man/trouble.texi +++ b/man/trouble.texi @@ -655,7 +655,10 @@ command to view the relevant values: 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 +Alternatively, use the @command{locale} command, if your system has it, +to display your locale settings. + +You can use the @kbd{M-!} command to execute these commands from Emacs, and then copy the output from the @samp{*Messages*} buffer into the bug report. Alternatively, @kbd{M-x getenv @key{RET} LC_ALL @key{RET}} will print the value of @code{LC_ALL} in the echo area, and