mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00:00
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.
This commit is contained in:
parent
74af691b90
commit
41cbfead7e
@ -4096,7 +4096,7 @@ the very rare cases when the information provided by the clipboard
|
||||
data is unusable for some reason.
|
||||
|
||||
The default value of this variable is the system code page under
|
||||
MS-Windows 95, 98 or Me, @code{utf-16le-dos} on Windows
|
||||
MS-Windows 98 or Me, @code{utf-16le-dos} on Windows
|
||||
NT/W2K/XP/Vista/7/8/10/11, @code{iso-latin-1-dos} on MS-DOS, and
|
||||
@code{nil} elsewhere.
|
||||
@end defopt
|
||||
|
@ -1877,7 +1877,7 @@ Customize interface instead of using @code{setq} directly.)
|
||||
This variable specifies the coding system to use when reading the output
|
||||
that the programs @code{diff3} and @code{diff} send to Emacs. The default
|
||||
is @code{raw-text}, and this should work fine in Unix and in most
|
||||
cases under Windows NT/95/98/2000. There are @code{diff} programs
|
||||
cases under Windows NT/98/2000. There are @code{diff} programs
|
||||
for which the default option doesn't work under Windows. In such cases,
|
||||
@code{raw-text-dos} might work. If not, you will have to experiment with
|
||||
other coding systems or use GNU diff.
|
||||
|
@ -630,7 +630,7 @@ REGEDIT4
|
||||
@end itemize
|
||||
|
||||
@node Swap Caps 98
|
||||
@subsubsection Windows 95/98/ME
|
||||
@subsubsection Windows 98/ME
|
||||
|
||||
Microsoft has a tool called keyremap that is part of their Kernel Toys add-ons
|
||||
for Windows 95. The tool has also been confirmed to work on Windows 98.
|
||||
@ -1078,7 +1078,7 @@ mirrors}.
|
||||
@vindex w32-enable-unicode-output
|
||||
|
||||
You probably only need to do this on the non-Unicode versions of Windows
|
||||
(95, 98 and ME), and even then, various Windows and Internet Explorer
|
||||
(98 and ME), and even then, various Windows and Internet Explorer
|
||||
updates have made third party software unnecessary in most cases.
|
||||
If you are having trouble displaying text, try defining a fontset
|
||||
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
|
||||
the problem.
|
||||
|
||||
@node Killing subprocesses
|
||||
@section Killing subprocesses on Windows 95/98/Me
|
||||
@cindex subprocess, killing on Windows 95/98/ME
|
||||
@cindex killing subprocesses, Windows 95/98/ME
|
||||
@section Killing subprocesses on Windows 98/Me
|
||||
@cindex subprocess, killing on Windows 98/ME
|
||||
@cindex killing subprocesses, Windows 98/ME
|
||||
@cindex shutdown, complaints about cmdproxy.exe running
|
||||
|
||||
Emacs cannot guarantee that a subprocess gets killed on Windows 95 and
|
||||
|
@ -4343,14 +4343,14 @@ for menus. Help text is only available in later versions of Windows.
|
||||
This character seems to be trapped by the kernel in Windows 95.
|
||||
You can enter M-f6 by typing ESC f6.
|
||||
|
||||
*** MS-Windows 95/98/ME: subprocesses do not terminate properly.
|
||||
*** MS-Windows 98/ME: subprocesses do not terminate properly.
|
||||
|
||||
This is a limitation of the Operating System, and can cause problems
|
||||
when shutting down Windows. Ensure that all subprocesses are exited
|
||||
cleanly before exiting Emacs. For more details, see the Emacs on MS
|
||||
Windows FAQ (info manual "efaq-w32").
|
||||
|
||||
*** MS-Windows 95/98/ME: crashes when Emacs invokes non-existent programs.
|
||||
*** MS-Windows 98/ME: crashes when Emacs invokes non-existent programs.
|
||||
|
||||
When a program you are trying to run is not found on the PATH,
|
||||
Windows might respond by crashing or locking up your system. In
|
||||
|
@ -1320,10 +1320,10 @@ ENTRY It's a symbol, used to identify this entry.
|
||||
Unix system.
|
||||
|
||||
`cygwin' this entry is used when Emacs is running on Windows
|
||||
95/98/NT/2000 with Cygwin.
|
||||
98/NT/2000 with Cygwin.
|
||||
|
||||
`windows' this entry is used when Emacs is running on Windows
|
||||
95/98/NT/2000.
|
||||
98/NT/2000.
|
||||
|
||||
DIRECTORY It should be a string or a symbol. If it's a symbol, it should
|
||||
exist an equal entry in `pr-path-alist'. If it's a string,
|
||||
@ -5462,7 +5462,7 @@ otherwise, gives an error.
|
||||
When using `pr-path-alist' to find COMMAND, the entries `cygwin', `windows' and
|
||||
`unix' are used (see `pr-path-alist' for documentation).
|
||||
|
||||
If Emacs is running on Windows 95/98/NT/2000, tries to find COMMAND,
|
||||
If Emacs is running on Windows 98/NT/2000, tries to find COMMAND,
|
||||
COMMAND.exe, COMMAND.bat and COMMAND.com in this order."
|
||||
(if (string= command "")
|
||||
command
|
||||
|
@ -191,7 +191,7 @@
|
||||
;; inserted at end of PostScript generated. Non-nil means do so. The default
|
||||
;; is nil (don't insert).
|
||||
;;
|
||||
;; If you're using Emacs for Windows 95/98/NT or MS-DOS, don't forget to
|
||||
;; If you're using Emacs for Windows 98/NT or MS-DOS, don't forget to
|
||||
;; customize the following variables: `ps-printer-name',
|
||||
;; `ps-printer-name-option', `ps-lpr-command', `ps-lpr-switches' and
|
||||
;; `ps-spool-config'. See these variables documentation in the code or by
|
||||
|
Loading…
Reference in New Issue
Block a user