> From: Eric Hanchrow <[EMAIL PROTECTED]>
> Date: Fri, 11 Aug 2006 06:37:49 -0700
> 
> But it does affect expand-file-name:
> 
>     (getenv "HOME")
>     "/home/erich"
>     (expand-file-name "~")
>     "/home/erich"
>     (setenv "HOME" "squawk")
>     "squawk"
>     (expand-file-name "~")
>     "squawk"

Maybe this is the bug: maybe setting HOME shouldn't affect
expand-file-name.  (Although I admit that it sounds quite unusual to
me that someone would like to redirect HOME from within Emacs.)


_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to