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

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

Re: emacs needs to have a code folding feature


From: Bastien
Subject: Re: emacs needs to have a code folding feature
Date: Wed, 28 Nov 2007 15:13:50 +0000
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.0 (gnu/linux)

"The Directory" <q101100111000@graffiti.net> writes:

> Also, Emacs needs to have a parenthesis/bracket/curly-brace highlighting
> to highlight a PAIR of them when the cursor is on or next to one of
> them.

(require 'paren)
(show-paren-mode 1)

HTH,

PS: before starting suggestions with "Emacs needs to have", please check
that the requested feature doesn't exist already.  If you can't find it,
it's safer to assume that 1) it's somewhere but you don't know where or
2) the feature might not be a good idea.  

-- 
Bastien




reply via email to

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