home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / vil55os2.zip / README next >
Text File  |  1995-11-21  |  12KB  |  302 lines

  1.  
  2. README for vile, version 5.5
  3. -----------------------------
  4.  
  5. vile is a text editor which is extremely compatible with vi in terms
  6. of "finger feel".  in addition, it has extended capabilities in many areas,
  7. notably multi-file editing and viewing, key rebinding, and real X window
  8. system support.
  9.  
  10. the authors of vile are Paul Fox, Tom Dickey, and Kevin Buettner.
  11.  
  12. many patches have been contributed by a lot of users.  we thank them.
  13.  
  14. more recent additions to this README appear near the bottom.  that is, most
  15. of the newest stuff is at the end, not up here where you are.
  16.  
  17. visit
  18.     ftp://id.wing.net/pub/pgf/vile
  19. to be sure it's still the latest.
  20.  
  21. impatient?  just type "./configure; make", and get a cup of coffee, decaf
  22. if necessary.  
  23.  
  24. want X11 support?  you'd better look at README.CFG, although 
  25. "./configure --with-screen=x11"; make" may well do what you want.
  26.  
  27. if you like vile, and wish to be informed of new releases, let me
  28. know -- i maintain a mailing list for that purpose.  don't worry -- the
  29. volume won't fill your inbox.
  30.  
  31. paul fox, pgf@foxharp.boston.ma.us
  32.  
  33. kevin buettner can be reached at kev@primenet.com
  34. tom dickey can be reached at dickey@clark.net
  35.  
  36. ------------------------------------------------------
  37.  
  38. original README, from February, 1992:
  39.  
  40. VILE -- VI Like Emacs: a vi workalike put together from Micro-Emacs by Paul Fox
  41. -------------------------------------------------------------------------------
  42.  
  43.     This editor grew out of a frustration that although lots of
  44.     eager programmers have tackled rewrites of Emacs, with new and
  45.     better features (not to mention free source), I've not seen
  46.     anything similar done with the Second True Editor.  (The
  47.     First, of course, being /bin/ed)
  48.  
  49.     So I took a copy of MicroEmacs 3.9 (which I've since
  50.     discovered was out of date, unfortunately) and turned it
  51.     into a vi "feel-alike".  It retains the multiple
  52.     buffer/multiple window features of uemacs, but the
  53.     "finger-feel", if you will, is very much that of vi.  It is
  54.     definitely not a clone, in that some substantial stuff is
  55.     missing, and the screen doesn't look quite the same.  But what
  56.     matters most is that one's "muscle memory" does the right thing
  57.     to the text in front of you, and that is what vile tries to do
  58.     for vi users.   THIS IS NOT A "CLONE"!  But it feels good.
  59.     (Put another way, the things that you tend to type over and
  60.     over probably work -- things done less frequently, like configuring
  61.     a .exrc file, are quite different.)
  62.  
  63.     This is the second really public release of vile.  Users of
  64.     previous versions will hopefully find many new features -- see the
  65.     CHANGES file for details.
  66.  
  67.     The collective developers of Micro-Emacs should be
  68.     complimented that the changes were as easy as they were.  The
  69.     code was pretty clean and well designed before I started on
  70.     it.  I'm not sure that the same can be said anymore... 
  71.  
  72.     The major benefits over standard vi include:
  73.         - multiple files open at once
  74.         - multiple windows on the screen
  75.         - a larger set of operator commands
  76.         - the possibility of porting to your favorite micro.
  77.         - "next error" cursor positioning after compilation
  78.           [    - infinite undo  -pgf 7/93 ]
  79.     Of course, it _may_ lack some of vi's reliability. :-)
  80.     [but not much -- it's _very_ stable these days. -pgf 1/95]
  81.  
  82.     Take a look at vile.hlp for more information about features
  83.     and differences. 
  84.  
  85.     In general, I suspect that the quality of the code is roughly
  86.     on a par with MicroEmacs.  I've been using vile regularly under
  87.     both SunOS and 386 UNIX for almost two years [more like 5 years
  88.     now, on a lot more platforms than that -pgf 12/94], with no major
  89.     problems (that haven't been fixed).  Version three was built and
  90.     used by many others on the net, and their feedback was invaluable. 
  91.     I think all of the reported bugs have been fixed, and hopefully not
  92.     too many new ones introduced.
  93.  
  94.     I have not run this much on a small system, and not much at all on
  95.     DOS.  Pete Rusczinski has done an excellent job of porting
  96.     version three to DOS -- his changes are now incorporated here (as
  97.     of version 3.20), but since in general the DOS version has been
  98.     less well exercised than the UNIX version, it probably harbors
  99.     more bugs.
  100.  
  101.     Hope you enjoy -- 
  102.  
  103.     Paul G. Fox    June, 1991, and February, 1992
  104.  
  105. p.s. By the way, I'm _not_ the same Paul Fox who wrote Crisp, the Brief
  106.     work-alike.
  107.  
  108.  
  109. -----------------------
  110.  
  111. September, 1992
  112.  
  113. I don't have much to add to the original README -- vile has gotten a lot
  114. better since I first released it, thanks to a lot of users and a lot of
  115. bug reports.  It compiles and runs without modification on most major UNIXes,
  116. and under DOS.  It offers vi finger feel, and most (not all) of its features.
  117. I hope it fills someone's need out there.  -pgf 9/92
  118.  
  119. (Special thanks to Dave Lemke and Pete Rucszinski, for X and DOS support,
  120. and (in no particular order) to Eric Krohn, Willem Kasdorp, J.C.Webber,
  121. Warren Vik, Julia Harper, Chris Sherman, Thomas Woo, Yanek Martinson, Miura
  122. Masahiro, Tom Dickey for lots of bug reports and suggestions and patience.)
  123.  
  124. ------------------------------
  125.  
  126. April, 1993
  127.  
  128. Well, here's an update on vile.  The first release was a long time
  129. ago (a couple of years?).  Tom Dickey has been contributing a _whole_ lot
  130. of good changes.  vile now runs on VMS, and is much more stable on DOS
  131. thanks to Tom.  For me, vile is becoming an "old" program -- I first worked
  132. on it in 1989 sometime.  So it's been fun to have someone contributing
  133. fixes so energetically.  Thanks Tom.
  134.  
  135. One thing that's changed since I first started vile is that "lots of eager
  136. programmers" have now tackled rewrites of vi.  There are several good work-
  137. alikes out there: elvis (the "king" :-), xvi, vim, stevie, and recent
  138. versions of vip-mode in GNU emacs.  [add "nvi" to that list.  and whatever
  139. happened to xvi?  -pgf 12/94]  From what little I've used any of
  140. these, they all seem like real good programs.  vile feels different from
  141. most of them, mainly due to its roots in MicroEmacs.  You may or may not
  142. like it.  If you don't, try one of the others.  There's certainly no reason
  143. to not have a vi-like editor on just about any machine you choose.  (yeah,
  144. I know -- I'm assuming you _want_ a vi-like editor...  :-)  Enjoy.
  145.  
  146. Oh yes -- building it.  On UNIX, type "make", and choose one of the predefined
  147. targets.  Like "make linux". [ not anymore -- use "configure; make"  -pgf 12/94]
  148.  
  149. DOS makefiles are named after the compiler they support:  makefile.tbc for
  150. Turbo-C, makefile.wat.  There is support in "makefile" for Microsoft-C, but
  151. it's next to useless -- if anyone puts together a good "nmake" makefile,
  152. could you pass it along?  [that support isn't there anymore.  -pgf 12/94]
  153.  
  154. The Watcom C/386 v9.0 compiler should also work -- the makefile to use is
  155. makefile.wat.
  156.  
  157. The latest version of vile is usually available for ftp at "ftp.cayman.com",
  158. in the pub/vile directory.  [not anymore -- it's at "id.wing.net" in the
  159. "pub/pgf/vile" directory.  -pgf 12/94] Sometimes there's a compiled DOS
  160. binary there too.  I don't maintain a mailing list, or anything like that
  161. to inform folks of new releases -- you just sort of have to check once in a
  162. while, or send me mail...  [ I've set up a mailing list -- contact me to be
  163. added -pgf 7/93]
  164.  
  165. paul
  166.  
  167. ------------------------------
  168.  
  169. July, 1993
  170.  
  171. More new features:  infinite undo, modification time checking, and, at
  172. long last, primitive support for the :map command.  [:map is now fully
  173. functional -pgf, 12/94] I've also received patches that let vile compile
  174. for DOS with the DJ GCC compiler.  Have I mentioned filename completion? 
  175. Tom Dickey provided that and variable/modename/command completion too.
  176.  
  177. If you would like to be informed, via email, of new vile releases (bearing
  178. in mind that the newest release may be _more_ likely to be buggy, rather
  179. than _less_), please send me mail, and I will add you to my list.  The email
  180. will probably contain a capsule summary of the most recent changes to the
  181. code.
  182.  
  183. Thanks to Tuan Dang for the Watcom and DJ GCC work.  I don't know much
  184. about djgpp, the DOS port of djgcc, but take a look at makefile.djg.
  185.  
  186.  
  187. pgf
  188.  
  189.  
  190. -------------------------------
  191.  
  192. March, 1994
  193.  
  194. The X support in xvile has been given a huge boost with contributions from
  195. Kevin Buettner -- scrollbars, Motif widget support make it feel like a real
  196. application...  We now have rectangular regions.  DOS support is getting
  197. better all the time.  The major version number got bumped to 4 somewhere
  198. along the line, because Tom and I were getting tired of 3.  There are quite
  199. a few new "modes", some to support vi functionality, some altogether new. 
  200. We should have keyboard selections and highlighted regions soon...
  201.  
  202. pgf, pgf@foxharp.boston.ma.us
  203.  
  204.  
  205. -------------------------------
  206. December, 1994
  207.  
  208. hmmmm -- lets see.  new stuff.  see the CHANGES and help files for details.
  209.  
  210.     - vile is now completely autoconf'ed -- you should be able to type
  211.     either "./configure; make" or "./configure --with-screen=x11" to build
  212.     it on any (unix-like) platform. 
  213.  
  214.     - :map and :map! are now much more complete, but still by no means
  215.     done.  expect to have to edit your favorite macros to make
  216.     them work.
  217.  
  218.     - :abbr now works.
  219.  
  220.     - along with proper :map support comes proper function key support.
  221.     function keys defined for your terminal in the termcap/info database
  222.     are now premapped and can be bound to as #-1 etc.  so those of
  223.     you with ESC [ 10 ~ style function keys should be happy now.
  224.  
  225.     - mouse clicks which move the cursor now count as proper motion
  226.     commands in both xvile and vile-in-an-xterm.  this means, for
  227.     instance, that '' or `` will get you back to where you were before
  228.     you clicked the mouse, and you can apply operators to mouse
  229.     movements.  for example -- click the mouse somewhere, hit 'd' to
  230.     start a delete operation, and click the mouse somewhere else.  the
  231.     text between the two mouse-click locations will be deleted.
  232.  
  233.     - on-line help (just a single line) for every function, available
  234.     with describe-{bindings,function,key} commands.
  235.  
  236.     - new modes to better control beeping and the "working..." message.
  237.  
  238.     - autowrite mode now supported, on a global or buffer-by-buffer basis.
  239.  
  240.     - popup windows now adjust their size to their contents -- less screen
  241.     space is wasted for small window, and more is used for big windows.
  242.  
  243.     - file and command completion is now more emacs/bash/tcsh-like, in
  244.     that possible choices are shown when you hit a second TAB key.  this
  245.     can be tuned via a new mode, "popup-choices"
  246.  
  247.     - "quoted" motions, which highlight the text they will act on.  type
  248.     a 'q', and start moving around, then type another 'q'.
  249.  
  250.     - various fixes to the macro language, for core dumps and usability.
  251.  
  252.     - file.bak and file~ backup files now supported.
  253.  
  254.     - infinite (?) screen sizes should now be supported under X.
  255.  
  256.     - it's now possible to break lines by putting ^M in the replacement
  257.     pattern.
  258.  
  259.     - selections, the modelines, and the cursor, under xvile, can all
  260.     have different colors.
  261.  
  262.     - color support for termcap, at least on the linux console.
  263.  
  264.     - put'ing from registers (i.e. 'p' and 'P' commands) should be much
  265.     faster.
  266.  
  267.     - multiple (error) messages arising from running a macro or a startup
  268.     file will now accumulate in a new popup window.
  269.  
  270.     - a simple, probably incomplete file-locking protocol is available,
  271.     but is not compiled in by default.  the organization which
  272.     contributed the code (Baan Development) uses it to aid their
  273.     multi-user development.  turn on OPT_LCKFILES in estruct.h and
  274.     "set usefilelock" in your .vilerc to play with it.
  275.  
  276.     - Windows NT support -- console mode only.  anyone want to port this
  277.     to the Windows95 console?  it's probably not hard, though i haven't
  278.     looked into it very hard.
  279.  
  280.     - lots of bug fixes
  281.  
  282. -------------------------------
  283. Febrary, 1995
  284.     xvile now supports color attributes, which means we can do some
  285.     primitive syntax coloring of C programs, using the external filter,
  286.     "c-filt".  this is still pretty new stuff.  expect it to get better
  287.     with age.
  288.  
  289.  
  290. -------------------------------
  291. November, 1995
  292.     lots of new users in the last year, due to better advertising
  293.     and inclusion in some of the big linux and freebsd archives.
  294.     support for NT and OS/2 has gotten much better, and lots of
  295.     little bugs have been fixed, and features added.  Win32 support
  296.     is very good these days, thanks mostly to the efforts of Rick
  297.     Sladkey.
  298.  
  299. -------------------------------
  300. $Header: /usr2/foxharp/src/pgf/vile/RCS/README,v 1.51 1995/11/21 14:16:46 pgf Exp $
  301. -------------------------------
  302.