From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Detlef Jockheck Newsgroups: gmane.emacs.help Subject: Re: match if-then-else, brackets etc. Date: Fri, 11 Apr 2003 07:58:06 +0200 Organization: adp Gauselmann GmbH Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <84smsq8iko.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8Bit X-Trace: main.gmane.org 1050040845 30350 80.91.224.249 (11 Apr 2003 06:00:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 11 Apr 2003 06:00:45 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 11 08:00:38 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 193raX-0007sx-00 for ; Fri, 11 Apr 2003 08:00:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 193rad-0003bT-00 for gnu-help-gnu-emacs@m.gmane.org; Fri, 11 Apr 2003 02:00:43 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!syros.belnet.be!news.belnet.be!feed.news.nacamar.de!fu-berlin.de!uni-berlin.de!pd902edd8.dip.t-dialin.NET!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-NNTP-Posting-Host: pd902edd8.dip.t-dialin.net (217.2.237.216) Original-X-Trace: fu-berlin.de 1050040662 11883018 217.2.237.216 (16 [99358]) X-Orig-Path: java.adp-entwicklung.gauselmann.de!news User-Agent: KNode/0.6.1 Original-Xref: shelby.stanford.edu gnu.emacs.help:111864 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:8365 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:8365 Kai Großjohann wrote: > Detlef Jockheck writes: > >> whenever I analyze a programm in c, perl or pythen I have some problems >> to find the matching statement. Thant means I'm looking for the end of an >> if-declaration. Or where does this bracket belong to. Is there a plugin >> to hilight this dependencies in emacs? > > For parentheses and brackets and curly braces: > M-x show-paren-mode RET Kai, M-x show-paren-mode says [no-match]. I've tried this in python-mode and in c-mode. Do I need to install an additional tool? ciao Detlef -- # Detlef Jockheck