home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR4 / PVILE356.ZIP / VILE.1 < prev    next >
Text File  |  1993-07-30  |  4KB  |  133 lines

  1.  
  2.  
  3.  
  4. VILE(1)                                                   VILE(1)
  5.  
  6.  
  7. NAME
  8.        vile - VI Like Emacs
  9.  
  10. SYNOPSIS
  11.        vile [-hVv] [-spattern] [+/pattern] [-ttag] [-gNNN] [+NNN]
  12.        [@cmdfile] [filename]...
  13.  
  14. DESCRIPTION
  15.        vile is a text editor.  This man  page  is  fairly  terse.
  16.        More  information  can be obtained from the internal help,
  17.        available with the -h option or by using the ":help"  com-
  18.        mand from within vile.
  19.  
  20. OPTIONS
  21.        +NNN and -gNNN
  22.               vile  will  begin  the session on the first file at
  23.               the specified line number.
  24.  
  25.        +/pattern or -s pattern
  26.               In the first file, vile  will  execute  an  initial
  27.               search for the given pattern.
  28.  
  29.        -t     The  -t  option  specifies a "tag".  vile will edit
  30.               the file containing, and place the cursor at,  that
  31.               tag.   This  requires  a  tagsfile  created  by the
  32.               ctags(1) command.
  33.  
  34.        -h     Invokes vile on the helpfile.
  35.  
  36.        -v     Invokes vile in "view" mode - no changes  are  per-
  37.               mitted to the buffer in this mode.  (This will also
  38.               be true if vile is invoked as view.)
  39.  
  40.        -V     vile will report its version number.
  41.  
  42. INVOCATION
  43.        vile will edit the files specified on  the  command  line.
  44.        If  no files are specified, and standard input is not con-
  45.        nected to a terminal, then vile will  bring  up  a  buffer
  46.        containing  the output of the pipe it is connected to, and
  47.        will re-open /dev/tty for commands.  Files (except for the
  48.        first) are not actually read into buffers until "visited".
  49.        All buffers are kept in memory:  machines  with  not  much
  50.        memory or swap space may have trouble with this.
  51.  
  52. SPIRIT
  53.        vile  retains the "finger-feel", if you will, of vi, while
  54.        adding the multiple  buffer/multiple  window  features  of
  55.        emacs and other editors.  It is definitely not a vi clone,
  56.        in that some substantial stuff is missing, and the  screen
  57.        doesn't  look quite the same.  The things that you tend to
  58.        type over and over probably work -- things done less  fre-
  59.        quently,  like  configuring a startup file, are quite dif-
  60.        ferent.  But what  matters  most  is  that  one's  "muscle
  61.  
  62.  
  63.  
  64.                                                                 1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. VILE(1)                                                   VILE(1)
  71.  
  72.  
  73.        memory"  does the right thing to the text in front of you,
  74.        and that is what vile tries to do for vi users.
  75.  
  76. COMMANDS
  77.        Please refer to the help available within vile  for  vile-
  78.        specific commands.  That document, however, assumes famil-
  79.        iarity with vi.
  80.  
  81.        Currently,  documentation  on  writing  macros  using  the
  82.        internal scripting language is lacking, although the help-
  83.        file does contain examples.  Current microEmacs documenta-
  84.        tion would be helpful here.
  85.  
  86. STARTUP
  87.        vile will read initial commands from a .vilerc file in the
  88.        current or home directories.  See the help file for  exam-
  89.        ples of how this can be used.
  90.  
  91. SEE ALSO
  92.        Your  favorite  vi  document, and current microEmacs docu-
  93.        ments.
  94.  
  95. DEBTS and CREDITS
  96.        vile was originally built from a copy of microEmacs, so  a
  97.        large  debt  of gratitude is due to the developers of that
  98.        program.  A lot of people have helped with  code  and  bug
  99.        reports  on  vile.   Names  are named at the bottom of the
  100.        help file.
  101.  
  102. AUTHOR
  103.        vile was created  by  Paul  Fox.   That's  Paul  G.   Fox.
  104.        There's  another  editor,  a  clone of BRIEF called crisp,
  105.        which was written by a Paul D.  Fox.  I'm not him.
  106.  
  107. BUGS
  108.        The "VI Like Emacs" joke  isn't  really  funny.   It  only
  109.        sounds that way.  :-)
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.                                                                 2
  131.  
  132.  
  133.