comparison man/trouble.texi @ 37119:a4f474cb3812

(Checklist): Include more LC_* variables in the list, as suggested by Paul Eggert.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 31 Mar 2001 09:48:53 +0000
parents f4039f11318f
children 6a2d75e45a87
comparison
equal deleted inserted replaced
37118:6aaaa52f72ac 37119:a4f474cb3812
650 was current when you started Emacs. On GNU/Linux and Unix systems, or 650 was current when you started Emacs. On GNU/Linux and Unix systems, or
651 if you use a Unix-style shell such as Bash, you can use this shell 651 if you use a Unix-style shell such as Bash, you can use this shell
652 command to view the relevant values: 652 command to view the relevant values:
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_COLLATE=$LC_COLLATE LC_TYPE=$LC_TYPE \
656 LC_MESSAGES=$LC_MESSAGES LC_TIME=$LC_TIME LANG=$LANG
656 @end example 657 @end example
657 658
658 Alternatively, use the @command{locale} command, if your system has it, 659 Alternatively, use the @command{locale} command, if your system has it,
659 to display your locale settings. 660 to display your locale settings.
660 661