Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!usc!samsung!uunet!mcsun!hp4nl!star.cs.vu.nl!maart From: maart@cs.vu.nl (Maarten Litmaath) Newsgroups: comp.editors Subject: Re: Why oh Why "Cannot put inside global/macro" Message-ID: <8494@star.cs.vu.nl> Date: 12 Dec 90 19:04:41 GMT References: <14895@sdcc6.ucsd.edu> Sender: news@cs.vu.nl Reply-To: maart@cs.vu.nl (Maarten Litmaath) Organization: VU Dept. of Computer Science, Amsterdam, The Netherlands Lines: 14 In article <14895@sdcc6.ucsd.edu>, ir586@sdcc6.ucsd.edu (J Anthony Deutsch) writes: )Why does the macro: ) map q dd1GP )give me the error : ) cannot put inside global/macro That's a known bug. Workaround: learn `ex' commands! map q :m0^V^M -- In the Bourne shell syntax tabs and spaces are equivalent almost everywhere. The exception: _indented_ here documents. :-( Does anyone remember the famous mistake Makefile-novices often make?