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: Eli Zaretskii
Subject: Re: visiting "~/Application Data" gets "~" instead
Date: Sat, 12 Aug 2006 14:01:28 +0300

> From: Eric Hanchrow <address@hidden>
> Date: Fri, 11 Aug 2006 16:15:37 -0700
> 
> 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);

??? Won't this leave the problem is it is now, just for some other
directory?  Please explain.




reply via email to

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