Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!uflorida!haven!umbc3!math9.math.umbc.edu!rouben From: rouben@math9.math.umbc.edu (Rouben Rostamian) Newsgroups: comp.editors Subject: Re: vi for power users Message-ID: <4646@umbc3.UMBC.EDU> Date: 9 Dec 90 23:14:35 GMT References: <109909@convex.convex.com> <1013@tokio.cs.utexas.edu> Sender: newspost@umbc3.UMBC.EDU Reply-To: rouben@math9.math.umbc.edu.UUCP (Rouben Rostamian) Organization: Mathematics Department University of Maryland, Baltimore County Lines: 25 In article joshi@cs.uiuc.edu (Anil Joshi) writes: >mayoff@cs.utexas.edu (Robert Mayoff) writes: >>Since you're simply trying to reflow the paragraph, use the command >> !}fmt >I tried to do this. I got a message that said that something like >"}fmt command not found". > >fmt in /usr/ucb which is in my search path set up in .cshrc. Any ideas >why it does not work? I also tried "}!fmt" which does not work either. This may happen if your .cshrc exits before the path is read. Many people put test of the form if ( ! $?prompt ) then exit or some variation thereof in their .cshrc to prevent unnecessary overhead in executing commands which are not needed in a non-interactive subshell. Make sure that your path is set *before* that test. -- Rouben Rostamian Telephone: (301) 455-2458 Department of Mathematics and Statistics e-mail: University of Maryland Baltimore County bitnet: rostamian@umbc Baltimore, MD 21228, U.S.A. internet: rostamian@umbc3.umbc.edu