From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Faheem Mitha Newsgroups: gmane.emacs.help Subject: Angle brackets matching Date: Mon, 21 Aug 2006 18:14:44 +0000 (UTC) Organization: Duke University, Durham, NC, USA Message-ID: NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1156185628 9562 80.91.229.2 (21 Aug 2006 18:40:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 21 Aug 2006 18:40:28 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 21 20:40:28 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 1GFEhG-0000yX-2z for geh-help-gnu-emacs@m.gmane.org; Mon, 21 Aug 2006 20:40:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GFEhF-0006R0-DG for geh-help-gnu-emacs@m.gmane.org; Mon, 21 Aug 2006 14:40:25 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.gamma.ru!Gamma.RU!newspeer1.nwr.nac.net!newspeer.monmouth.com!guardian.oit.duke.edu!gargoyle.oit.duke.edu!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-NNTP-Posting-Host: gandalf.dulci.duhs.duke.edu Original-X-Trace: gargoyle.oit.duke.edu 1156184084 12923 152.16.96.88 (21 Aug 2006 18:14:44 GMT) Original-X-Complaints-To: news@news.duke.edu Original-NNTP-Posting-Date: Mon, 21 Aug 2006 18:14:44 +0000 (UTC) User-Agent: slrn/0.9.8.1 (Debian) Original-Xref: shelby.stanford.edu gnu.emacs.help:141185 Original-To: help-gnu-emacs@gnu.org 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:36808 Archived-At: Hi everyone, Emacs has nice functionality for paren matching. Ie. if I put the cursor outside a paren, it highlights both that paren and the matching paren. However, it does not do the same for angle brackets. This would be very useful, particularly when writing C++ templates. :-) I was wondering if anyone knew how to get this working with the version of emacs in Debian Sarge, ie. 21.4a-1. Thanks. Faheem.