From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Phillip Garland Newsgroups: gmane.emacs.help Subject: Re: parenthesis matching in lisp mode Date: Sat, 18 Jan 2003 13:54:12 -0800 (PST) Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII X-Trace: main.gmane.org 1042927104 1322 80.91.224.249 (18 Jan 2003 21:58:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 18 Jan 2003 21:58:24 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18a0yt-0000LC-00 for ; Sat, 18 Jan 2003 22:58:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18a0zd-0000oY-00 for gnu-help-gnu-emacs@m.gmane.org; Sat, 18 Jan 2003 16:59:09 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18a0zD-0000hF-00 for help-gnu-emacs@gnu.org; Sat, 18 Jan 2003 16:58:43 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18a0w3-0007lJ-00 for help-gnu-emacs@gnu.org; Sat, 18 Jan 2003 16:55:28 -0500 Original-Received: from mxout1.cac.washington.edu ([140.142.32.134]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18a0ut-0007bj-00 for help-gnu-emacs@gnu.org; Sat, 18 Jan 2003 16:54:15 -0500 Original-Received: from hymn14.u.washington.edu (hymn14.u.washington.edu [140.142.16.151])ESMTP id h0ILsCpG006047; Sat, 18 Jan 2003 13:54:12 -0800 Original-Received: from localhost (localhost [127.0.0.1])id h0ILsCw7027407; Sat, 18 Jan 2003 13:54:12 -0800 Original-To: Zimmen Gnauh In-Reply-To: X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:5674 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:5674 When in a lisp mode buffer do M-x show-paren-mode or add this in your .emacs file to have this done automatically: (add-hook 'lisp-mode-hook (lambda () (show-paren-mode))) ~Phillip On Sat, 18 Jan 2003, Zimmen Gnauh wrote: > > By parenthesis matching, I mean that the paired parenthesis are > highlighted when the cursor is on one of the parenthesis. How can I > make this work in lisp mode? > _______________________________________________ > Help-gnu-emacs mailing list > Help-gnu-emacs@gnu.org > http://mail.gnu.org/mailman/listinfo/help-gnu-emacs >