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 /doc | |
| 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.
Diffstat (limited to 'doc')
| -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 |
3 files changed, 7 insertions, 7 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 |