home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / disks / disk434.lzh / GMC / english.docs / SetGMC.Doc < prev    next >
Text File  |  1991-01-18  |  7KB  |  277 lines

  1.  
  2.      SetGMC V9.8                Operating Manual                     Page 1
  3.  
  4.  
  5.  
  6.  
  7.  
  8.      ›1mNAME 
  9.  
  10.           ›0mSetGMC - Configuration program for GMC 
  11.  
  12.  
  13.  
  14.      ›1mSYNOPSIS 
  15.  
  16.           ›0mSetGMC [-f <set file name>]|[[DEF] <Command> <Argument(s)>] 
  17.  
  18.  
  19.  
  20.      ›1mDESCRIPTION 
  21.  
  22.                ›0mWith SetGMC  GMC-processes  can  be configurated.  This
  23.           can be done  by  a  single  command  in  the  command  line,
  24.           interactively  with  separate  prompt, or by reading a input
  25.           file.  
  26.  
  27.  
  28.        Parameter 
  29.  
  30.                The file <set file  name>  contains  the  commands  and
  31.           their arguments.  The syntax is descriped below.  
  32.  
  33.                If  no  file name is used, a command with arguments can
  34.           be given as parameter.  DEF tells SetGMC that  this  command
  35.           shall be used as global setting.  
  36.  
  37.                If SetGMC is executed without parameters, it enters the
  38.           interactive mode.    A  special  prompt  is shown and SetGMC
  39.           waits for  commands.    The  interactive  mode  is  left  by
  40.           Ctrl-\.  
  41.  
  42.  
  43.        Commands 
  44.  
  45.           INS ON|OFF 
  46.           Insert mode on/off 
  47.  
  48.           HELP ON|OFF 
  49.           Help key functions on/off 
  50.  
  51.           PATH ON|OFF 
  52.           Actual directory path in window title on/off 
  53.  
  54.           FKEYS ON|OFF 
  55.           Function keys on/off 
  56.  
  57.           NEWSIZE ON|OFF 
  58.           New prompt display on window resizing on/off 
  59.           The   function   is  ignored  together  with  SIMPLE_REFRESH
  60.           windows.  
  61.  
  62.           BEEP <v> <c> <d> 
  63.           Loudness is set by v.  A value of 0 disables  the  function,
  64.           maximum is  64.    c gives the duration of the sound signal.
  65.           Correct values are  between  1  and  10.  With  d  the  time
  66.  
  67.  
  68.      SetGMC V9.8                                                   08.11.90
  69.  
  70.  
  71.      SetGMC V9.8                Operating Manual                     Page 2
  72.  
  73.  
  74.           interval  can  be  set  that  must  be  between the point of
  75.           returning a READ packet and reception of the next.  Normally
  76.           this is the time interval between hitting the RETURN key and
  77.           the display of a new prompt.    Correct  values  for  d  are
  78.           between 0 and 65535.  
  79.  
  80.           BUFFER <n> 
  81.           The number n gives the size of the buffer for storage of the
  82.           output.  The size must have minimum of 4096 and a maximum of
  83.           999999  Bytes.  A  reduction  of  the  buffer  size  will be
  84.           ignored.  
  85.  
  86.           PAGELEN <n> 
  87.           This command sets the page length of  a  window  text  dump.
  88.           Correct  values  for  n  are  0,40..99,  0 switches the page
  89.           length setting off.  
  90.  
  91.           XY <x> <y> XY <x> <y> <x> <y> <w> <h> (KS 2.0 Version) 
  92.           x and y give the position of  the  left,  top  edge  of  the
  93.           icon.   If  the  values  overshoot the maximum values of the
  94.           screen, the icon will be placed at the right or  the  bottom
  95.           border, respectively.  
  96.  
  97.           In  the KS 2.0 version of SetGMC, this command sets also the
  98.           size and  the  position  of  window  by  MAXWINDOW.  If  the
  99.           specified  size  is  bigger than the size of the screen, the
  100.           window gets the maximal possible size in dependence  of  the
  101.           specified position.  
  102.  
  103.           SCRIPT <filename> 
  104.           The file  <filename> will be opened as a script file.  If no
  105.           file name is given, an opened script file  will  be  closed.
  106.           This command can be used only for local configuration.  
  107.  
  108.           <q>F<n> "<string>" 
  109.           This  command  allows to assign strings to the function keys
  110.           in four levels.  The qualifier of the function key is  given
  111.           by  q ('','S','C','A'), n is the number of the function key.
  112.           The string must be set in quotes.  Inside the  quotes  other
  113.           quotes are  possible.    These  are assigned to the function
  114.           keys.  
  115.  
  116.           BS <n><s><c><a> 
  117.           DEL <n><s><c><a> 
  118.           CUL <n><s><c><a> 
  119.           Cur <n><s><c><a> 
  120.           With these commands it is possible to set  the  function  of
  121.           the  erase  keys  and  the cursor keys (left/right). n,s,c,a
  122.           give  the  function  of  the  keys  with  the  corresponding
  123.           qualifiers.  The following functions are supported: 
  124.  
  125.             -  No function: 0 
  126.  
  127.             -  Cursor left/Delete character in front of the cursor: 1 
  128.  
  129.             -  Cursor right/Delete character under the cursor: 2 
  130.  
  131.             -  Cursor to previous block/Delete to start of block: 3 
  132.  
  133.             -  Cursor to next block/Delete to end of block: 4 
  134.  
  135.  
  136.  
  137.      SetGMC V9.8                                                   08.11.90
  138.  
  139.  
  140.      SetGMC V9.8                Operating Manual                     Page 3
  141.  
  142.  
  143.             -  Cursor to previous word/Delete to start of word: 5 
  144.  
  145.             -  Cursor to next word/Delete to end of word: 6 
  146.  
  147.             -  Cursor to start of line/Delete to start of line: 7 
  148.  
  149.             -  Cursor to end of line/Delete to end of line: 8 
  150.  
  151.             -  Delete line: 9 
  152.  
  153.  
  154.                Delete  function  can  be  used  only  with erase keys,
  155.           movement functions only with cursor keys.  
  156.  
  157.                If global configuration is used, the editing keys  must
  158.           be  explicitly  set,  otherwise  0 (no function) is taken as
  159.           default setting.  
  160.  
  161.           TAB <n><s><c><a> 
  162.           File/directory name completer: Select  objects  to  display.
  163.           Every  of  the four numbers tells the function which objects
  164.           shall be  displayed.    The  numbers  are   interpreted   as
  165.           3-bit-pattern.  Bit  2  specifies info files to be diplayed.
  166.           Bit 1 does this for directories and bit 0 for normal files.  
  167.  
  168.           Examples: 
  169.  
  170.                TAB 1427 
  171.                Only TAB:  normal  files;  S-TAB:  info  files;  C-TAB:
  172.                directories;   A-TAB:   all   files   and  directories.
  173.                Function same as old TAB ON.  
  174.  
  175.                TAB 7777 
  176.                TAB with any qualifier: display everything.  
  177.  
  178.                TAB 0000 
  179.                Nothing is diplayed (no directory scanning).    Default
  180.                setting, same as old TAB OFF.  
  181.  
  182.  
  183.  
  184.      ›1mSEE ALSO 
  185.  
  186.           ›0mGMC.Doc 
  187.  
  188.  
  189.  
  190.      ›1mBUGS 
  191.  
  192.           ›0mNone known 
  193.  
  194.  
  195.  
  196.      ›1mREMARKS 
  197.  
  198.                ›0mThe code  for  SetGMC is written reentrant.  SetGMC can
  199.           be made resident (e.g. by ARes or Resident).  
  200.  
  201.                Local configuration has effects only to the GMC process
  202.           in its window it is  executed.    Local  commands  that  are
  203.           executed  in a non-GMC-window are acknowledged with an error
  204.  
  205.  
  206.      SetGMC V9.8                                                   08.11.90
  207.  
  208.  
  209.      SetGMC V9.8                Operating Manual                     Page 4
  210.  
  211.  
  212.           message.  
  213.  
  214.                The version numbers on SetGMC and GMC must be the  same
  215.           otherwise an error message is generated.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.      SetGMC V9.8                                                   08.11.90
  276.  
  277.