help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: parenthesis matching in lisp mode


From: Phillip Garland
Subject: Re: parenthesis matching in lisp mode
Date: Sat, 18 Jan 2003 13:54:12 -0800 (PST)

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
> 






reply via email to

[Prev in Thread] Current Thread [Next in Thread]