Partially revert 2007-11-10 change.
[bpt/emacs.git] / admin / nt / README.W32
CommitLineData
892df15e
JR
1Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
2 Free Software Foundation, Inc.
3See the end of the file for license conditions.
4
7ee43737 5 Emacs for Windows
31098a38 6
31098a38 7 This README file describes how to set up and run a precompiled version
7ee43737 8 of GNU Emacs for Windows NT/2000/XP and Windows 95/98/Me. This
72d40630 9 distribution can be found on the ftp.gnu.org server and its mirrors:
31098a38 10
6e3645dc 11 ftp://ftp.gnu.org/gnu/emacs/windows/
31098a38
AI
12
13 This server contains other distributions, including the full Emacs
14 source distribution and the lisp source distribution, as well as older
15 releases of Emacs for Windows.
16
17 Answers to frequently asked questions, and further information about
18 this port of GNU Emacs and related software packages can be found via
6e3645dc 19 http:
31098a38
AI
20
21 http://www.gnu.org/software/emacs/windows/ntemacs.html
31098a38
AI
22
23* Preliminaries
24
25 Along with this file should be six subdirectories (bin, etc, info,
26 lisp, lock, site-lisp). Depending on which distribution you have
27 installed, the lisp subdirectory might contain both the lisp source
28 (*.el) and compiled lisp files (*.elc), or just the compiled lisp
29 files. If you don't have the lisp source files, you can obtain them
30 by downloading the lisp source distribution or the full source
31 distribution from the ftp site mentioned above.
32
33* Setting up Emacs
34
35 To install Emacs, simply unpack all the files into a directory of your
36 choice, but note that you might encounter minor problems if there is a
37 space anywhere in the directory name. To complete the installation
38 process, you can optionally run the program addpm.exe in the bin
39 subdirectory. This will add some entries to the registry that tell
40 Emacs where to find its support files, and put an icon for Emacs in
41 the Start Menu under "Start -> Programs -> Gnu Emacs -> Emacs".
42
43 Some users have reported that the Start Menu item is not created for
44 them. If this happens, just create your own shortcut to runemacs.exe,
45 eg. by dragging it on to the desktop or the Start button.
46
47 Note that running addpm is now an optional step; Emacs is able to
48 locate all of its files without needing the information to be set in
49 the environment or the registry, although such settings will still be
50 obeyed if present. This is convenient for running Emacs on a machine
51 which disallows registry changes, or on which software should not be
52 installed. For instance, you can now run Emacs directly from a CD
53 without copying or installing anything on the machine itself.
54
55* Starting Emacs
56
57 To run Emacs, simply select Emacs from the Start Menu, or invoke
58 runemacs.exe directly from Explorer or a command prompt. This will
59 start Emacs in its default GUI mode, ready to use. If you have never
60 used Emacs before, you should follow the tutorial at this point
61 (select Emacs Tutorial from the Help menu), since Emacs is quite
62 different from ordinary Windows applications in many respects.
63
64 If you want to use Emacs in tty or character mode within a command
65 window, you can start it by typing "emacs -nw" at the command prompt.
66 (Obviously, you need to ensure that the Emacs bin subdirectory is in
67 your PATH first, or specify the path to emacs.exe.) The -nw
68 (non-windowed) mode of operation is most useful if you have a telnet
69 server on your machine, allowing you to run Emacs remotely.
70
9ccbb53d
JR
71* Image support
72
73 Emacs has built in support for XBM and PPM/PGM/PBM images, and the
74 libXpm library is bundled, providing XPM support (required for color
30f8b2fa
JR
75 toolbar icons and splash screen). Source for libXpm should be available
76 on the same place as you got this binary distribution from. The version
77 of libXpm bundled with this version of Emacs is 3.5.7, based on x.org's
78 libXpm library from X11R7.3.
9ccbb53d
JR
79
80 Emacs can also support some other image formats with appropriate
81 libraries. These libraries are all available as part of GTK, or from
82 gnuwin32.sourceforge.net. Emacs will find them if the directory they
83 are installed in is on the PATH.
84
85 PNG: requires the PNG reference library 1.2 or later, which will
86 be named libpng13d.dll, libpng13.dll, libpng12d.dll, libpng12.dll
87 or libpng.dll. LibPNG requires zlib, which should come from the same
88 source as you got libpng.
89
90 JPEG: requires the Independant JPEG Group's libjpeg 6b or later,
91 which will be called jpeg62.dll, libjpeg.dll, jpeg-62.dll or jpeg.dll.
92
93 TIFF: requires libTIFF 3.0 or later, which will be called libtiff3.dll
94 or libtiff.dll.
95
96 GIF: requires libungif or giflib 4.1 or later, which will be
97 called giflib4.dll, libungif4.dll or libungif.dll.
98
99
31098a38
AI
100* Uninstalling Emacs
101
102 If you should need to uninstall Emacs, simply delete all the files and
103 subdirectories from the directory where it was unpacked (Emacs does
104 not install or update any files in system directories or anywhere
105 else). If you ran the addpm.exe program to create the registry
106 entries and the Start menu icon, then you can remove the registry
107 entries using regedit. All of the settings are written under the
108 Software\GNU\Emacs key in HKEY_LOCAL_MACHINE, or if you didn't have
109 administrator privileges, the same key in HKEY_CURRENT_USER. Just
110 delete the Software\GNU\Emacs key.
111
112 The Start menu entry can be removed by right-clicking on the Task bar
113 and selecting Properties, then using the Remove option on the Start
114 Menu Programs page. (If you installed under an account with
115 administrator privileges, then you need to click the Advanced button
116 and look for the Gnu Emacs menu item under All Users.)
117
118* Troubleshooting
119
120 Unpacking the distributions
121
122 If you encounter trouble trying to run Emacs, there are a number of
123 possible causes. If you didn't use the versions of tar and gunzip (or
124 djtarnt) on the above ftp site, it is possible that the distribution
125 became corrupted while it was being unpacked. Check the following for
126 indications that the distribution was not corrupted:
127
128 * Be sure to disable the CR/LF translation or the executables will
129 be unusable. Older versions of WinZipNT would enable this
130 translation by default. If you are using WinZipNT, disable it.
131 (I don't have WinZipNT myself, and I do not know the specific
132 commands necessary to disable it.)
133
134 * Check that filenames were not truncated to 8.3. For example,
135 there should be a file lisp\abbrevlist.elc; if this has been
136 truncated to abbrevli.elc, your distribution has been corrupted
137 while unpacking and Emacs will not start.
138
139 * Users have said that some utilities (WinZip again?) don't create
140 the lock subdirectory. You can create the lock directory by hand
141 (it is normally empty).
142
143 * Users have also reported that the gnu-win32 tar corrupts the
144 executables. Use the version of tar or djtarnt on the ftp.gnu.org
145 site instead.
146
147 If you believe you have unpacked the distributions correctly and are
148 still encountering problems, see the section on Further Information
149 below.
150
151 Virus scanners
152
153 Some virus scanners interfere with Emacs' use of subprocesses. If you
154 are unable to use subprocesses and you use Dr. Solomon's WinGuard or
155 McAfee's Vshield, turn off "Scan all files" (WinGuard) or "boot sector
156 scanning" (McAfee exclusion properties).
157
158* Further information
159
160 If you have access to the World Wide Web, I would recommend pointing
161 your favorite web browser to following the document (if you haven't
162 already):
163
164 http://www.gnu.org/software/emacs/windows/ntemacs.html
165
166 This document serves as an FAQ and a source for further information
167 about the Windows port and related software packages.
168
169 In addition to the FAQ, there is a mailing list for discussing issues
72d40630
EZ
170 related to the Windows port of Emacs. For information about the
171 list, see this Web page:
172
6e3645dc 173 http://lists.gnu.org/mailman/listinfo/help-emacs-windows
72d40630
EZ
174
175 To ask questions on the mailing list, send email to
176 help-emacs-windows@gnu.org. (You don't need to subscribe for that.)
177 To subscribe to the list or unsubscribe from it, fill the form you
6e3645dc 178 find at http://lists.gnu.org/mailman/listinfo/help-emacs-windows as
72d40630 179 explained there.
31098a38
AI
180
181 Another valuable source of information and help which should not be
182 overlooked is the various Usenet news groups dedicated to Emacs.
183 These are particuarly good for help with general issues which aren't
184 specific to the Windows port of Emacs. The main news groups to use
185 for seeking help are:
186
187 gnu.emacs.help
188 comp.emacs
189
190 There are also fairly regular postings and announcements of new or
191 updated Emacs packages on this group:
192
193 gnu.emacs.sources
194
195* Reporting bugs
196
197 If you encounter a bug in this port of Emacs, we would like to hear
198 about it. First check the FAQ on the web page above to see if the bug
199 is already known and if there are any workarounds. Then check whether
200 the bug has something to do with code in your .emacs file, e.g. by
201 invoking Emacs with the "-q --no-site-file" options.
202
203 If you decide that it is a bug in Emacs that might be specific to the
7ee43737 204 Windows port, send a message to the "help-emacs-windows@gnu.org"
31098a38
AI
205 mailing list describing the bug, the version of Emacs that you are
206 using, and the operating system that you are running on (Windows NT,
7ee43737
AI
207 2000, 95, 98, etc. including service pack level if known). If the bug
208 is related to subprocesses, also specify which shell you are using
209 (e.g., include the values of `shell-file-name' and
210 `shell-explicit-file-name' in your message).
31098a38
AI
211
212 If you think the bug is not specific to the Windows port of Emacs,
7ee43737 213 then it is better to mail the bug report to "bug-gnu-emacs@gnu.org" so
31098a38
AI
214 that it will be seen by the right people. If Emacs has been set up to
215 send mail, you can use the command M-x report-emacs-bug to create and
216 send the bug report, but in some cases there is a function to report
217 bugs in a specific package; e.g. M-x gnus-bug for Gnus, M-x
218 c-submit-bug-report for C/C++/Java mode, etc.
219
678c6e62 220 Enjoy!
892df15e
JR
221
222\f
223This file is part of GNU Emacs.
224
225GNU Emacs is free software; you can redistribute it and/or modify
226it under the terms of the GNU General Public License as published by
227the Free Software Foundation; either version 3, or (at your option)
228any later version.
229
230GNU Emacs is distributed in the hope that it will be useful,
231but WITHOUT ANY WARRANTY; without even the implied warranty of
232MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
233GNU General Public License for more details.
234
235You should have received a copy of the GNU General Public License
236along with GNU Emacs; see the file COPYING. If not, write to the
237Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
238Boston, MA 02110-1301, USA.