From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.help Subject: Re: cperl-mode - how people outline their code? Date: Thu, 01 Jul 2010 11:16:29 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87zkyb2n4y.fsf@lifelogs.com> References: <547e499c-4ece-4f8a-b4d7-30fca1a17e9c@8g2000yqz.googlegroups.com> <1f20519e-8129-4b8b-933e-f890d7581f70@n5g2000yqh.googlegroups.com> <8e392a81-3544-4e6a-a92d-5cc3acb060b5@s7g2000vbk.googlegroups.com> <347cd78d-941a-4a4c-a50b-19df69abdf3b@y17g2000yqd.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1291842027 32000 80.91.229.12 (8 Dec 2010 21:00:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 8 Dec 2010 21:00:27 +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 Dec 08 22:00:19 2010 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 1PQR6i-0001vg-8a for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Dec 2010 22:00:15 +0100 Original-Received: from localhost ([127.0.0.1]:38715 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQR45-0001KP-KH for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Dec 2010 15:56:41 -0500 Original-Path: usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!news-2.dfn.de!news.dfn.de!feeder.erje.net!news2.arglkargh.de!news.albasani.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 21 Original-X-Trace: news.albasani.net 1TtVtUPk4Xs32ekRVjguTGYpChDeyLOlLXRc9N0v/O9HW3A9M2qtptCGUXXGrDeuqCFKa3/2rTf9NaIIOWQmWHhtXnVa70WqgcXAeHthLVDO24YQfN5okcxX2MOGKeuR Original-X-Complaints-To: abuse@albasani.net Original-NNTP-Posting-Date: Thu, 1 Jul 2010 16:16:30 +0000 (UTC) X-User-ID: w+HQVOvyfmizR3dLFd+lyMZ9vX5k8sJxr7i/46HHIcA= X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Cancel-Lock: sha1:pTUdKlUVU0lDQKRi8vkLD9ZlZK0= sha1:bHO3RA5pmQEVxtBsgA8slcut2BU= User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-NNTP-Posting-Host: 5ZwaaWcQCVLrdxnA0rAHmajdrlnLMPKhoYI3zFFTWw8= Original-Xref: usenet.stanford.edu gnu.emacs.help:179416 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:75994 Archived-At: On Sun, 25 Apr 2010 02:07:58 +0000 (UTC) Ilya Zakharevich wrote: IZ> On 2010-04-23, LanX wrote: >> more folding on =pods would be nice, too. IZ> Right now I have no idea what this might mean: essentially, we have an IZ> "interleaved" file with two different "channels": code, and POD. Each IZ> one of them has its notion of "outline level", so if they were IZ> separate, one could outline them without much problem. IZ> Now how would these two different outline semantics be reflected on IZ> the "interleaved" file? Would one want to have two different "active" IZ> levels, one for POD, another for code? I would do outline levels on POD and also set up the next-error framework to move back and forth between functions. I used to use folding-mode in Perl but it's really dangerous to hide code in my experience. So I would only ever hide POD. Ted