mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-27 15:52:00 -08:00
(Checklist): Mention the `locale' command as an alternative method of
displaying locale settings. From Paul Eggrt.
This commit is contained in:
parent
80f0ce09db
commit
2cd8b7f6ec
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue