home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1998 March / Simtel-MSDOS-Mar1998-CD2.iso / disc2 / djgpp / v2gnu / emacs.txt < prev    next >
Text File  |  1997-10-27  |  9KB  |  196 lines

  1. 1. Introduction
  2.    ------------
  3.  
  4. GNU Emacs compiled with DJGPP v2.x is hereby available as part of the
  5. DJGPP archives.  Emacs can be compiled with DJGPP out of the box, and
  6. you are encouraged to get the latest version from the GNU ftp sites
  7. and build it by yourself; but if you don't have the time, necessary
  8. tools or disk storage required to unzip the full source distribution
  9. and build Emacs, you can get here the pre-built binaries and only
  10. those parts of the package that you need.
  11.  
  12. The binaries here were produced from the official version 19.34 of GNU
  13. Emacs, with the following changes:
  14.  
  15.     * A bug in `hexl' (found after Emacs 19.34 was already released)
  16.       was corrected whereby binary file were not read in binary mode.
  17.  
  18.     * A support for MS-Windows clipboard was added: you can copy, cut
  19.       and paste to or from other Windows applications in the same way
  20.       as on X Windows platforms.  See the `MS-DOS' chapter of the
  21.       Emacs on-line manual for more details.  The clipboard support
  22.       code was originally written by Dale P. Smith <dpsm@en.com> and
  23.       should be included in the next official Emacs release.
  24.  
  25.     * A bug was corrected whereby running sub-processes on Windows 95
  26.       with LFN enabled didn't work.
  27.  
  28.     * When Emacs doesn't have to support non-US keyboard, both left
  29.       and right Alt keys behave the same.
  30.  
  31.     * A bug with restoring the blink/bright background bit has been
  32.       corrected.  Emacs will now restore that bit to whatever it found
  33.       on startup.
  34.  
  35.     * `M-x grep' and `M-x diff' now correctly interpret the exit code
  36.       of the sub-program they run.
  37.  
  38.     * `M-x man' now works (but you need to install a clone for the
  39.       `man' command).
  40.  
  41.     * Emacs was compiled and linked with the latest release of DJGPP
  42.       v2.01, so no library bugs should affect it (in particular, the 2
  43.       bugs related to Emacs that are described at the end of the
  44.       `INSTALL' file are no longer an issue, and it should no more
  45.       crash on NT and when certain number of environment variables are
  46.       defined).
  47.  
  48.  
  49.  
  50. 2. Files
  51.    -----
  52.  
  53. Emacs is a very large package.  To make downloading it easier, the
  54. archive here is divided into several zip files, each one of which
  55. should fit on a 1.4MB floppy disk.  Some files are required for running
  56. Emacs, others are recommended, still others are only needed if you want
  57. to rebuild Emacs (e.g., if you discover a bug).  Here is the list of
  58. the files:
  59.  
  60.      em1934b.zip   Binaries and minimal runtime support, required
  61.      em1934r1.zip  Full runtime support (1 of 3), required
  62.      em1934r2.zip  Full runtime support (2 of 3), required
  63.      em1934r3.zip  Full runtime support (3 of 3), required
  64.      em1934l1.zip  Elisp sources (1 of 3), recommended
  65.      em1934l2.zip  Elisp sources (2 of 3), recommended
  66.      em1934l3.zip  Elisp sources (3 of 3), recommended
  67.      em1934s1.zip  Emacs sources (1 of 3)
  68.      em1934s2.zip  Emacs sources (2 of 3)
  69.      em1934s3.zip  Emacs sources (3 of 3)
  70.  
  71. The approximate disk storage that you will need for the package is as
  72. follows:
  73.  
  74.      Binaries and minimal runtime support...................5MB
  75.      Binaries and full runtime support.....................20MB
  76.      Additional storage for Elisp sources..................15MB
  77.      Additional storage for MSDOS sources (em1934s1.zip)....6MB
  78.      Additional storage for the full sources...............12MB
  79.  
  80. (The above numbers may vary depending on the cluster size of your
  81. disk.)
  82.  
  83. If you are *exceedingly* short on disk space, you can run Emacs after
  84. installing only em1934b.zip.  However, most of the optional packages
  85. are NOT included in that archive, and neither is the on-line manual, so
  86. many commands won't work.  I tried to squeeze as many frequently-used
  87. packages as I could there, though, so `dired', `compile' and the basic
  88. help commands should work.  The rest of the runtime support
  89. (em1934r?.zip) is not organized in any particular order (actually, it's
  90. in alphabetic order), because different people use different packages
  91. for their chores, and there is no simple way to know what is best for
  92. everyone, especially since many packages require others to run.
  93.  
  94. If you can afford the disk space, downloading and installing the Elisp
  95. sources (em1934l?.zip) is *highly* recommended, because the best docs
  96. for each Elisp package can be always found at the beginning of its .el
  97. file; if you can't figure something by reading the on-line manual,
  98. always read the comments at the beginning of the .el package that
  99. defines the function(s) you are after.  (The GNU Emacs Lisp Manual,
  100. available from GNU FTP sites, is highly recommended if you seek deep
  101. understanding of how the Elisp code works.)
  102.  
  103. The rest of the package is only required if you want to recompile Emacs
  104. or debug it.  Note that if you want to rebuild Emacs on MSDOS, you will
  105. only need em1934s1.zip; the rest of the source distribution isn't used
  106. to compile Emacs on MSDOS and is here only for completeness' sake.
  107. (However, if you need the Texinfo sources of the Emacs manual, you will
  108. need to install em1934s2.zip as well.)  The file `INSTALL' in the main
  109. Emacs directory describes (at its end) how to build Emacs on MSDOS.
  110. The distribution has already been configured for DJGPP 2.x, so you
  111. don't need to run CONFIG.BAT if you use DJGPP 2.
  112.  
  113.  
  114. 3. Getting started
  115.    ---------------
  116.  
  117. To install Emacs, follow these steps:
  118.  
  119.    * Go to your main DJGPP installation directory.
  120.  
  121.    * Unzip all the files that you want to install.  If you use PKUNZIP,
  122.      don't forget the -d switch, like so:
  123.  
  124.           pkunzip -d em1934*.zip
  125.  
  126.      If you unzip the files on Windows 95, make sure you use an unzip
  127.      program that supports long file names in zip archives.
  128.  
  129.    * When you unzip the archives, a directory called `emacs' is created
  130.      in the `gnu' subdirectory of the DJGPP tree, with several
  131.      subdirectories.  Add the `gnu/emacs/bin' directory to your PATH.
  132.  
  133.    * If you are a new user of Emacs, be sure to begin by reading the
  134.      Emacs tutorial.  To this end, invoke Emacs and choose the
  135.      "Emacs Tutorial" item from the "Help" submenu (on the menu bar).
  136.  
  137.    * An example start-up file is included under the name
  138.      `_emacs.xmpl'; you can use it as a starting point for your
  139.      customizations by renaming it to `_emacs'.  (Emacs automatically
  140.      searches for and loads a file named `_emacs' at start-up.)  Note
  141.      that some settings there need optional packages and will print an
  142.      error message if you didn't install em1934r?.zip.  And please
  143.      don't complain if you don't like the settings of `_emacs.xmpl',
  144.      as they are my own preferences.  Just change them as you see fit
  145.      and move on.
  146.  
  147.      New users are advised to avoid using the example start-up file
  148.      until they get hold of the Emacs basics, because that example
  149.      disables the message about most important commands printed at
  150.      startup.
  151.  
  152.    * If you run Emacs under MS-Windows, you might find the files
  153.      `msdos/emacs.pif' and `msdos/emacs.ico' useful.
  154.  
  155. The zip files are LFN-clean, which means they can be unzipped on
  156. Windows 95 (or any other system that supports long filenames); in that
  157. case all the files will get their original long names, including the
  158. letter-case (e.g., `ChangeLog', `FAQ', etc.).  Note that if you want
  159. LFN support within Emacs (i.e., you set LFN=y in the environment), you
  160. *must* unzip the archives with an unzip program that supports long
  161. filenames, or else Emacs won't be able to find some of its files.  If
  162. you want to be able to run Emacs from both Windows 95 and plain DOS,
  163. you need to set the NameNumericTail property in the Registry to 0
  164. before you unzip the package (you may return the setting to 1 after you
  165. finish unzipping).  The DJGPP FAQ list explains the details of how to
  166. change this setting.
  167.  
  168.  
  169. 4. Troubleshooting
  170.    ---------------
  171.  
  172. If you have any trouble at all with using Emacs, it is recommended to
  173. perform the following steps in order:
  174.  
  175.    * Read the on-line docs which describe the command you use.
  176.  
  177.    * Look up your problem in the Emacs FAQ list (choose "Help|Emacs FAQ"
  178.      from the menu bar).
  179.  
  180.    * Consult the file `PROBLEMS' in the main Emacs directory for
  181.      solutions to known problems.
  182.  
  183.    * Read the chapter about reporting bugs in the on-line manual.  The
  184.      file `BUGS' in the main Emacs directory describes how to find
  185.      that chapter, if you have trouble with that.
  186.  
  187. You can post questions and requests for help to the gnu.emacs.help news
  188. group if none of the above seems to help. (Problems that seem to be
  189. DOS-related can be reported to comp.os.msdos.djgpp news group first.)
  190.  
  191.  
  192.  
  193.                    Enjoy.
  194.  
  195.                                     Eli Zaretskii <eliz@is.elta.co.il>
  196.