From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Terrence Brannon Newsgroups: gmane.emacs.help Subject: Re: cperl-mode - outline minor mode - subroutines Date: Mon, 19 Apr 2010 09:39:28 -0700 (PDT) Organization: http://groups.google.com Message-ID: <247ada74-8337-4fdd-90bf-3e6b7c66875c@5g2000yqj.googlegroups.com> References: <547e499c-4ece-4f8a-b4d7-30fca1a17e9c@8g2000yqz.googlegroups.com> 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 1273011247 26567 80.91.229.12 (4 May 2010 22:14:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 4 May 2010 22:14:07 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 05 00:14:06 2010 connect(): No such file or directory Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O9QNR-0004qt-Hp for geh-help-gnu-emacs@m.gmane.org; Wed, 05 May 2010 00:14:05 +0200 Original-Received: from localhost ([127.0.0.1]:42320 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9QNQ-0000DD-T4 for geh-help-gnu-emacs@m.gmane.org; Tue, 04 May 2010 18:14:04 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!5g2000yqj.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 29 Original-NNTP-Posting-Host: 208.55.254.110 Original-X-Trace: posting.google.com 1271695172 4354 127.0.0.1 (19 Apr 2010 16:39:32 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 19 Apr 2010 16:39:32 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 5g2000yqj.googlegroups.com; posting-host=208.55.254.110; posting-account=GDJYuQoAAACvR3VU3OOyv8hdViWomHUu User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.2) Gecko/20100316 Firefox/3.6.2,gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:177785 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:73226 Archived-At: On Apr 19, 12:16=A0pm, LanX wrote: > > I would like to know how to give hints to outline minor mode, so that > > the subroutine can be broken down into > > sections and subsections. > > I presume we are talking about cperl-mode? yes, sorry I must've forgotten to mention that > HTH please give a note if you are succesful! :) > well, what I still dont know is how to outline a subroutine... how to decompose it into sections and subsections: sub somesub { # A - do something # A1 - do something within do something # A2 - do something else within do something # B - next step # B1 - do something within next step # B2 - do something else within next step }