From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: sven.bretfeld@gmx.ch Newsgroups: gmane.emacs.help Subject: Jumping to brackets Date: Fri, 24 Nov 2006 19:14:34 +0100 Message-ID: <200611241914.34630.sven.bretfeld@gmx.ch> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1164419379 7491 80.91.229.2 (25 Nov 2006 01:49:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 25 Nov 2006 01:49:39 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Nov 25 02:49:37 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 1Gnmfb-0005Az-Ga for geh-help-gnu-emacs@m.gmane.org; Sat, 25 Nov 2006 02:49:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gnmfb-0003hF-3D for geh-help-gnu-emacs@m.gmane.org; Fri, 24 Nov 2006 20:49:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GnmfE-0003bG-L7 for help-gnu-emacs@gnu.org; Fri, 24 Nov 2006 20:49:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GnmfC-0003aC-Rc for help-gnu-emacs@gnu.org; Fri, 24 Nov 2006 20:49:08 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GnmfC-0003a8-Ob for help-gnu-emacs@gnu.org; Fri, 24 Nov 2006 20:49:06 -0500 Original-Received: from [199.232.41.67] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GnmfC-0003B4-Kj for help-gnu-emacs@gnu.org; Fri, 24 Nov 2006 20:49:06 -0500 Original-Received: from [194.158.229.48] (helo=smtp-auth-be-01.sunrise.ch) by mx20.gnu.org with esmtp (Exim 4.52) id 1GnfZQ-0007xe-4X for help-gnu-emacs@gnu.org; Fri, 24 Nov 2006 13:14:40 -0500 Original-Received: from [192.168.1.2] (adsl-84-226-163-145.adslplus.ch [84.226.163.145]) by smtp-auth-be-01.sunrise.ch (8.13.1/8.13.5) with ESMTP id kAOIEaLX018489 for ; Fri, 24 Nov 2006 19:14:36 +0100 Original-To: help-gnu-emacs@gnu.org User-Agent: KMail/1.9.5 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:38948 Archived-At: Hello How can I jump from an opening bracket/brace to the corresponding closing bracket/brace within Emacs? I want to use this function mainly in search-and-replace macros for LaTeX documents. Thanks, Sven