From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dieter Wilhelm Newsgroups: gmane.emacs.help Subject: Re: Jumping between matching braces Date: Fri, 01 Sep 2006 08:04:19 +0200 Organization: The Church of Emacs Message-ID: <878xl486n0.fsf@hans.local.net> References: <20751-23406@sneakemail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1157090768 12766 80.91.229.2 (1 Sep 2006 06:06:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 1 Sep 2006 06:06:08 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Sep 01 08:06:05 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 1GJ2AA-0000kh-3c for geh-help-gnu-emacs@m.gmane.org; Fri, 01 Sep 2006 08:05:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GJ2A9-0000lv-MO for geh-help-gnu-emacs@m.gmane.org; Fri, 01 Sep 2006 02:05:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GJ29t-0000lV-S1 for help-gnu-emacs@gnu.org; Fri, 01 Sep 2006 02:05:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GJ29q-0000f3-3j for help-gnu-emacs@gnu.org; Fri, 01 Sep 2006 02:05:40 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GJ29p-0000em-Sk for help-gnu-emacs@gnu.org; Fri, 01 Sep 2006 02:05:37 -0400 Original-Received: from [212.227.126.177] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GJ2Jc-000422-8D for help-gnu-emacs@gnu.org; Fri, 01 Sep 2006 02:15:44 -0400 Original-Received: from [84.167.23.93] (helo=duenenhof-wilhelm.de) by mrelayeu.kundenserver.de (node=mrelayeu0) with ESMTP (Nemesis), id 0MKwh2-1GJ29j3XU1-0003jn; Fri, 01 Sep 2006 08:05:34 +0200 Original-Received: by duenenhof-wilhelm.de (Postfix, from userid 1000) id E23005110F; Fri, 1 Sep 2006 08:04:19 +0200 (CEST) Original-To: "Yang" In-Reply-To: <20751-23406@sneakemail.com> (Yang's message of "Thu, 31 Aug 2006 21:18:16 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-Provags-ID: kundenserver.de abuse@kundenserver.de login:d7ab225b98a136e1c2910381f940ecb9 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:37096 Archived-At: "Yang" writes: > 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. For me the regular movement commands for sexps are working in your example also for { (in the mail buffer). I.e.: C-M-f/b, C-M-u/d (the slash means or). -- Best wishes H. Dieter Wilhelm Darmstadt, Germany