From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Yang" Newsgroups: gmane.emacs.help Subject: Re: Jumping between matching braces Date: Fri, 1 Sep 2006 09:02:21 -0400 Message-ID: <18742-47785@sneakemail.com> References: <20751-23406@sneakemail.com> <878xl486n0.fsf@hans.local.net> 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 1157115781 31670 80.91.229.2 (1 Sep 2006 13:03:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 1 Sep 2006 13:03:01 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Sep 01 15:02:58 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 1GJ8fS-0006G0-IG for geh-help-gnu-emacs@m.gmane.org; Fri, 01 Sep 2006 15:02:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GJ8fS-0001Qn-6I for geh-help-gnu-emacs@m.gmane.org; Fri, 01 Sep 2006 09:02:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GJ8fE-0001Qe-BR for help-gnu-emacs@gnu.org; Fri, 01 Sep 2006 09:02:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GJ8fC-0001Q0-Td for help-gnu-emacs@gnu.org; Fri, 01 Sep 2006 09:02:28 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GJ8fC-0001Px-Pr for help-gnu-emacs@gnu.org; Fri, 01 Sep 2006 09:02:26 -0400 Original-Received: from [38.113.6.61] (helo=monkey.sneakemail.com) by monty-python.gnu.org with smtp (Exim 4.52) id 1GJ8p2-0002NU-74 for help-gnu-emacs@gnu.org; Fri, 01 Sep 2006 09:12:36 -0400 Original-Received: (qmail 18763 invoked by uid 501); 1 Sep 2006 13:02:22 -0000 Original-Received: (sneakemail censored 18742-47785 #3); 1 Sep 2006 13:02:22 -0000 Original-Received: (sneakemail censored 18742-47785 #2); 1 Sep 2006 13:02:22 -0000 Original-Received: (sneakemail censored 18742-47785 #1); 1 Sep 2006 13:02:22 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KQW2rXYghjBwdbSG+13INwxisGKt1porQjmd8d2zrORw2T2UvDNQJg5sR3KWHUbTQQrG/NKhVYKg84wRvImUP7LIy1H+vTxSWPLW+zQ3x88MnOhmT9b+k5ohWtTyxFKBop2fcsI28pQBaXsDSVBnAG9Wpqi17EccpsRc2QfiP84= Original-To: help-gnu-emacs@gnu.org In-Reply-To: <878xl486n0.fsf@hans.local.net> 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:37105 Archived-At: Just to make sure I wasn't introducing a problem myself, I moved aside my .emacs and .emacs.d and tried again, to no avail. I also just asked this in #emacs and someone else said they saw the same problem. They said it may have something to do with the syntax tables and/or the fact that the {} is a comment, but I'm not sure how to address this. Is there any way to fix/work around this? I'm running Emacs 21.4.1 on FC5, if that matters. Thanks. On 9/1/06, Dieter Wilhelm dieter-at-duenenhof-wilhelm.de |emacs-help| <...> wrote: > "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 >