comparison man/trouble.texi @ 37087:f4039f11318f

(Checklist): Mention the `locale' command as an alternative method of displaying locale settings. From Paul Eggrt.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 30 Mar 2001 10:52:32 +0000
parents 308577404dc3
children a4f474cb3812
comparison
equal deleted inserted replaced
37086:07200bf360ab 37087:f4039f11318f
653 653
654 @example 654 @example
655 echo LC_ALL=$LC_ALL LC_CTYPE=$LC_CTYPE LANG=$LANG 655 echo LC_ALL=$LC_ALL LC_CTYPE=$LC_CTYPE LANG=$LANG
656 @end example 656 @end example
657 657
658 You can use the @kbd{M-!} command to execute the shell command from 658 Alternatively, use the @command{locale} command, if your system has it,
659 to display your locale settings.
660
661 You can use the @kbd{M-!} command to execute these commands from
659 Emacs, and then copy the output from the @samp{*Messages*} buffer into 662 Emacs, and then copy the output from the @samp{*Messages*} buffer into
660 the bug report. Alternatively, @kbd{M-x getenv @key{RET} LC_ALL 663 the bug report. Alternatively, @kbd{M-x getenv @key{RET} LC_ALL
661 @key{RET}} will print the value of @code{LC_ALL} in the echo area, and 664 @key{RET}} will print the value of @code{LC_ALL} in the echo area, and
662 you can copy its output from the @samp{*Messages*} buffer. 665 you can copy its output from the @samp{*Messages*} buffer.
663 666