From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.help Subject: Re: code folding Date: Fri, 12 Aug 2011 09:34:44 +0200 Message-ID: <87bovvf5gr.fsf@altern.org> References: <81tya0kdfc.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1313134460 13030 80.91.229.12 (12 Aug 2011 07:34:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 12 Aug 2011 07:34:20 +0000 (UTC) Cc: help-gnu-emacs To: Jambunathan K Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 12 09:34:16 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 1QrmFx-0005vM-Nu for geh-help-gnu-emacs@m.gmane.org; Fri, 12 Aug 2011 09:34:13 +0200 Original-Received: from localhost ([::1]:57079 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QrmFu-0001ng-BB for geh-help-gnu-emacs@m.gmane.org; Fri, 12 Aug 2011 03:34:10 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:33740) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QrmFq-0001nQ-Ei for help-gnu-emacs@gnu.org; Fri, 12 Aug 2011 03:34:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QrmFp-0007Ts-AZ for help-gnu-emacs@gnu.org; Fri, 12 Aug 2011 03:34:06 -0400 Original-Received: from mail-wy0-f169.google.com ([74.125.82.169]:55231) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QrmFp-0007Te-5D for help-gnu-emacs@gnu.org; Fri, 12 Aug 2011 03:34:05 -0400 Original-Received: by wyi11 with SMTP id 11so2284095wyi.0 for ; Fri, 12 Aug 2011 00:34:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=sender:from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; bh=vwIw6c8upoUlPPnh4FGUVxfKJ3wQjX3CzscIlI4oEpM=; b=SVgWtz+BFxJMCwFXVWYw3fFpzyeC+HTUQfLbfxqSmL3Skrcze7ah1o4f/AKRcOigqt ob5Hh7BGSieH/zL2Cv9ZA5ZDMvttEOoZ9XACUt33iUynR93xI022z3fkwbtEvoEALxPF 7onS1nb48hnqr+f2/DDVlLSgHvV6MMNTXnk7I= Original-Received: by 10.227.13.142 with SMTP id c14mr480723wba.111.1313134443221; Fri, 12 Aug 2011 00:34:03 -0700 (PDT) Original-Received: from myhost.localdomain (87.152.71.86.rev.sfr.net [86.71.152.87]) by mx.google.com with ESMTPS id ff6sm2106429wbb.49.2011.08.12.00.34.01 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 12 Aug 2011 00:34:02 -0700 (PDT) Original-Received: by myhost.localdomain (Postfix, from userid 1000) id 15354604B; Fri, 12 Aug 2011 09:34:44 +0200 (CEST) In-Reply-To: <81tya0kdfc.fsf@gmail.com> (Jambunathan K.'s message of "Tue, 02 Aug 2011 03:22:07 +0530") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.82.169 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:81935 Archived-At: Jambunathan K writes: > Experienced users use outline-minor-mode - It takes time to getting used > to it (or any other such mode). You can also use orgstruct-mode, a minor mode that comes with org-mode. Global cycling is broken in Org 7.7 but I'm working on fixing this. > IMO you will be better off NOT using any outlining to begin with. I use code folding quite often and I find it useful to navigate through the code and concentrate on the part I want to edit. My 2 cents, -- Bastien