Date: Wed, 1 Dec 1999 18:28:05 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Stuart Gibson cc: djgpp AT delorie DOT com Subject: Re: another one from superNovice - matching braces In-Reply-To: <821n4k$95o$1@news7.svr.pol.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 30 Nov 1999, Stuart Gibson wrote: > 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!! Note that this snippet is also in the provided _emacs.xmpl file. Novice users are encouraged to rename it to _emacs and see if they like the effects.