home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / languages / elisp / packages / rexx-1.0 / readme.amiga < prev    next >
Encoding:
Text File  |  1993-03-16  |  420 b   |  12 lines

  1.     The Amigaport V1.26 of GNUEmacs has a annoying bug; it quotes
  2.     all arguments to commands, therefore RX can't be called directly.
  3.  
  4.     A workaround is to specify rexx-command-name to "rxnq", which
  5.     is a small (280 bytes!) command which strips the quotes and
  6.     calls RX. To do this, place the following lines into the
  7.     rxdb-mode-hook is the s:.emacs file.
  8.  
  9.         (setq rxdb-command-name "rxnq")
  10.  
  11.     And place rxnq in the loadpath.
  12.