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

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

Is any extension in Emacs can shrink and expand a block of code


From: Qiang Yu
Subject: Is any extension in Emacs can shrink and expand a block of code
Date: Fri, 10 Aug 2012 22:55:26 +0800

Hi all,

Is there any extension in Emacs can shrink and expand a block of code?

For example:

int foo()
{
    return 0;
}

the content in "{}" can be shrunk to like:

int foo()
{...}

and I can expand it back.

Regards,
yuq

reply via email to

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