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

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

How to auto hide all functions when open a source file


From: Ke Lu
Subject: How to auto hide all functions when open a source file
Date: Sat, 10 May 2008 22:25:27 +0900
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Hi,

I use emacs to edit c/c++/java/php files.
Is there any way to auto hide all functions when I open  a source file.
For example,It hope it looks like
Class XXX {
   var v1 = "a";
   var v2 = "b";

   function f1 ..
   function f2 ..

}
I would like it can automatic be done,not by  hs-hide-block,etc.



reply via email to

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