bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#16087: Setting HOME environment variable in Emacs on Windows has sid


From: SDS
Subject: bug#16087: Setting HOME environment variable in Emacs on Windows has side effects
Date: Sat, 07 Dec 2013 15:45:01 -0500

Package: emacs
Version: 24.3.1

When running "emacs.exe -Q" for precompiled Emacs binaries on Windows, and after setting the HOME environment variable to a path different than the registry's HKCU\SOFTWARE\GNU\Emacs\HOME, attempting to access the old HOME directory returns the new HOME directory.

The steps to reproduce the bug are as follows:
1) Set the registry key "HKCU\SOFTWARE\GNU\Emacs\HOME" to "C:\Old\Home"
2) Run "emacs.exe -Q"
3) In a scratch buffer, evaluate "(setenv "HOME" "C:/New/Home")"
4) Using Dired (C-x d), open "C:\Old\Home"
5) The directory in the new Dired buffer is "C:\New\Home"


Cheers,

SDS





reply via email to

[Prev in Thread] Current Thread [Next in Thread]