From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: ChristopherBalz@yahoo.com (Christopher Balz) Newsgroups: gmane.emacs.help Subject: Need help with show-paren-mode Date: 15 Sep 2002 23:00:50 -0700 Organization: http://groups.google.com/ Sender: help-gnu-emacs-admin@gnu.org Message-ID: <55268317.0209152200.79d04367@posting.google.com> NNTP-Posting-Host: localhost.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1032157018 14936 127.0.0.1 (16 Sep 2002 06:16:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 16 Sep 2002 06:16:58 +0000 (UTC) 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 17qpBp-0003sl-00 for ; Mon, 16 Sep 2002 08:16:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17qpC5-0001YU-00; Mon, 16 Sep 2002 02:17:13 -0400 Original-Path: shelby.stanford.edu!nntp.stanford.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Original-NNTP-Posting-Host: 158.252.215.153 Original-X-Trace: posting.google.com 1032156050 8432 127.0.0.1 (16 Sep 2002 06:00:50 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: 16 Sep 2002 06:00:50 GMT Original-Xref: nntp.stanford.edu gnu.emacs.help:104931 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:1486 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:1486 This has always worked for me until now, when I am dealing with many levels of indentation. The interpreter does not find error with the code but show-paren-mode loses parentheses matching after 15 or so levels of nesting. Is there a setting that I can change to make show-paren-mode capable of dealing with this level of matching? This is the code that I use in my .emacs file to set parentheses matching: (show-paren-mode 1) emacs4ever, - cb