From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: alephnull@airtelbroadband.in (Alok G. Singh) Newsgroups: gmane.emacs.help Subject: Re: How to code folding? Date: Fri, 18 Aug 2006 18:23:46 +0530 Organization: Home Message-ID: <873bbu5hnp.fsf@klein.localdomain> References: <768a59a70608171743x10b8ebc3ndb64bfebafbf6735@mail.gmail.com> Reply-To: alephnull@hcoop.net NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1155905660 13621 80.91.229.2 (18 Aug 2006 12:54:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 18 Aug 2006 12:54:20 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 18 14:54:18 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 1GE3rd-00083x-BE for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Aug 2006 14:54:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GE3rc-0008CD-Ut for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Aug 2006 08:54:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GE3rP-0008BP-Vn for help-gnu-emacs@gnu.org; Fri, 18 Aug 2006 08:54:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GE3rO-0008AU-FA for help-gnu-emacs@gnu.org; Fri, 18 Aug 2006 08:54:03 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GE3rO-0008AP-5x for help-gnu-emacs@gnu.org; Fri, 18 Aug 2006 08:54:02 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GE3y6-0002AH-1i for help-gnu-emacs@gnu.org; Fri, 18 Aug 2006 09:00:58 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GE3rH-0007z2-US for help-gnu-emacs@gnu.org; Fri, 18 Aug 2006 14:53:56 +0200 Original-Received: from 59.144.45.75 ([59.144.45.75]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 18 Aug 2006 14:53:55 +0200 Original-Received: from alephnull by 59.144.45.75 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 18 Aug 2006 14:53:55 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 14 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 59.144.45.75 User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.51 (gnu/linux) Cancel-Lock: sha1:Xn6uhu1sgTjoxNidEshJhg+8uEU= 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:36754 Archived-At: On 18 Aug 2006, happyarch@gmail.com wrote: > I want to view folded code just like vs.net style. http://www.emacswiki.org/cgi-bin/wiki/CategoryOutline I use hide-show for C/C++ code (no special setup required) and outline-mode for plain text. -- Alok "In the long run, every program becomes rococo, and then rubble." -- Alan Perlis