# HG changeset patch # User Jason Rumney # Date 1006296235 0 # Node ID 1fbe1d3b40bb810919c94f5e13c14b8b9b4d2dff # Parent 65bad70edb1796b0d03cefdeb5e6473e4c3f394a Remove. diff -r 65bad70edb17 -r 1fbe1d3b40bb nt/TODO --- a/nt/TODO Tue Nov 20 22:14:20 2001 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,28 +0,0 @@ - -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. diff -r 65bad70edb17 -r 1fbe1d3b40bb nt/_emacs --- a/nt/_emacs Tue Nov 20 22:14:20 2001 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,3 +0,0 @@ -;;; This is the user emacs startup file (.emacs in Unix land). - -(put 'eval-expression 'disabled nil) diff -r 65bad70edb17 -r 1fbe1d3b40bb nt/debug.bat.in --- a/nt/debug.bat.in Tue Nov 20 22:14:20 2001 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,31 +0,0 @@ - -REM Here begins debug.bat.in - -REM Set OS specific values. -REM none needed - -REM Use new proxy shell by default. -set SHELL=%emacs_dir%\bin\cmdproxy.exe - -set EMACSLOADPATH=%emacs_dir%\site-lisp;%emacs_dir%\lisp -set EMACSDATA=%emacs_dir%\etc -set EMACSPATH=%emacs_dir%\bin -set EMACSLOCKDIR=%emacs_dir%\lock -set INFOPATH=%emacs_dir%\info -set EMACSDOC=%emacs_dir%\etc -set TERM=CMD - -REM The variable HOME is used to find the startup file, ~\_emacs. Ideally, -REM this will not be set in this file but should already be set before -REM this file is invoked. If HOME is not set, use some generic default. - -set HOME_SAVE=%HOME% -set HOME_EXISTS=yes -set HOME_DEFAULT=C:\ -set HOME= -if "%HOME%" == "%HOME_SAVE%" set HOME_EXISTS=no -if "%HOME_EXISTS%" == "yes" set HOME=%HOME_SAVE% -if "%HOME_EXISTS%" == "no" set HOME=%HOME_DEFAULT% -if "%HOME_EXISTS%" == "no" echo HOME is not set! Using %HOME% as a default... - -start msdev -nologo %emacs_dir%\bin\emacs.exe %1 %2 %3 %4 %5 %6 %7 %8 %9 diff -r 65bad70edb17 -r 1fbe1d3b40bb nt/emacs.bat.in --- a/nt/emacs.bat.in Tue Nov 20 22:14:20 2001 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,28 +0,0 @@ - -REM Here begins emacs.bat.in - -REM Use new proxy shell by default. -set SHELL=%emacs_dir%\bin\cmdproxy.exe - -set EMACSLOADPATH=%emacs_dir%\site-lisp;%emacs_dir%\lisp;%emacs_dir%\leim -set EMACSDATA=%emacs_dir%\etc -set EMACSPATH=%emacs_dir%\bin -set EMACSLOCKDIR=%emacs_dir%\lock -REM set INFOPATH=%emacs_dir%\info -set EMACSDOC=%emacs_dir%\etc -set TERM=CMD - -REM The variable HOME is used to find the startup file, ~\_emacs. Ideally, -REM this will not be set in this file but should already be set before -REM this file is invoked. If HOME is not set, use some generic default. - -set HOME_SAVE=%HOME% -set HOME_EXISTS=yes -set HOME_DEFAULT=C:\ -set HOME= -if "%HOME%" == "%HOME_SAVE%" set HOME_EXISTS=no -if "%HOME_EXISTS%" == "yes" set HOME=%HOME_SAVE% -if "%HOME_EXISTS%" == "no" set HOME=%HOME_DEFAULT% -if "%HOME_EXISTS%" == "no" echo HOME is not set! Using %HOME% as a default... - -%emacs_dir%\bin\emacs.exe %1 %2 %3 %4 %5 %6 %7 %8 %9