For what it's worth, this patch seems to make Emacs work as I'd
expect:

--- w32.c       21 Jul 2006 10:27:34 -0700      1.105
+++ w32.c       11 Aug 2006 16:04:12 -0700      
@@ -999,10 +999,10 @@
 
       if (get_folder_path != NULL)
        {
-         profile_result = get_folder_path (NULL, CSIDL_APPDATA, NULL,
+         profile_result = get_folder_path (NULL, CSIDL_PROFILE, NULL,
                                            0, default_home);
 
-         /* If we can't get the appdata dir, revert to old behaviour.  */
+         /* If we can't get the profile dir, revert to old behaviour.  */
          if (profile_result == S_OK)
            env_vars[0].def_value = default_home;
        }

-- 
I hope to get back to work on Arc soon.
        -- Paul Graham, quoted in "ACM Crossroads", no date given



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

Reply via email to