From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Colin S. Miller" Newsgroups: gmane.emacs.help Subject: Re: code folding Date: Sun, 29 Jan 2006 13:06:25 +0000 Organization: SunSITE.dk - Supporting Open source Message-ID: <43dcbd80$0$15783$14726298@news.sunsite.dk> References: <87u0bnp6qh.fsf@ellen.trollope.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1138545980 27107 80.91.229.2 (29 Jan 2006 14:46:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 29 Jan 2006 14:46:20 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jan 29 15:46:20 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F3Dok-00078K-QG for geh-help-gnu-emacs@m.gmane.org; Sun, 29 Jan 2006 15:46:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F3Dq5-0008WV-PZ for geh-help-gnu-emacs@m.gmane.org; Sun, 29 Jan 2006 09:47:37 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.gamma.ru!Gamma.RU!news.tele.dk!news.tele.dk!small.news.tele.dk!uninett.no!news.banetele.no!dotsrc.org!news.dotsrc.org!not-for-mail User-Agent: Debian Thunderbird 1.0.2 (X11/20051002) X-Accept-Language: en-us, en Original-Newsgroups: gnu.emacs.help In-Reply-To: <87u0bnp6qh.fsf@ellen.trollope.org> Original-Lines: 32 Original-NNTP-Posting-Host: 212.225.71.11 Original-X-Trace: news.sunsite.dk DXC=5]b\?1fgR:AKJ1ZiZQ]7SLYSB=nbEKnkKBkJCK@5_U3KG1[Bg<0aH5@\VT\m5_SIbFU_42Df:PaKHTcL2h5ahoTOkF_>m>CYcVOeP1UHDd7Y2IoMNhG\3W2?M:EG>S9CnC=G Original-X-Complaints-To: staff@sunsite.dk Original-Xref: shelby.stanford.edu gnu.emacs.help:137279 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:32900 Archived-At: Michael Powe wrote: > Hello, > > I'm looking for folding.el or its current equivalent to do > code/comment folding. I can get by with just comment folding because > hide-show doesn't work for comments. It would be nice to have > everything rolled up into a single package, though. > > All of the google references for folding.el are to either discussions > only or to expired pages and I can't find a download location. I > can't find any indication that it has been superceded by a new, > improved item, either. > > Thanks. > > mp > Michael, hs-minor-mode (hide-show) can fold comments in C, C++ and elisp, and probably other languages. You didn't state which language you are using, perhaps the parser isn't set up correctly for you language. However, I use XEmacs rather than GNU Emacs, which might make a difference. HTH, Colin S. Miller -- Replace the obvious in my email address with the first three letters of the hostname to reply.