Mercurial > hg > xemacs-beta
comparison nt/Todo @ 371:cc15677e0335 r21-2b1
Import from CVS: tag r21-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:03:08 +0200 |
parents | 58bac07dfa74 |
children |
comparison
equal
deleted
inserted
replaced
370:bd866891f083 | 371:cc15677e0335 |
---|---|
1 # List of problems with XEmacs. If anyone wants to work on these, please | 1 # List of problems with XEmacs. If anyone wants to work on these, please |
2 # mail me and I'll update the table below. | 2 # mail me and I'll update the table below. |
3 | 3 |
4 # Core NT issues | 4 # Core NT issues |
5 1. Use the registry to store the root directory(ies) of lisp packages; that | 5 1. Subprocess support is completely broken. |
6 2. Networking support is completely broken. This is due to the fact that | |
7 the model relies on the subprocess support also working. | |
8 4. No binary release. We know a binary release would be A Good Thing. | |
9 However we want to make things stable before producing one so we don't | |
10 have to field too many problems. Sorry. | |
11 5. Support for dired is perhaps not quite there. We need to port ls-lisp.el | |
12 from FSF Emacs. | |
13 6. Currently the backup files do not get the same permissions as the file | |
14 being edited. August Hill is looking at this one. | |
15 7. Verify that CRLF issues are dealt with correctly. Marc Paquette is | |
16 looking at this. | |
17 8. Use the registry to store the root directory(ies) of lisp packages; that | |
6 is the path name, not the elisp files. | 18 is the path name, not the elisp files. |
7 | 19 |
8 # X issues | 20 # X issues |
9 1. Redrawing on my (davidh) system seems fairly broken - I don't know if | 21 1. Redrawing on my (davidh) system seems fairly broken - I don't know if |
10 this is the XEmacs redraw functionality, my X server or just something | 22 this is the XEmacs redraw functionality, my X server or just something |
14 0. The entire event model. | 26 0. The entire event model. |
15 1. Calling mouse_[enter|leave]_frame_hook | 27 1. Calling mouse_[enter|leave]_frame_hook |
16 2. Can't change bold, italic or bold-italic face fonts | 28 2. Can't change bold, italic or bold-italic face fonts |
17 3. Bogus delay when setting default- or initial-frame-plist | 29 3. Bogus delay when setting default- or initial-frame-plist |
18 4. Short timeouts don't seem to be very accurate | 30 4. Short timeouts don't seem to be very accurate |
31 5. Scrollbar dragging. Redisplay isn't called while dragging. | |
32 Also can't retrieve 32 bit tracking position with GetScrollInfo() | |
33 6. Menubar | |
19 7. Palette handling | 34 7. Palette handling |
35 8. Middle mouse button emulation | |
36 9. Drag'n'drop | |
37 10. Images | |
20 | 38 |
21 Old Issues. | 39 Old Issues. |
22 | 40 |
23 1. For some reason, HOME is a required environment variable. | 41 1. For some reason, HOME is a required environment variable. |
24 | 42 |