From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Harald Hanche-Olsen Newsgroups: gmane.emacs.help Subject: Re: Angle brackets matching Date: Mon, 21 Aug 2006 21:49:03 +0200 Organization: Norwegian university of science and technology Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1156192848 2896 80.91.229.2 (21 Aug 2006 20:40:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 21 Aug 2006 20:40:48 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 21 22:40:42 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 1GFGZI-0002LG-8g for geh-help-gnu-emacs@m.gmane.org; Mon, 21 Aug 2006 22:40:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GFGZI-0007sa-2R for geh-help-gnu-emacs@m.gmane.org; Mon, 21 Aug 2006 16:40:20 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!syros.belnet.be!news.belnet.be!feeder.news-service.com!newsfeed.freenet.de!border2.nntp.ams.giganews.com!nntp.giganews.com!uio.no!ntnu.no!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Original-NNTP-Posting-Host: fiinbeck.math.ntnu.no Original-X-Trace: orkan.itea.ntnu.no 1156189428 5779 129.241.15.140 (21 Aug 2006 19:43:48 GMT) Original-X-Complaints-To: usenet@itea.ntnu.no Original-NNTP-Posting-Date: Mon, 21 Aug 2006 19:43:48 +0000 (UTC) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (berkeley-unix) Cancel-Lock: sha1:xRg8fxdM12Q5QFqUp64MFcuW5r0= Original-Xref: shelby.stanford.edu gnu.emacs.help:141186 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:36811 Archived-At: + Faheem Mitha : | 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. :-) These might be useful, at least if you use paren-mode: (modify-syntax-entry ?< "(>") (modify-syntax-entry ?> ")<") -- * Harald Hanche-Olsen - It is undesirable to believe a proposition when there is no ground whatsoever for supposing it is true. -- Bertrand Russell