From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Maarten Bergvelt Newsgroups: gmane.emacs.help Subject: Re: matching parentheses Date: Mon, 20 Aug 2007 14:01:24 +0000 (UTC) Organization: Department of Mathematics, UIUC. Message-ID: References: Reply-To: bergv@uiuc.edu NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1187620838 3890 80.91.229.12 (20 Aug 2007 14:40:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 20 Aug 2007 14:40:38 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 20 16:40:36 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IN8Qi-0002iX-Iy for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Aug 2007 16:40:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IN8Qi-0008Qu-Ll for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Aug 2007 10:40:32 -0400 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newsfeed.stanford.edu!news.ks.uiuc.edu!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 10 Original-NNTP-Posting-Host: u00.math.uiuc.edu Original-X-Trace: news.ks.uiuc.edu 1187618484 13789 130.126.108.30 (20 Aug 2007 14:01:24 GMT) Original-X-Complaints-To: news+abuse@ks.uiuc.edu Original-NNTP-Posting-Date: Mon, 20 Aug 2007 14:01:24 +0000 (UTC) User-Agent: slrn/0.9.7.4 (SunOS) Original-Xref: shelby.stanford.edu gnu.emacs.help:151128 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:46702 Archived-At: In article , Alain Muls wrote: > How does one insert automatically matching parentheses in emacs when in > auctex mode? Hm, for braces you use Tex-insert-braces, bound to C-c-{. I don't think there is a predefined parentheses analog. You can of course modify Tex-insert-braces. by replacing tex-grop and texgrcl by ( and ). The key binding C-c-( is already taken, though. -- Maarten Bergvelt