Mercurial > hg > xemacs-beta
view nt/Todo @ 215:1f0dabaa0855 r20-4b6
Import from CVS: tag r20-4b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:07:35 +0200 |
parents | 78f53ef88e17 |
children | 262b8bb4a523 |
line wrap: on
line source
# List of problems with XEmacs. If anyone wants to work on these, please # mail me and I'll update the table below. # Core NT issues 1. Subprocess support is completely broken. 2. Networking support is completely broken. This is due to the fact that the model relies on the subprocess support also working. 4. No binary release. We know a binary release would be A Good Thing. However we want to make things stable before producing one so we don't have to field too many problems. Sorry. 5. Support for dired is perhaps not quite there. We need to port ls-lisp.el from FSF Emacs. 6. Currently the backup files do not get the same permissions as the file being edited. August Hill is looking at this one. 7. Verify that CRLF issues are dealt with correctly. Marc Paquette is looking at this. 8. Use the registry to store the root directory(ies) of lisp packages; that is the path name, not the elisp files. # X issues 1. Redrawing on my (davidh) system seems fairly broken - I don't know if this is the XEmacs redraw functionality, my X server or just something strange with X under NT. Has anyone else experiences with this ? # Native GUI issues 1. Mouse drags can cause aborts. I think this is because the timeout implementation is broken and can cause the same timeout to go off twice (especially during mouse drags?), which makes XEmacs abort. Windows95 doesn't appear to provide any one-shot timers (NT does). 2. Random face colors. 3. Calling mouse_[enter|leave]_frame_hook. 4. Eliminate resizing funnies 5. Scrollbar 6. Menubar 7. Palette handling 8. Middle mouse button emulation. Dragging off-frame. 9. Images 10. Toolbar Old Issues. 1. For some reason, HOME is a required environment variable.