From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jambunathan K Newsgroups: gmane.emacs.help Subject: Re: code folding Date: Tue, 02 Aug 2011 03:22:07 +0530 Message-ID: <81tya0kdfc.fsf@gmail.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1312235559 29334 80.91.229.12 (1 Aug 2011 21:52:39 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 1 Aug 2011 21:52:39 +0000 (UTC) Cc: help-gnu-emacs To: Jai Dayal Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 01 23:52:35 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qo0PZ-00064F-MG for geh-help-gnu-emacs@m.gmane.org; Mon, 01 Aug 2011 23:52:33 +0200 Original-Received: from localhost ([::1]:60564 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qo0PZ-0000Ad-7V for geh-help-gnu-emacs@m.gmane.org; Mon, 01 Aug 2011 17:52:33 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:35427) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qo0PS-0000A5-5u for help-gnu-emacs@gnu.org; Mon, 01 Aug 2011 17:52:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qo0PR-0005PL-B2 for help-gnu-emacs@gnu.org; Mon, 01 Aug 2011 17:52:26 -0400 Original-Received: from mail-pz0-f49.google.com ([209.85.210.49]:43017) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qo0PR-0005PF-5e for help-gnu-emacs@gnu.org; Mon, 01 Aug 2011 17:52:25 -0400 Original-Received: by pzk33 with SMTP id 33so10349985pzk.8 for ; Mon, 01 Aug 2011 14:52:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type:content-transfer-encoding; bh=p1hYAHnWWq7dDLUElotpE5Xm0lVrk54TCJtsbAIwvtI=; b=oHKu+PTb7iDkYHeWXxwYQ117fx7TX/NQZStnBf2wn1+1kXnrhnZOJynLRavG9sU+De RG9tKhHirx9QiTmp51ZWHY8zgvLh9M9x94mzQ9tMr5kYv2aorEOY7kC07usS5CSFGkp8 eeUr19UFVFMbLLl82dBXqRONCEYR4Mm1i96nI= Original-Received: by 10.68.34.33 with SMTP id w1mr3666296pbi.392.1312235543139; Mon, 01 Aug 2011 14:52:23 -0700 (PDT) Original-Received: from JAMBU-NETBOOK ([115.242.206.222]) by mx.google.com with ESMTPS id o6sm1489844pbj.82.2011.08.01.14.52.19 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 01 Aug 2011 14:52:22 -0700 (PDT) In-Reply-To: (Jai Dayal's message of "Mon, 1 Aug 2011 14:09:55 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (windows-nt) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.49 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:81855 Archived-At: Jai Dayal writes: > Hi all, > =A0 I was wondering if anyone had any preferences on some decent code > folding extentions for emacs that I could check out?=A0 It should be > noted that I use ECB, but I think the two should be independent. Experienced users use outline-minor-mode - It takes time to getting used to it (or any other such mode). Hint: Search for "outline" or "fold" in emacswiki and try out the first few modes that show up. You can also search for narrowing and "indirect buffers" to explore other related things. I have never used cedet plus company. So I cannot comment on them. IMO you will be better off NOT using any outlining to begin with. > > Jai > > --=20