README 4.6 KB

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