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

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

bug#56712: 29.0.50; x-dnd-tests-do-direct-save fails on Cygwin


From: Po Lu
Subject: bug#56712: 29.0.50; x-dnd-tests-do-direct-save fails on Cygwin
Date: Sun, 24 Jul 2022 15:23:06 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

>>       (condition-case nil
>>           (progn
>>             (copy-file x-dnd-xds-current-file
>>                        local-name t)
>>             (when (equal x-dnd-xds-current-file
>>                          dnd-last-dragged-remote-file)
>>               (dnd-remove-last-dragged-remote-file)))
>>         (:success '(STRING . "S"))
>>         (error '(STRING . "E")) <--- add code here
>> 
>> to print out the error that is causing it to reply with "E".
>
> Maybe it is worth our while to convert this to a debugging code which
> would collect the information given some variable setting?  Similar to
> what other packages do, like Tramp?

I'm not sure what you mean by that.  Could you explain which part of the
Tramp code has such debug functionality?

Thanks.




reply via email to

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