TeX-shell is a variable defined in ‘tex-buf.el’.
No need to mask any information. Here is the output
process-environment is a variable defined in ‘C source code’.
Its value is
("TERM=dumb" "TEXINPUTS=.:c:/Users/bruno/AppData/Roaming/.emacs.d/elpa/auctex-13.1.1/latex:" "windows_tracing_logfile=C:\\BVTBin\\Tests\\installpackage\\csilogfile.log" "windows_tracing_flags=3" "windir=C:\\WINDOWS" "VISITLOC=C:\\Program Files\\LLNL\\VisIt 2.12.2" "VBOX_INSTALL_PATH=C:\\Program Files\\Oracle\\VirtualBox\\" "USERPROFILE=C:\\Users\\bruno" "USERNAME=bruno" "USERDOMAIN_ROAMINGPROFILE=abbey" "USERDOMAIN=abbey" "TMP=C:\\Users\\bruno\\AppData\\Local\\Temp" "TEMP=C:\\Users\\bruno\\AppData\\Local\\Temp" "SystemRoot=C:\\WINDOWS" "SystemDrive=C:" "SESSIONNAME=Console" "QTJAVA=C:\\Program Files (x86)\\Java\\jre1.8.0_91\\lib\\ext\\QTJava.zip" "PUBLIC=C:\\Users\\Public" "PSModulePath=C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\Modules\\" "ProgramW6432=C:\\Program Files" "ProgramFiles(x86)=C:\\Program Files (x86)" "ProgramFiles=C:\\Program Files" "ProgramData=C:\\ProgramData" "PROCESSOR_REVISION=3a09" "PROCESSOR_LEVEL=6" "PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 58 Stepping 9, GenuineIntel" "PROCESSOR_ARCHITECTURE=AMD64" "PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC" "PATH=C:\\Perl64\\site\\bin;C:\\Perl64\\bin;C:\\Program Files\\Microsoft MPI\\Bin\\;C:\\Program Files\\LLNL\\VisIt 2.12.2;C:\\ProgramData\\Oracle\\Java\\javapath;C:\\Program Files\\ImageMagick-6.9.0-Q16;C:\\Program Files (x86)\\Common Files\\Intel\\Shared Libraries\\redist\\intel64\\compiler;C:\\Program Files (x86)\\Common Files\\Intel\\Shared Libraries\\redist\\ia32\\compiler;C:\\Program Files\\MATLAB\\R2012a\\bin\\win64;C:\\Program Files\\Common Files\\Microsoft Shared\\Windows Live;C:\\Program Files (x86)\\Common Files\\Microsoft Shared\\Windows Live;C:\\Program Files (x86)\\Intel\\iCLS Client\\;C:\\Program Files\\Intel\\iCLS Client\\;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files (x86)\\Intel\\OpenCL SDK\\2.0\\bin\\x86;C:\\Program Files (x86)\\Intel\\OpenCL SDK\\2.0\\bin\\x64;C:\\Program Files\\Intel\\WiFi\\bin\\;C:\\Program Files\\Common Files\\Intel\\WirelessCommon\\;C:\\Program Files (x86)\\Windows Live\\Shared;C:\\emacs\\emacs-27.2-x86_64\\bin;C:\\Program Files (x86)\\gs\\gs9.06\\bin;C:.;C:\\cygwin\\bin;C:\\Program Files\\ispell-w32\\bin;C:\\Program Files\\Git\\bin;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files (x86)\\QuickTime\\QTSystem\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files\\Pandoc\\;C:\\Program Files\\MATLAB\\R2020a\\runtime\\win64;C:\\Program Files\\MATLAB\\R2020a\\bin;C:\\emacs\\emacs-26.2-x86_64\\bin;C:\\Users\\bruno\\AppData\\Local\\Programs\\LLNL\\VisIt 2.7.1;C:\\Program Files (x86)\\SSH Communications Security\\SSH Secure Shell;C:\\Users\\bruno\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\bruno\\AppData\\Local\\Microsoft\\WindowsApps;C:\\texlive\\2020\\bin\\win32;" "OS=Windows_NT" "_OneDrive_=C:\\Users\\bruno\\OneDrive" "NUMBER_OF_PROCESSORS=8" "MSMPI_BIN=C:\\Program Files\\Microsoft MPI\\Bin\\" "MATLAB_SYMBOLIC=matlab" "LOGONSERVER=\\\\ABBEY" "LOCALAPPDATA=C:\\Users\\bruno\\AppData\\Local" "KMP_DUPLICATE_LIB_OK=TRUE" "INTEL_DEV_REDIST=C:\\Program Files (x86)\\Common Files\\Intel\\Shared Libraries\\" "HOMEPATH=\\Users\\bruno" "HOMEDRIVE=C:" "FP_NO_HOST_CHECK=NO" "emacs_dir=C:/emacs/emacs-26.2-x86_64" "DriverData=C:\\Windows\\System32\\Drivers\\DriverData" "COMSPEC=C:\\WINDOWS\\system32\\cmd.exe" "COMPUTERNAME=ABBEY" "CommonProgramW6432=C:\\Program Files\\Common Files" "CommonProgramFiles(x86)=C:\\Program Files (x86)\\Common Files" "CommonProgramFiles=C:\\Program Files\\Common Files" "CLASSPATH=.;C:\\Program Files (x86)\\Java\\jre1.8.0_91\\lib\\ext\\QTJava.zip;" "APPDATA=C:\\Users\\bruno\\AppData\\Roaming" "ALLUSERSPROFILE=C:\\ProgramData")
This variable may be risky if used as a file-local variable.
Documentation:
List of overridden environment variables for subprocesses to inherit.
Each element should be a string of the form ENVVARNAME=VALUE.
Entries in this list take precedence to those in the frame-local
environments. Therefore, let-binding ‘process-environment’ is an easy
way to temporarily change the value of an environment variable,
irrespective of where it comes from. To use ‘process-environment’ to
remove an environment variable, include only its name in the list,
without "=VALUE".
This variable is set to nil when Emacs starts.
If multiple entries define the same variable, the first one always
takes precedence.
Non-ASCII characters are encoded according to the initial value of
‘locale-coding-system’, i.e. the elements must normally be decoded for
use.
See ‘setenv’ and ‘getenv’.
[back]