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

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

Re: visiting "~/Application Data" gets "~" instead


From: Eric Hanchrow
Subject: Re: visiting "~/Application Data" gets "~" instead
Date: Fri, 11 Aug 2006 16:15:37 -0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.51 (gnu/linux)

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





reply via email to

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