From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Brad Collins Newsgroups: gmane.emacs.help Subject: Re: a couple of novice questions Date: Sun, 14 Dec 2003 19:25:07 +0700 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1071404590 908 80.91.224.253 (14 Dec 2003 12:23:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 14 Dec 2003 12:23:10 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Dec 14 13:23:08 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AVVHA-0001hG-00 for ; Sun, 14 Dec 2003 13:23:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AVWEZ-0002WV-He for geh-help-gnu-emacs@m.gmane.org; Sun, 14 Dec 2003 08:24:31 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AVWEB-0002R6-RV for help-gnu-emacs@gnu.org; Sun, 14 Dec 2003 08:24:07 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AVWDV-0001YD-3f for help-gnu-emacs@gnu.org; Sun, 14 Dec 2003 08:23:56 -0500 Original-Received: from [202.183.255.5] (helo=mailgw.cscoms.com) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AVWAX-0008Ru-DW for help-gnu-emacs@gnu.org; Sun, 14 Dec 2003 08:20:21 -0500 Original-Received: from cscoms.com (mail.cscoms.com. [202.183.255.23]) by mailgw.cscoms.com (8.12.8p2/8.12.3) with ESMTP id hBECIndB030861 for ; Sun, 14 Dec 2003 19:18:50 +0700 (ICT) Original-Received: from KAME.cscoms.com (dial-236.ras-20.bkk.c.cscoms.com [203.170.149.236]) by cscoms.com (8.12.8p2/8.12.3) with ESMTP id hBECImDh010819 for ; Sun, 14 Dec 2003 19:18:50 +0700 (GMT) Original-To: help-gnu-emacs In-Reply-To: (Mitch Edelman's message of "12 Dec 2003 11:31:26 -0500") User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (windows-nt) X-Virus-Scanned: by amavisd-milter (http://amavis.org/) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:15242 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:15242 edelman@umbc.edu (Mitch Edelman) writes: > Secondly, how does one find a matching opening brace, paren, etc? > Try this in your .emacs ;; Blink the parent character (defun start-flashparen() (progn (require `flash-paren) (flash-paren-mode 1))) b/ -- Brad Collins Chenla Labs Bangkok, Thailand