Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rochester!pt.cs.cmu.edu!f.gp.cs.cmu.edu!rpd From: rpd@f.gp.cs.cmu.edu (Richard Draves) Newsgroups: net.unix-wizards Subject: Re: VI(1) vs. the world Message-ID: <9@f.gp.cs.cmu.edu> Date: Wed, 8-Oct-86 17:25:14 EDT Article-I.D.: f.9 Posted: Wed Oct 8 17:25:14 1986 Date-Received: Wed, 8-Oct-86 22:44:50 EDT References: <4327@brl-smoke.ARPA> Organization: Carnegie-Mellon University, CS/RI Lines: 11 Emacs macros are much easier to use than VI macros. With VI, one must imagine the changes to the file to construct the macro. With a complicated macro, this can be very difficult. With Emacs, the definition of the macro is executed as you type it in, so all the effects are apparent. GNU Emacs has reqular expression searches in addition to the normal incremental searching. Rich