>> (let ((home (find-file-noselect "~/"))
>>       (ad (find-file-noselect "~/Application Data/")))
>>   (when (eq home ad)
>>     (error "Aha.  We found the bug."))
[...]
> setenv only changes the environment passed to child processes that
> Emacs runs, but does not change Emacs's own environment.  So this
> behavior is quite intentional.

This doesn't explain why (find-file-noselect "~/") and
(find-file-noselect "~/Application Data/") return the same buffer.
Shouldn't they be differnet no matter what ~ expands to?


        Stefan


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

Reply via email to