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

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

Re: drag-and-drop failures


From: Jan D.
Subject: Re: drag-and-drop failures
Date: Wed, 31 Mar 2004 22:58:40 +0200

and Mozilla does not use GTK drag and drop as other GNOME
applications do.  There might be a difference.

Oh.  I guess it's worth adding a note about that to the doc, then.

Not really.  It still uses the same protocol, XDND.

I presume there's something specifically broken about the version I'm
running, but it does seem odd to mangle ASCII like that.

I still think it might be an endian problem.  If mozilla for instance
says that the text is in unicode (UTF-16), Emacs will currently assume
UTF-16 as little endian.  If this is not so, the text will be mangeled.
However, if it differs between machines, that is a stupid design, because
there is no way to tell which endian the UTF-16 data has.  If you look
in lisp/x-dnd.el you can find utf-16le there.

        Jan D.





reply via email to

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