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: Sat, 23 Jul 2022 09:10:56 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)

Ken Brown <kbrown@cornell.edu> writes:

> The failure first occurred in the commit that introduced the test.
> Let me know what I can do to help debug this.

Thanks.  That means this code in x-dnd.el has failed:

          (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)))

So it would be good to get the detailed error message from that progn.




reply via email to

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