+2001-11-20 Jason Rumney <jasonr@gnu.org>
+
+ * TODO, _emacs, emacs.bat.in, debug.bat.in: Removed.
+
2001-11-17 Jason Rumney <jasonr@gnu.org>
* nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard
+++ /dev/null
-
-This is a list of known problems to date with the Windows NT/95 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
-
-* Integrate networking.
-
-* Fix Win95 subprocesses.
+++ /dev/null
-;;; This is the user emacs startup file (.emacs in Unix land).
-
-(put 'eval-expression 'disabled nil)
+++ /dev/null
-\r
-REM Here begins debug.bat.in\r
-\r
-REM Set OS specific values.\r
-REM none needed\r
- \r
-REM Use new proxy shell by default.\r
-set SHELL=%emacs_dir%\bin\cmdproxy.exe\r
-\r
-set EMACSLOADPATH=%emacs_dir%\site-lisp;%emacs_dir%\lisp\r
-set EMACSDATA=%emacs_dir%\etc\r
-set EMACSPATH=%emacs_dir%\bin\r
-set EMACSLOCKDIR=%emacs_dir%\lock\r
-set INFOPATH=%emacs_dir%\info\r
-set EMACSDOC=%emacs_dir%\etc\r
-set TERM=CMD\r
-\r
-REM The variable HOME is used to find the startup file, ~\_emacs. Ideally,\r
-REM this will not be set in this file but should already be set before\r
-REM this file is invoked. If HOME is not set, use some generic default.\r
-\r
-set HOME_SAVE=%HOME%\r
-set HOME_EXISTS=yes\r
-set HOME_DEFAULT=C:\\r
-set HOME=\r
-if "%HOME%" == "%HOME_SAVE%" set HOME_EXISTS=no\r
-if "%HOME_EXISTS%" == "yes" set HOME=%HOME_SAVE%\r
-if "%HOME_EXISTS%" == "no" set HOME=%HOME_DEFAULT%\r
-if "%HOME_EXISTS%" == "no" echo HOME is not set! Using %HOME% as a default...\r
-\r
-start msdev -nologo %emacs_dir%\bin\emacs.exe %1 %2 %3 %4 %5 %6 %7 %8 %9\r
+++ /dev/null
-\r
-REM Here begins emacs.bat.in\r
-\r
-REM Use new proxy shell by default.\r
-set SHELL=%emacs_dir%\bin\cmdproxy.exe\r
-\r
-set EMACSLOADPATH=%emacs_dir%\site-lisp;%emacs_dir%\lisp;%emacs_dir%\leim\r
-set EMACSDATA=%emacs_dir%\etc\r
-set EMACSPATH=%emacs_dir%\bin\r
-set EMACSLOCKDIR=%emacs_dir%\lock\r
-REM set INFOPATH=%emacs_dir%\info\r
-set EMACSDOC=%emacs_dir%\etc\r
-set TERM=CMD\r
-\r
-REM The variable HOME is used to find the startup file, ~\_emacs. Ideally,\r
-REM this will not be set in this file but should already be set before\r
-REM this file is invoked. If HOME is not set, use some generic default.\r
-\r
-set HOME_SAVE=%HOME%\r
-set HOME_EXISTS=yes\r
-set HOME_DEFAULT=C:\\r
-set HOME=\r
-if "%HOME%" == "%HOME_SAVE%" set HOME_EXISTS=no\r
-if "%HOME_EXISTS%" == "yes" set HOME=%HOME_SAVE%\r
-if "%HOME_EXISTS%" == "no" set HOME=%HOME_DEFAULT%\r
-if "%HOME_EXISTS%" == "no" echo HOME is not set! Using %HOME% as a default...\r
-\r
-%emacs_dir%\bin\emacs.exe %1 %2 %3 %4 %5 %6 %7 %8 %9\r