Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!lll-crg!lll-lcc!unisoft!dual!ucbvax!cartan!brahms!desj From: desj@brahms (David desJardins) Newsgroups: comp.lang.misc Subject: Re: More (ad nauseum) on removing punctuation in programming languages Message-ID: <239@cartan.Berkeley.EDU> Date: Mon, 10-Nov-86 17:05:58 EST Article-I.D.: cartan.239 Posted: Mon Nov 10 17:05:58 1986 Date-Received: Tue, 11-Nov-86 06:23:24 EST References: <21836@rochester.ARPA> <2642@hammer.TEK.COM> <694@looking.UUCP> <1303@ttrdc.UUCP> <207@druil.UUCP> Sender: daemon@cartan.Berkeley.EDU Reply-To: desj@brahms (David desJardins) Organization: Math Dept. UC Berkeley Lines: 14 In article <207@druil.UUCP> lat@druil.UUCP (TepperL) writes: >There's an easy way around this. I've even used it before: > > (void) printf("junkjunkjunk{trashtrashtrash\n"); > /* This } matches the one in the printf above. Vi is happy. */ There's an even easier way of avoiding this problem: % su # rm -f `which vi` # exit [ Now get an editor that works. ] -- David desJardins