From: "Stuart Gibson" Newsgroups: comp.os.msdos.djgpp Subject: Re: another one from superNovice - matching braces Date: Tue, 30 Nov 1999 23:35:44 -0000 Organization: Customer of Planet Online Lines: 37 Message-ID: <821n4k$95o$1@news7.svr.pol.co.uk> References: <199911302221 DOT RAA27712 AT delorie DOT com> NNTP-Posting-Host: modem-57.icehockey.dialup.pol.co.uk X-Trace: news7.svr.pol.co.uk 944005076 9400 62.136.109.57 (30 Nov 1999 23:37:56 GMT) NNTP-Posting-Date: 30 Nov 1999 23:37:56 GMT X-Complaints-To: abuse AT theplanet DOT net X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Is this what you are looking for ? >> ;;; Automatically makes the matching paren stand out in color. (condition-case err (show-paren-mode t) (error (message "Cannot show parens %s" (cdr err)))) ; paste it into your _emacs file - you don't even have to activate it; it's automatic!! Stu. "Leon" wrote in message news:199911302221 DOT RAA27712 AT delorie DOT com... > greetings - just wanted to ask another simple question (once again am sorry > if is rather obvious) - if one wants to match (ie put the cursor to) the > brace for example: > > for(;;){ > blah,blah,blah; > blah,blah,blah; blah,blah,blah; > > > > > > > With best regards > * * * * * * * * * * * * * * * * * * * * > Leøn > * * * * * * * * * * * * * * * * * * * * >