*** empty log message ***
[emacs.git] / nt / TODO
blob8cf30f81ea365a4dfc67af7f3a80757b2cfdc509
2 This is a list of known problems to date with the Windows NT/95 port of
3 GNU Emacs.
5 * Handle wildcards in ls-lisp (e.g., C-x d *.c).
7 * Interactive subprocess output is buffered in jerky
9 * Presently, C:\foo\bar and C:/foo/bar bring up two buffers on the same file.
10   Solve this by adding a switch that canonicalizes path separators
11   (e.g., make them all / or all \)?
13 * call-process-region: Another tricky situation with binary and text modes.
14   An example by dsrosing@reston.ingr.com: use crypt++ to load compressed
15   data into a buffer, edit the buffer, save the data back out.  (Also
16   need to propagate the "/C" switch change sent the shell in crypt++.el
17   back to the author.)
19 * Dired uses ls-lisp, which reports all files as being owned by the
20   current user.  Need to dig through the security descriptor to extract
21   the owner of the file (and the group?) using LookupAccountSid.
23 * Integrate the build for NT into the GNU config process once
24   a decent shell becomes freely available
26 * Integrate networking.
28 * Fix Win95 subprocesses.