From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Yang" Newsgroups: gmane.emacs.help Subject: Jumping between matching braces Date: Thu, 31 Aug 2006 21:18:16 -0400 Message-ID: <20751-23406@sneakemail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1157073529 5004 80.91.229.2 (1 Sep 2006 01:18:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 1 Sep 2006 01:18:49 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Sep 01 03:18:44 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GIxg5-0004EJ-3P for geh-help-gnu-emacs@m.gmane.org; Fri, 01 Sep 2006 03:18:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GIxg4-0007S7-Gg for geh-help-gnu-emacs@m.gmane.org; Thu, 31 Aug 2006 21:18:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GIxft-0007Rs-0Z for help-gnu-emacs@gnu.org; Thu, 31 Aug 2006 21:18:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GIxfq-0007Rg-Jc for help-gnu-emacs@gnu.org; Thu, 31 Aug 2006 21:18:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GIxfq-0007Rd-EU for help-gnu-emacs@gnu.org; Thu, 31 Aug 2006 21:18:22 -0400 Original-Received: from [38.113.6.61] (helo=monkey.sneakemail.com) by monty-python.gnu.org with smtp (Exim 4.52) id 1GIxpZ-0004sA-ND for help-gnu-emacs@gnu.org; Thu, 31 Aug 2006 21:28:25 -0400 Original-Received: (qmail 25925 invoked by uid 501); 1 Sep 2006 01:18:21 -0000 Original-Received: (sneakemail censored 20751-23406 #3); 1 Sep 2006 01:18:20 -0000 Original-Received: (sneakemail censored 20751-23406 #2); 1 Sep 2006 01:18:20 -0000 Original-Received: (sneakemail censored 20751-23406 #1); 1 Sep 2006 01:18:20 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ks2vMSJHTomEN/CkVeJTNjn0liSWKIjffVlVvnzqb+CeAoHhgHTccUFazDjvoUPxzkd+ZbBr9GmIuyinZ8fEwsfB3324AF1K+WtSAYcn/ZVKsUZF0B/mvIriGWr3CizhmysD+d1U6vZSSvGJBmA7armmmG+zMrbg4UJRgra6ULM= Original-To: help-gnu-emacs@gnu.org Content-Disposition: inline X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:37093 Archived-At: Hi all, I found that I can't jump between matching {} and [] in certain files. E.g. in my .emacs, i have the following, but forward-sexp doesn't work across the {{{}}}: ;; {{{ (blah (blah blah ... ... )) ;; }}} Is there any way to fix this? Thanks in advance.