Date: Thu, 14 Nov 2002 21:48:45 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: Vladimir Zhuchko Message-Id: <9743-Thu14Nov2002214844+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: (message from Vladimir Zhuchko on Wed, 13 Nov 2002 09:40:46 +0300) Subject: Re: problem with rhide C indent References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: Vladimir Zhuchko > Date: Wed, 13 Nov 2002 09:40:46 +0300 > > I have some problems with the C indent under rhide: > I always have > > for(;;) > { > jkhjkhjhjkhjk > } > > instead of > for(;;) > { > jkhjkhjhjkhjk > } > after pressing. Consider this to be a feature: it alerts you to the fact that you've forgotten the semi-colon, an error that, if not fixed, will cause the compiler to print lots of strange error messages.