Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
[bpt/emacs.git] / nt / README
CommitLineData
d3776990 1 Emacs for Windows NT/2000 and Windows 95/98/ME
a4a9692d 2
ab422c4d 3 Copyright (C) 2001-2013 Free Software Foundation, Inc.
7f6d64f8 4 See the end of the file for license conditions.
4b994b84 5
d3776990
AI
6 This directory contains support for compiling and running GNU Emacs on
7 Windows NT, Windows 95, and their successors. This port supports all
8 of the major functionality of the Unix version, including
9 subprocesses, windowing features (fonts, colors, scroll bars, multiple
10 frames, etc.), and networking support.
a4a9692d 11
d3776990 12 Precompiled distributions are also available; ftp to
a4a9692d 13
eab17b5d 14 ftp://ftp.gnu.org/gnu/emacs/windows/
a4a9692d 15
d3776990 16 for the latest precompiled distributions.
a4a9692d
DL
17
18* Building and installing
19
d3776990
AI
20 See the INSTALL file in this directory for detailed instructions on
21 building and installing Emacs on your system.
a4a9692d 22
ece646ab
JR
23* EXE files produced
24
25 Building and installing Emacs will produce the following executable
26 files in the bin directory.
27
28 + emacs.exe - The main Emacs executable. As this is designed to run
29 as both a text-mode application (emacs -nw) and as a GUI application,
30 it will pop up a command prompt window if run directly from Explorer.
31
32 + runemacs.exe - A wrapper for running Emacs as a GUI application
33 without popping up a command prompt window.
34
35 + emacsclient.exe - A command-line client program that can
36 communicate with a running Emacs process. See the `Emacs Server'
53964682 37 node of the Emacs manual.
ece646ab
JR
38
39 + emacsclientw.exe - A version of emacsclient that does not open
40 a command-line window.
41
42 + addpm.exe - A basic installer that creates Start Menu icons for Emacs.
43 Running this is optional.
44
45 + cmdproxy.exe - Used internally by Emacs to work around problems with
46 the native shells in various versions of Windows.
47
48 + ctags.exe, etags.exe - Tools for generating tag files. See the
49 `Tags' node of the Emacs manual.
50
51 + ebrowse.exe - A tool for generating C++ browse information. See the
52 `Ebrowse' manual.
53
54 + ddeclient.exe - A tool for interacting with DDE servers.
55
56 + hexl.exe - A tool for converting files to hex dumps. See the
57 `Editing Binary Files' node of the Emacs manual.
58
59 + movemail.exe - A helper application for safely moving mail from
60 a mail spool or POP server to a local user mailbox. See the
61 `Movemail' node of the Emacs manual.
62
a4a9692d
DL
63* Further information
64
33d69478
EZ
65 There is a web page that serves as a FAQ for the Windows port of
66 Emacs (a.k.a. NTEmacs) at:
a4a9692d 67
d3776990 68 http://www.gnu.org/software/emacs/windows/ntemacs.html
a4a9692d 69
d3776990 70 There is also a mailing list for discussing issues related to this
33d69478
EZ
71 port of Emacs. For information about the list, see this Web page:
72
73 http://mail.gnu.org/mailman/listinfo/help-emacs-windows
74
75 To ask questions on the mailing list, send email to
76 help-emacs-windows@gnu.org. (You don't need to subscribe for that.)
77 To subscribe to the list or unsubscribe from it, fill the form you
78 find at http://mail.gnu.org/mailman/listinfo/help-emacs-windows as
79 explained there.
a4a9692d 80
d3776990
AI
81 Another valuable source of information and help which should not be
82 overlooked is the various Usenet news groups dedicated to Emacs.
33d69478 83 These are particularly good for help with general issues which aren't
d3776990
AI
84 specific to the Windows port of Emacs. The main news groups to use
85 for seeking help are:
a4a9692d 86
d3776990
AI
87 gnu.emacs.help
88 comp.emacs
a4a9692d 89
d3776990
AI
90 There are also fairly regular postings and announcements of new or
91 updated Emacs packages on this group:
a4a9692d 92
d3776990 93 gnu.emacs.sources
a4a9692d 94
d3776990 95* Reporting bugs
a4a9692d 96
d3776990
AI
97 If you encounter a bug in this port of Emacs, we would like to hear
98 about it. First check the file etc/PROBLEMS and the FAQ on the web
99 page above to see if the bug is already known and if there are any
100 workarounds. If not, then check whether the bug has something to do
eab17b5d
JR
101 with code in your .emacs file, e.g. by invoking Emacs with the "-Q"
102 option.
103
104 Use the built in bug reporting functionality in Emacs so that it
105 will be seen by the right people. You can use the command M-x
106 report-emacs-bug to create and send the bug report, but in some
107 cases there is a function to report bugs in a specific package;
108 e.g. M-x gnus-bug for Gnus, M-x c-submit-bug-report for C/C++/Java
109 mode, etc.
7f6d64f8
GM
110
111\f
112This file is part of GNU Emacs.
113
eef0be9e 114GNU Emacs is free software: you can redistribute it and/or modify
7f6d64f8 115it under the terms of the GNU General Public License as published by
eef0be9e
GM
116the Free Software Foundation, either version 3 of the License, or
117(at your option) any later version.
7f6d64f8
GM
118
119GNU Emacs is distributed in the hope that it will be useful,
120but WITHOUT ANY WARRANTY; without even the implied warranty of
121MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
122GNU General Public License for more details.
123
124You should have received a copy of the GNU General Public License
eef0be9e 125along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.