diff options
| author | Stefan Kangas | 2024-06-20 13:30:11 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2024-06-20 13:30:11 +0200 |
| commit | 41cbfead7e2bce2f563e37a9a737a00a7b86e7f1 (patch) | |
| tree | ad0fb06eb37527de62ba9329cdec88c7daf790a3 | |
| parent | 74af691b90e69eb70d47782419edfab7d6503dc2 (diff) | |
| download | emacs-41cbfead7e2bce2f563e37a9a737a00a7b86e7f1.tar.gz emacs-41cbfead7e2bce2f563e37a9a737a00a7b86e7f1.zip | |
Remove more references to Windows 95
* doc/lispref/frames.texi (Window System Selections):
* doc/misc/ediff.texi (Patch and Diff Programs):
* doc/misc/efaq-w32.texi (Third-party multibyte, Swap Caps NT)
(Subprocesses and floppy drive):
* etc/PROBLEMS:
* lisp/printing.el (pr-path-alist, pr-command):
* lisp/ps-print.el: Remove more references to Windows 95, which is not
supported by Emacs.
| -rw-r--r-- | doc/lispref/frames.texi | 2 | ||||
| -rw-r--r-- | doc/misc/ediff.texi | 2 | ||||
| -rw-r--r-- | doc/misc/efaq-w32.texi | 10 | ||||
| -rw-r--r-- | etc/PROBLEMS | 4 | ||||
| -rw-r--r-- | lisp/printing.el | 6 | ||||
| -rw-r--r-- | lisp/ps-print.el | 2 |
6 files changed, 13 insertions, 13 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index 2686ae93a33..342f88eb8c0 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi | |||
| @@ -4096,7 +4096,7 @@ the very rare cases when the information provided by the clipboard | |||
| 4096 | data is unusable for some reason. | 4096 | data is unusable for some reason. |
| 4097 | 4097 | ||
| 4098 | The default value of this variable is the system code page under | 4098 | The default value of this variable is the system code page under |
| 4099 | MS-Windows 95, 98 or Me, @code{utf-16le-dos} on Windows | 4099 | MS-Windows 98 or Me, @code{utf-16le-dos} on Windows |
| 4100 | NT/W2K/XP/Vista/7/8/10/11, @code{iso-latin-1-dos} on MS-DOS, and | 4100 | NT/W2K/XP/Vista/7/8/10/11, @code{iso-latin-1-dos} on MS-DOS, and |
| 4101 | @code{nil} elsewhere. | 4101 | @code{nil} elsewhere. |
| 4102 | @end defopt | 4102 | @end defopt |
diff --git a/doc/misc/ediff.texi b/doc/misc/ediff.texi index e8ecb218674..749025c870b 100644 --- a/doc/misc/ediff.texi +++ b/doc/misc/ediff.texi | |||
| @@ -1877,7 +1877,7 @@ Customize interface instead of using @code{setq} directly.) | |||
| 1877 | This variable specifies the coding system to use when reading the output | 1877 | This variable specifies the coding system to use when reading the output |
| 1878 | that the programs @code{diff3} and @code{diff} send to Emacs. The default | 1878 | that the programs @code{diff3} and @code{diff} send to Emacs. The default |
| 1879 | is @code{raw-text}, and this should work fine in Unix and in most | 1879 | is @code{raw-text}, and this should work fine in Unix and in most |
| 1880 | cases under Windows NT/95/98/2000. There are @code{diff} programs | 1880 | cases under Windows NT/98/2000. There are @code{diff} programs |
| 1881 | for which the default option doesn't work under Windows. In such cases, | 1881 | for which the default option doesn't work under Windows. In such cases, |
| 1882 | @code{raw-text-dos} might work. If not, you will have to experiment with | 1882 | @code{raw-text-dos} might work. If not, you will have to experiment with |
| 1883 | other coding systems or use GNU diff. | 1883 | other coding systems or use GNU diff. |
diff --git a/doc/misc/efaq-w32.texi b/doc/misc/efaq-w32.texi index 9756345042e..c5ba6c8609f 100644 --- a/doc/misc/efaq-w32.texi +++ b/doc/misc/efaq-w32.texi | |||
| @@ -630,7 +630,7 @@ REGEDIT4 | |||
| 630 | @end itemize | 630 | @end itemize |
| 631 | 631 | ||
| 632 | @node Swap Caps 98 | 632 | @node Swap Caps 98 |
| 633 | @subsubsection Windows 95/98/ME | 633 | @subsubsection Windows 98/ME |
| 634 | 634 | ||
| 635 | Microsoft has a tool called keyremap that is part of their Kernel Toys add-ons | 635 | Microsoft has a tool called keyremap that is part of their Kernel Toys add-ons |
| 636 | for Windows 95. The tool has also been confirmed to work on Windows 98. | 636 | for Windows 95. The tool has also been confirmed to work on Windows 98. |
| @@ -1078,7 +1078,7 @@ mirrors}. | |||
| 1078 | @vindex w32-enable-unicode-output | 1078 | @vindex w32-enable-unicode-output |
| 1079 | 1079 | ||
| 1080 | You probably only need to do this on the non-Unicode versions of Windows | 1080 | You probably only need to do this on the non-Unicode versions of Windows |
| 1081 | (95, 98 and ME), and even then, various Windows and Internet Explorer | 1081 | (98 and ME), and even then, various Windows and Internet Explorer |
| 1082 | updates have made third party software unnecessary in most cases. | 1082 | updates have made third party software unnecessary in most cases. |
| 1083 | If you are having trouble displaying text, try defining a fontset | 1083 | If you are having trouble displaying text, try defining a fontset |
| 1084 | with the font for the languages that the third party software handles | 1084 | with the font for the languages that the third party software handles |
| @@ -1321,9 +1321,9 @@ floppy in the drive, check to see if your virus software is causing | |||
| 1321 | the problem. | 1321 | the problem. |
| 1322 | 1322 | ||
| 1323 | @node Killing subprocesses | 1323 | @node Killing subprocesses |
| 1324 | @section Killing subprocesses on Windows 95/98/Me | 1324 | @section Killing subprocesses on Windows 98/Me |
| 1325 | @cindex subprocess, killing on Windows 95/98/ME | 1325 | @cindex subprocess, killing on Windows 98/ME |
| 1326 | @cindex killing subprocesses, Windows 95/98/ME | 1326 | @cindex killing subprocesses, Windows 98/ME |
| 1327 | @cindex shutdown, complaints about cmdproxy.exe running | 1327 | @cindex shutdown, complaints about cmdproxy.exe running |
| 1328 | 1328 | ||
| 1329 | Emacs cannot guarantee that a subprocess gets killed on Windows 95 and | 1329 | Emacs cannot guarantee that a subprocess gets killed on Windows 95 and |
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 9cbcee51fe8..59bd2cd497c 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -4343,14 +4343,14 @@ for menus. Help text is only available in later versions of Windows. | |||
| 4343 | This character seems to be trapped by the kernel in Windows 95. | 4343 | This character seems to be trapped by the kernel in Windows 95. |
| 4344 | You can enter M-f6 by typing ESC f6. | 4344 | You can enter M-f6 by typing ESC f6. |
| 4345 | 4345 | ||
| 4346 | *** MS-Windows 95/98/ME: subprocesses do not terminate properly. | 4346 | *** MS-Windows 98/ME: subprocesses do not terminate properly. |
| 4347 | 4347 | ||
| 4348 | This is a limitation of the Operating System, and can cause problems | 4348 | This is a limitation of the Operating System, and can cause problems |
| 4349 | when shutting down Windows. Ensure that all subprocesses are exited | 4349 | when shutting down Windows. Ensure that all subprocesses are exited |
| 4350 | cleanly before exiting Emacs. For more details, see the Emacs on MS | 4350 | cleanly before exiting Emacs. For more details, see the Emacs on MS |
| 4351 | Windows FAQ (info manual "efaq-w32"). | 4351 | Windows FAQ (info manual "efaq-w32"). |
| 4352 | 4352 | ||
| 4353 | *** MS-Windows 95/98/ME: crashes when Emacs invokes non-existent programs. | 4353 | *** MS-Windows 98/ME: crashes when Emacs invokes non-existent programs. |
| 4354 | 4354 | ||
| 4355 | When a program you are trying to run is not found on the PATH, | 4355 | When a program you are trying to run is not found on the PATH, |
| 4356 | Windows might respond by crashing or locking up your system. In | 4356 | Windows might respond by crashing or locking up your system. In |
diff --git a/lisp/printing.el b/lisp/printing.el index d9bc97d48af..404d1be619f 100644 --- a/lisp/printing.el +++ b/lisp/printing.el | |||
| @@ -1320,10 +1320,10 @@ ENTRY It's a symbol, used to identify this entry. | |||
| 1320 | Unix system. | 1320 | Unix system. |
| 1321 | 1321 | ||
| 1322 | `cygwin' this entry is used when Emacs is running on Windows | 1322 | `cygwin' this entry is used when Emacs is running on Windows |
| 1323 | 95/98/NT/2000 with Cygwin. | 1323 | 98/NT/2000 with Cygwin. |
| 1324 | 1324 | ||
| 1325 | `windows' this entry is used when Emacs is running on Windows | 1325 | `windows' this entry is used when Emacs is running on Windows |
| 1326 | 95/98/NT/2000. | 1326 | 98/NT/2000. |
| 1327 | 1327 | ||
| 1328 | DIRECTORY It should be a string or a symbol. If it's a symbol, it should | 1328 | DIRECTORY It should be a string or a symbol. If it's a symbol, it should |
| 1329 | exist an equal entry in `pr-path-alist'. If it's a string, | 1329 | exist an equal entry in `pr-path-alist'. If it's a string, |
| @@ -5462,7 +5462,7 @@ otherwise, gives an error. | |||
| 5462 | When using `pr-path-alist' to find COMMAND, the entries `cygwin', `windows' and | 5462 | When using `pr-path-alist' to find COMMAND, the entries `cygwin', `windows' and |
| 5463 | `unix' are used (see `pr-path-alist' for documentation). | 5463 | `unix' are used (see `pr-path-alist' for documentation). |
| 5464 | 5464 | ||
| 5465 | If Emacs is running on Windows 95/98/NT/2000, tries to find COMMAND, | 5465 | If Emacs is running on Windows 98/NT/2000, tries to find COMMAND, |
| 5466 | COMMAND.exe, COMMAND.bat and COMMAND.com in this order." | 5466 | COMMAND.exe, COMMAND.bat and COMMAND.com in this order." |
| 5467 | (if (string= command "") | 5467 | (if (string= command "") |
| 5468 | command | 5468 | command |
diff --git a/lisp/ps-print.el b/lisp/ps-print.el index b73d28280ef..97b19e362bb 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el | |||
| @@ -191,7 +191,7 @@ | |||
| 191 | ;; inserted at end of PostScript generated. Non-nil means do so. The default | 191 | ;; inserted at end of PostScript generated. Non-nil means do so. The default |
| 192 | ;; is nil (don't insert). | 192 | ;; is nil (don't insert). |
| 193 | ;; | 193 | ;; |
| 194 | ;; If you're using Emacs for Windows 95/98/NT or MS-DOS, don't forget to | 194 | ;; If you're using Emacs for Windows 98/NT or MS-DOS, don't forget to |
| 195 | ;; customize the following variables: `ps-printer-name', | 195 | ;; customize the following variables: `ps-printer-name', |
| 196 | ;; `ps-printer-name-option', `ps-lpr-command', `ps-lpr-switches' and | 196 | ;; `ps-printer-name-option', `ps-lpr-command', `ps-lpr-switches' and |
| 197 | ;; `ps-spool-config'. See these variables documentation in the code or by | 197 | ;; `ps-spool-config'. See these variables documentation in the code or by |