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: Peter Dyballa
Subject: Re: emacs needs to have a code folding feature
Date: Wed, 28 Nov 2007 15:44:06 +0100


Am 28.11.2007 um 16:13 schrieb Bastien:

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)


This might be easier to achieve. I have just this customisation:

         '(blink-matching-paren-on-screen t)
         '(show-paren-mode t)


A bit further goes mic-paren.el, which highlights the whole region between matching braces.

--
Greetings

  Pete

Clovis' Consideration of an Atmospheric Anomaly:
        The perversity of nature is nowhere better demonstrated
        than by the fact that, when exposed to the same atmosphere,
        bread becomes hard while crackers become soft.







reply via email to

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