Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 5/3/83; site cbosgd.UUCP Path: utzoo!linus!security!genrad!decvax!tektronix!ucbcad!ucbvax!cbosgd!mark From: mark@cbosgd.UUCP Newsgroups: net.cog-eng Subject: Re: Cuddly as a Teddy Bear? Message-ID: <526@cbosgd.UUCP> Date: Thu, 3-Nov-83 17:41:59 EST Article-I.D.: cbosgd.526 Posted: Thu Nov 3 17:41:59 1983 Date-Received: Sun, 6-Nov-83 22:37:47 EST References: <2604@utcsrgv.UUCP> Organization: AT&T Bell Laboratories, Columbus Lines: 28 I think peterr has something there with the emotional response question. I have noticed (when using vi) that I often do things using fancy vi commands (lots of y's and p's) when I know I can do the job much faster by simply deleting and retyping. The reason I do this, is, it some way, it is more comfortable. Effort to do something is more than just the physical effort to move your fingers. It also includes the mental effort to do figure out what to do. I often do something that I know will work because it's a thing I do all the time, even if it's not optimal this one time. For example, I have alias m make in my .cshrc, and usually give a make command once: m libscreen.a and then just type ,m to redo the last "m" command. (I use , where many of you probably use ! as the csh history character.) So it's in my head that ,m repeats the last make command. Sometimes the last make command was just m and when I type ,m I get back the expansion m But it's still mentally easier than trying to remember just what the last make command was. Mark