emacs-devel
[Top][All Lists]
Advanced

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

Re: [patch] enhanced mac drag-n-drop


From: YAMAMOTO Mitsuharu
Subject: Re: [patch] enhanced mac drag-n-drop
Date: Sat, 09 Apr 2005 20:00:59 +0900
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/22.0.50 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI)

>>>>> On Tue, 05 Apr 2005 17:53:00 -0700, "Sean O'Rourke" <address@hidden> said:

> -         /* x-dnd functions expect undecoded filenames.  */
> -            drag_and_drop_file_list =
> -           Fcons (make_unibyte_string (unix_path_name,
> +              /* x-dnd functions expect undecoded filenames, but we
> +                 don't have to follow that. */
> +              drag_and_drop_list =
> +                Fcons (Fcons
> +                       (intern ("file"),
> +                        Fdecode_coding_string
> +                        (make_unibyte_string (unix_path_name,

I have a general question in relation to this part.  Is it safe
to (possibly indirectly) call Feval, which may cause GC, while
executing XTread_socket?

                                     YAMAMOTO Mitsuharu
                                address@hidden




reply via email to

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