comparison tests/Dnd/README @ 4790:bc4f2511bbea

Remove support for the OffiX drag-and-drop protocol. See xemacs-patches message with ID <870180fe0912211421m3e3d7891pdadefef167b50cb4@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Tue, 22 Dec 2009 15:52:06 -0700
parents 3ecd8885ac67
children
comparison
equal deleted inserted replaced
4789:56049bea9231 4790:bc4f2511bbea
7 1) call 'bash droptest.sh' to create the test files in /tmp 7 1) call 'bash droptest.sh' to create the test files in /tmp
8 2) load and eval droptest.el in XEmacs 8 2) load and eval droptest.el in XEmacs
9 3) Try to do some internal DnD by using the sources and targets 9 3) Try to do some internal DnD by using the sources and targets
10 in the new buffer 10 in the new buffer
11 4) Do some external DnD: 11 4) Do some external DnD:
12 4a) OffiX: use files and editor of OffiX 12 4a) CDE: use dtfile and dtpad
13 drag something from files or editor into XEmacs 13 4b) MSWindows: well, explorer should do. But only file data
14 drag something from XEmacs to xv (only with OffiX patch,
15 editor or files -- files can only move and copy within
16 itself, cause OffiX is not quite the right thing to do)
17 4b) CDE: use dtfile and dtpad instead, but here everything should
18 work.
19 4c) MSWindows: well, explorer should do. But only file data
20 should work, and I don't know if the test 14 should work, and I don't know if the test
21 already handles this. 15 already handles this.
22 16
23 The misc-user-event now also responds as a button-x-event 17 The misc-user-event now also responds as a button-x-event
24 to the event-* query functions. 18 to the event-* query functions.