Mercurial > hg > xemacs-beta
comparison tests/Dnd/README @ 290:c9fe270a4101 r21-0b43
Import from CVS: tag r21-0b43
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:36:47 +0200 |
parents | e11d67e05968 |
children |
comparison
equal
deleted
inserted
replaced
289:6e6992ccc4b6 | 290:c9fe270a4101 |
---|---|
1 * Sun May 3 1998 Oliver Graf <ograf@fga.de> | 1 * Sun May 3 1998 Oliver Graf <ograf@fga.de> |
2 | 2 |
3 This path contains test code for the new XEmacs | 3 This path contains test code for the new XEmacs |
4 Drag'n'Drop code. | 4 Drag'n'Drop code. |
5 | 5 |
6 Currently only drops are of interest. The internal | 6 To test the code do the following: |
7 functions should work for OffiX, CDE, and MSWindows. | 7 1) call 'bash droptest.sh' to create the test files in /tmp |
8 2) load and eval droptest.el in XEmacs | |
9 3) Try to do some internal DnD by using the sources and targets | |
10 in the new buffer | |
11 4) Do some external DnD: | |
12 4a) OffiX: use files and editor of OffiX | |
13 drag something from files or editor into XEmacs | |
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 | |
21 already handles this. | |
8 | 22 |
9 The misc-user-event now also responds as a button-x-event | 23 The misc-user-event now also responds as a button-x-event |
10 to the event-* query functions. | 24 to the event-* query functions. |
11 | 25 |
12 The function of a drag is called dragdrop-drop-dispatch | 26 The function of a drag is called dragdrop-drop-dispatch |