From c1cb46c7a74791c26d48c54c0d8e96964f11d963 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 7 Mar 2001 09:26:40 +0000 Subject: [PATCH] (Checklist): Mention that `getenv' can be used to get at the value of LC_ALL and friends. --- man/trouble.texi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man/trouble.texi b/man/trouble.texi index edb7833c0b3..6afe228eb65 100644 --- a/man/trouble.texi +++ b/man/trouble.texi @@ -609,7 +609,9 @@ echo LC_ALL=$LC_ALL LC_CTYPE=$LC_CTYPE LANG=$LANG 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. +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 +you can copy its output from the @samp{*Messages*} buffer. @item A description of what behavior you observe that you believe is -- 2.39.5