home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / m / me_cd25.zip / README.1ST < prev   
Text File  |  1992-11-27  |  5KB  |  155 lines

  1. -*-text-*-
  2.  
  3. The following description of ME2 was extracted from the readme file in
  4. doc.zip:
  5.  
  6.     This stuff is released as GNU Ware - use, share and enjoy.
  7.  
  8.  
  9.  
  10.                  What is ME2?
  11.                  ---- -- ----
  12.  
  13.        ME2 is a small, portable, extendable [GNU] Emacs-like editor
  14.     that is known to compile and run on HP-UX (Series 800, 700 and
  15.     300), BSD Unix (Sun, Apollo, DEC, etc), IBM AIX, OSF/POSIX (HP
  16.     and DEC), MS-DOS/PC-DOS (IBM PCs and compatibles), OS/2 and
  17.     Atari (TOS and MiNT).  "Pure" SysV Unix is not supported.  ME2
  18.     is very customizable via a compiled language (provided) with
  19.     lots of example programs:  a C mode, paren matching, a visual
  20.     towers of hanoi, incremental searching, programmers calculator,
  21.     mark rings, multi file search (and replace), picture mode (from
  22.     GNU Emacs), gomoku (from GNU Emacs) and lots more.  Other
  23.     features include 8 bit character support and the (Unix only)
  24.     ability to have concurrent processes (such as make) running in a
  25.     buffer.
  26.  
  27.  
  28.                THE MS-DOS DISTRIBUTION
  29.                --- ------ ------------
  30.  
  31. This is a special MS-DOS distribution of Craig Durland's Mutt Editor II
  32. version 2.5.  Original files were all downloaded via anonymous ftp from
  33. hpcvaaz.cv.hp.com.  Bob Stocker wrote these instructions and put together
  34. the distribution.
  35.  
  36. I deleted C source code from the original shell-archive distribution and
  37. added several DOS niceties -- like (hopefully) these instructions,
  38. compiled versions of core Mutt programs, and a .bat file for compiling
  39. core Mutt programs.
  40.  
  41. To keep things relatively uncluttered without getting involved in
  42. subdirectories (which often unzip into one directory anyway if you're not
  43. careful), I've put related things together in separate .zip files.  This
  44. is what they contain:
  45.  
  46. File        Contents
  47. ----        --------
  48.  
  49. doc.zip        Documentation.
  50.  
  51.         I changed some file names to eliminate conflicts which
  52.         arose when these files were collected into a single
  53.         archive, but didn't modify the contents of any files.
  54.  
  55.         The file contents.doc provides short descriptions of
  56.         documentation files.
  57.  
  58. mutt2.zip    Core Mutt programs used to extend the functionality of
  59.         ME2 and a compile.bat file to compile them.  Compiled
  60.         versions of core Mutt programs are also included.
  61.  
  62. mc2mutt.zip    Sample Mutt programs from the mc2\mutt directory of the
  63.         general ME2 distribution.
  64.  
  65.         You can safely ignore most of this stuff until you feel
  66.         inclined to write your own extensions to ME2.
  67.  
  68. me2mutt.zip    Sample Mutt programs from me2\mutt directory of the
  69.         general ME2 distribution.
  70.  
  71.         You may want to look at Craig Durland's myme.mut file in
  72.         this archive.  Unless you want to get involved in Mutt
  73.         programming, you can safely ignore most of the stuff
  74.         too.
  75.  
  76. bobsmutt.zip    Extensions that I currently use to make ME2 behave more
  77.         like GNU Emacs.
  78.  
  79.         It's safe to ignore this too -- though I personally find
  80.         life more bearable when I can use page-other-window and
  81.         save-buffers-and-exit.
  82.         
  83.         To try out these extensions extract myme.mco to the
  84.         directory where you decided to install your *.mco files.
  85.         (See steps (2) through (5) in the installation
  86.         instructions that follow.)
  87.  
  88. contrib.zip    Other contributed Mutt2 programs.  Currently, this
  89.         archive contains an extension to "make (La)TeX input more
  90.         fun."
  91.  
  92.  
  93.               HOW TO INSTALL ME2
  94.               --- -- ------- ---
  95.  
  96.    1) Copy me2.exe and mc2.exe to a directory in your search path.  For
  97.       example, if you keep executables in c:\bin use commands like:
  98.  
  99.     copy me2.exe c:\bin
  100.     copy mc2.exe c:\bin
  101.  
  102.       (If you are tight on disk space, you won't need mc2.exe unless you
  103.       decide to write your own Mutt programs).
  104.  
  105.    2) Create a directory for storing compiled Mutt programs.  For
  106.       example, on my system I store these kinds of things in
  107.       subdirectories of c:\lib.  I used the command
  108.  
  109.     md c:\lib\mutt
  110.  
  111.       to create a new directory for compiled Mutt programs.
  112.  
  113.    3) Copy mutt2.zip to the directory that you created in step (2).  For
  114.       example (using my choice of directory name):
  115.  
  116.     copy mutt2.zip c:\lib\mutt
  117.  
  118.    4) Cd to the directory that you created in step (2).  For example
  119.       (again using my choice of directory name):
  120.  
  121.     c:
  122.     cd \lib\mutt
  123.  
  124.    5) Extract the *.mco (compiled Mutt files from mutt2.zip by entering
  125.       a command like:
  126.  
  127.     pkunzip mutt2 *.mco
  128.     
  129.       or
  130.  
  131.     unzip mutt2 *.mco
  132.  
  133.       (If you are tight on disk space, you can delete mutt2.zip
  134.       afterwards).
  135.       
  136.    6) Set the environment variable ME2 to the directory that you created
  137.       in step (2).  For example (again using my choice of directory
  138.       name):
  139.  
  140.     set me2=C:\lib\mutt
  141.  
  142.    7) Add the set command from step (7) to your autoexec.bat file so the
  143.       environment variable ME2 will be set automatically next time you
  144.       reboot.
  145.  
  146.    8) As a quick test, run me2, hit Escape x load <return> ganoi
  147.       <return> 4 <return>.  If you get the Towers of Hanoi with 4 disks,
  148.       things are probably working pretty well.
  149.  
  150.    9) Unzip doc.zip and read as much of the documentation as you feel
  151.       you need.  If you're familiar with either Gosling's Emacs or GNU
  152.       Emacs you should be able to begin doing useful things after
  153.       scanning qref.doc.
  154.  
  155.