Dec 192017
 
VILE version 3.27 vi-like-emacs is a delightful text editor using the vi command set but allows editing in multiple windows emacs-style with cut and paste etc, smooth as silk , this C source code will build on many Unix sy

Full Description of File


VILE version 3.27 vi type editor built over
the uemacs engine is a pure delight--edit in
multiple windows, cut paste between windows,
C source code build easily on many platforms.


File VILE327.ZIP from The Programmer’s Corner in
Category C Source Code
VILE version 3.27 vi-like-emacs is a delightful text editor using the vi command set but allows editing in multiple windows emacs-style with cut and paste etc, smooth as silk , this C source code will build on many Unix sy
File Name File Size Zip Size Zip Type
FILE_ID.DIZ 184 141 deflated
README 3765 1904 deflated
VILE327.TAR 1873920 504100 deflated

Download File VILE327.ZIP Here

Contents of the README file


VILE version 3.27 vi type editor built over
the uemacs engine is a pure delight--edit in
multiple windows, cut paste between windows,
C source code build easily on many platforms.

I don't have much to add to the original README -- vile has gotten a lot
better since I first released it, thanks to a lot of users and a lot of
bug reports. It compiles and runs without modification on most major UNIXes,
and under DOS. It offers vi finger feel, and most (not all) of its features.
I hope it fills someone's need out there. -pgf 9/92

(Special thanks to Dave Lemke and Pete Rucszinski, for X and DOS support,
and (in no particular order) to Eric Krohn, Willem Kasdorp, J.C.Webber,
Warren Vik, Julia Harper, Chris Sherman, Thomas Woo, Yanek Martinson, Miura
Masahiro for lots of bug reports and suggestions and patience.)

------------------------------



VILE -- VI Like Emacs: a vi workalike put together from Micro-Emacs by Paul Fox
-------------------------------------------------------------------------------

This editor grew out of a frustration that although lots of
eager programmers have tackled rewrites of Emacs, with new and
better features (not to mention free source), I've not seen
anything similar done with the Second True Editor. (The
First, of course, being /bin/ed)

So I took a copy of MicroEmacs 3.9 (which I've since
discovered was out of date, unfortunately) and turned it
into a vi "feel-alike". It retains the multiple
buffer/multiple window features of uemacs, but the
"finger-feel", if you will, is very much that of vi. It is
definitely not a clone, in that some substantial stuff is
missing, and the screen doesn't look quite the same. But what
matters most is that one's "muscle memory" does the right thing
to the text in front of you, and that is what vile tries to do
for vi users. THIS IS NOT A "CLONE"! But it feels good.
(Put another way, the things that you tend to type over and
over probably work -- things done less frequently, like configuring
a .exrc file, are quite different.)

This is the second really public release of vile. Users of
previous versions will hopefully find many new features -- see the
CHANGES file for details.

The collective developers of Micro-Emacs should be
complimented that the changes were as easy as they were. The
code was pretty clean and well designed before I started on
it. I'm not sure that the same can be said anymore...

The benefits over standard vi include:
- multiple files open at once
- multiple windows on the screen
- a larger set of operator commands
- the possibility of porting to your favorite micro.
- more uniform undo/yank register treatment
- using tags doesn't lose your last search pattern
- "next error" cursor positioning after compilation
Of course, it _may_ lack some of vi's reliability. 🙂

Take a look at vile.hlp for more information about features
and differences.

In general, I suspect that the quality of the code is roughly
on a par with MicroEmacs. I've been using vile regularly under
both SunOS and 386 UNIX for almost two years, with no major problems
(that haven't been fixed). Version three was built and used by
many others on the net, and their feedback was invaluable.
I think all of the reported bugs have been fixed, and hopefully
not too many new ones introduced.

I have not run this much on a small system, and not much at all on
DOS. Pete Rusczinski has done an excellent job of porting
version three to DOS -- his changes are now incorporated here (as
of version 3.20), but since in general the DOS version has been
less well exercised than the UNIX version, it probably harbors
more bugs.

Hope you enjoy --

Paul G. FoxJune, 1991, and February, 1992
[email protected]

p.s. By the way, I'm _not_ the same Paul Fox who wrote Crisp, the Brief
work-alike.


 December 19, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)