home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 387a.lha / MicroGnuEmacsRexx / readme.jwl < prev    next >
Encoding:
Text File  |  1990-06-12  |  2.5 KB  |  80 lines

  1.  
  2. Well, I *had* a nice doc file, and ARC ate it.
  3.  
  4. Here's a quickie, instead.
  5.  
  6. Tomas Rokicki has added ARexx compatibility to MicroGnuEmacs.  I've made a
  7. few changes to his version, and included everything in the way of new
  8. executables and documentation in this archive.  See "readme.tgr" for Tom's
  9. extensive, nifty changes; this talks only about mine.
  10.  
  11. 1.  The function keys are bound differently.
  12.  
  13.     /* Function keys     */
  14.  
  15.           F1,    "fill-paragraph");
  16.     SHIFT-F1,    "set-fill-column");
  17.  
  18.           F2,    "query-replace");
  19.     SHIFT-F2,    "goto-line");
  20.  
  21.           F3,    "search-again");
  22.     SHIFT-F3,    "find-file-other-window");
  23.  
  24.           F4,    "capitalize-word");
  25.     SHIFT-F4,    "what-cursor-position");
  26.  
  27.           F5,    "backward-paragraph");
  28.     SHIFT-F5,    "kill-paragraph");
  29.  
  30.           F6,    "forward-paragraph");
  31.     SHIFT-F6,    "auto-indent-mode");
  32.  
  33.           F7,    "start-kbd-macro");
  34.     SHIFT-F7,    "end-kbd-macro");
  35.  
  36.           F8,    "call-last-kbd-macro");
  37.     SHIFT-F8,    "global-set-key");
  38.  
  39.           F9,    "find-file");
  40.     SHIFT-F9,    "insert-file");
  41.  
  42.           F10,    "save-buffers-kill-emacs");
  43.     SHIFT-F10,    "suspend-emacs");
  44.  
  45.  
  46. 2.  Maximum line length is 4096 instead of 256.  I was sick of "file has
  47.     long line" messages; this ought to help a little.  It may also gobble
  48.     memory at a ridiculous rate, but it's my personal emacs, and I have a
  49.     decent supply of memory. 
  50.  
  51. 3.  I changed the fill-paragraph function to double-space after quoted
  52.     sentences as well as regular ones.  End-of-sentence punctuation
  53.     consists of:  : . ? !  as far as mg1b/Rexx is concerned;
  54.     delimiter/quotation marks consist of ' " ) } ].  Thus, the default is
  55.     to leave two spaces after things like "There!" and ``Really?'' and
  56.     such.  Note the mg1b will let you do it differently if you like (for
  57.     instance, I use a single space above) if you want to...  Play with it
  58.     and see what happens... 
  59.  
  60. 4.  I changed the name, restored the borderless window, and changed the
  61.     color of the mode-line, and added menus & mouse functions.
  62.  
  63. 5.  The ".mg" startup file I've included is the one which I'm currently
  64.     using.  You'll notice that Tom has made some significant changes to the
  65.     way this file must be written...
  66.  
  67.  
  68. Questions/Problems/Etc.
  69. ======================
  70.  
  71. If it breaks in both emacs.jwl and emacs.tgr, contact either Tom Rokicki
  72. or Mike Meyer; they're Real Programmers.  If it breaks only in emacs.jwl,
  73. let me know about it and I'll see what I can do (leave mail for John
  74. Lockhart on Harbour Light, Toad Hall, Channel One, or IDCMP), but no
  75. promises, warrantees, guarantees, etc.
  76.  
  77. Enjoy...
  78.  
  79.    John W. Lockhart
  80.