aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorEli Zaretskii2011-10-28 17:03:13 +0200
committerEli Zaretskii2011-10-28 17:03:13 +0200
commit8cedc5acf983ed7736e8ad59528dbbf62bde7ade (patch)
treece80e73d269c75d2b9f7293c7a57e191cffcf829 /nt
parent1a2ce9ee38c720f26189cc5e17d56309e6dbb76b (diff)
downloademacs-8cedc5acf983ed7736e8ad59528dbbf62bde7ade.tar.gz
emacs-8cedc5acf983ed7736e8ad59528dbbf62bde7ade.zip
Document that UNICOWS.DLL is required to run Emacs on Windows 9X.
nt/README.W32: Mention UNICOWS.DLL as prerequisite for running Emacs on Windows 9X. admin/nt/README-ftp-server: Mention UNICOWS.DLL as prerequisite for running Emacs on Windows 9X. Fixes: debbugs:8562
Diffstat (limited to 'nt')
-rw-r--r--nt/ChangeLog5
-rw-r--r--nt/README.W3221
2 files changed, 24 insertions, 2 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 08fd7677077..64b9577e362 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,8 @@
12011-10-28 Eli Zaretskii <eliz@gnu.org>
2
3 * README.W32: Mention UNICOWS.DLL as prerequisite for running
4 Emacs on Windows 9X.
5
12011-10-25 Eli Zaretskii <eliz@gnu.org> 62011-10-25 Eli Zaretskii <eliz@gnu.org>
2 7
3 * makefile.w32-in (dist): Don't put the top-level INSTALL into the 8 * makefile.w32-in (dist): Don't put the top-level INSTALL into the
diff --git a/nt/README.W32 b/nt/README.W32
index 4a3f7c41e9e..e4044e409d4 100644
--- a/nt/README.W32
+++ b/nt/README.W32
@@ -50,6 +50,17 @@ See the end of the file for license conditions.
50 directly from a CD or USB flash drive without copying or installing 50 directly from a CD or USB flash drive without copying or installing
51 anything on the machine itself. 51 anything on the machine itself.
52 52
53* Prerequisites for Windows 9X
54
55 To run Emacs on Windows 9X (Windows 95/98/Me), you will need to have
56 the Microsoft Layer for Unicode (MSLU) installed. It can be
57 downloaded from the Microsoft site, and comes in a form of a single
58 dynamic library called UNICOWS.DLL. If this library is not
59 accessible to Emacs, it will pop up a dialog saying that it cannot
60 find the library, and will refuse to start up a GUI session.
61 (However, it is still possible to use Emacs in text mode, even
62 without UNICOWS.DLL, by invoking it as "emacs -nw", see below.)
63
53* Starting Emacs 64* Starting Emacs
54 65
55 To run Emacs, simply select Emacs from the Start Menu, or invoke 66 To run Emacs, simply select Emacs from the Start Menu, or invoke
@@ -75,7 +86,9 @@ See the end of the file for license conditions.
75 it will pop up a command prompt window if run directly from Explorer. 86 it will pop up a command prompt window if run directly from Explorer.
76 87
77 + runemacs.exe - A wrapper for running Emacs as a GUI application 88 + runemacs.exe - A wrapper for running Emacs as a GUI application
78 without popping up a command prompt window. 89 without popping up a command prompt window. If you create a
90 desktop shortcut for invoking Emacs, make it point to this
91 executable, not to emacs.exe.
79 92
80 + emacsclient.exe - A command-line client program that can 93 + emacsclient.exe - A command-line client program that can
81 communicate with a running Emacs process. See the `Emacs Server' 94 communicate with a running Emacs process. See the `Emacs Server'
@@ -98,7 +111,7 @@ See the end of the file for license conditions.
98 111
99 + ddeclient.exe - A tool for interacting with DDE servers. 112 + ddeclient.exe - A tool for interacting with DDE servers.
100 113
101 + hexl.exe - A tool for converting files to hex dumps. See the 114 + hexl.exe - A tool for producing hex dumps of binary files. See the
102 `Editing Binary Files' node of the Emacs manual. 115 `Editing Binary Files' node of the Emacs manual.
103 116
104 + movemail.exe - A helper application for safely moving mail from 117 + movemail.exe - A helper application for safely moving mail from
@@ -194,6 +207,10 @@ See the end of the file for license conditions.
194 truncated to abbrevli.elc, your distribution has been corrupted 207 truncated to abbrevli.elc, your distribution has been corrupted
195 while unpacking and Emacs will not start. 208 while unpacking and Emacs will not start.
196 209
210 * On Windows 9X, make sure you have the UNICOWS.DLL library either
211 in the same directory where you have emacs.exe or in the
212 directory where system-wide DLLs are kept.
213
197 If you believe you have unpacked the distributions correctly and are 214 If you believe you have unpacked the distributions correctly and are
198 still encountering problems, see the section on Further Information 215 still encountering problems, see the section on Further Information
199 below. 216 below.