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
]
Is any extension in Emacs can shrink and expand a block of code
,
Qiang Yu
<=
Re: Is any extension in Emacs can shrink and expand a block of code
,
drain
,
2012/08/10
Re: Is any extension in Emacs can shrink and expand a block of code
,
Andreas Röhler
,
2012/08/10
Prev by Date:
What is elisp idiom for continue until end of buffer
Next by Date:
Re: efficient replacing – really faster compared to using the mouse?
Previous by thread:
What is elisp idiom for continue until end of buffer
Next by thread:
Re: Is any extension in Emacs can shrink and expand a block of code
Index(es):
Date
Thread