[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: newbie: how to fold my c++ codes in emacs?
From: |
Kai Grossjohann |
Subject: |
Re: newbie: how to fold my c++ codes in emacs? |
Date: |
Thu, 13 May 2004 22:54:04 +0200 |
User-agent: |
Gnus/5.110002 (No Gnus v0.2) Emacs/21.2 (gnu/linux) |
Xuer <softml@spymac.com> writes:
> by class , by function ...etc?
Perhaps M-x speedbar RET and M-x imenu RET and ECB (add-on package,
needs to be installed separately) can help you with browsing source
code.
There is also ebrowse which comes with Emacs. It is specific to C++.
Kai