head	1.1;
branch	1.1.1;
access;
symbols
	EMACS_21_1:1.1.1.2
	EMACS_21_0_106:1.1.1.2
	EMACS_21_0_105:1.1.1.2
	EMACS_21_0_103:1.1.1.2
	EMACS_20_7:1.1.1.2
	EMACS_20_6:1.1.1.2
	EMACS_20_5:1.1.1.2
	EMACS_20_4:1.1.1.2
	EMACS_20_3:1.1.1.2
	EMACS_20_2:1.1.1.2
	EMACS_20_1:1.1.1.2
	EMACS_19_34:1.1.1.2
	EMACS_19_33:1.1.1.2
	EMACS_19_32:1.1.1.2
	EMACS_19_31:1.1.1.2
	EMACS_19_30:1.1.1.2
	EMACS_19_29:1.1.1.1
	FSF_DIST:1.1.1;
locks; strict;
comment	@# @;


1.1
date	2004.11.05.09.13.24;	author Ben Wing;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2004.11.05.09.13.24;	author Ben Wing;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	2004.11.05.09.19.01;	author Ben Wing;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Initial revision
@
text
@
This is a list of known problems to date with the Windows NT port of
GNU Emacs.

* Handle wildcards in ls-lisp (e.g., C-x d *.c).

* Interactive subprocess output is buffered in jerky

* Presently, C:\foo\bar and C:/foo/bar bring up two buffers on the same file.
  Solve this by adding a switch that canonicalizes path separators
  (e.g., make them all / or all \)?

* call-process-region: Another tricky situation with binary and text modes.
  An example by dsrosing@@reston.ingr.com: use crypt++ to load compressed
  data into a buffer, edit the buffer, save the data back out.  (Also
  need to propagate the "/C" switch change sent the shell in crypt++.el
  back to the author.)

* Dired uses ls-lisp, which reports all files as being owned by the
  current user.  Need to dig through the security descriptor to extract
  the owner of the file (and the group?) using LookupAccountSid.

* Integrate the build for NT into the GNU config process once
  a decent shell becomes freely available

* It is still Windows-challenged (this will be fixed in the next
  major release).
@


1.1.1.1
log
@import emacs-19.29
@
text
@@


1.1.1.2
log
@import emacs-19.30
@
text
@d2 1
a2 1
This is a list of known problems to date with the Windows NT/95 port of
d26 2
a27 3
* Integrate networking.

* Fix Win95 subprocesses.
@

