From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tim X Newsgroups: gmane.emacs.help Subject: Re: comment with triple braces ;;}}} ;;{{{ section ... Date: Wed, 03 Sep 2008 19:42:56 +1000 Organization: Rapt Technologies Message-ID: <87vdxdtvj3.fsf@lion.rapttech.com.au> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1220440687 16413 80.91.229.12 (3 Sep 2008 11:18:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Sep 2008 11:18: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 Sep 03 13:19:02 2008 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.50) id 1KaqO5-0003zP-Kt for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Sep 2008 13:19:01 +0200 Original-Received: from localhost ([127.0.0.1]:57755 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KaqN5-0003Ep-VD for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Sep 2008 07:18:00 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!news.astraweb.com!border2.newsrouter.astraweb.com!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:K9aOOv80MRqA6gKgcE79lvGKoSA= Original-Lines: 32 Original-NNTP-Posting-Host: ea9cf107.news.astraweb.com Original-X-Trace: DXC=2kao>aKa_g6hn]AcMfkkb9L?0kYOcDh@:IGb]mONgOi:9jMSI8HST^>Y:LMn= 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:57213 Archived-At: Xah writes: > i have a elisp package such that the commends has triple braces to > mark sections, like this: > > ;;}}} > ;;{{{ Recording > > ... > > ;;}}} > ;;{{{ Internal functions returning statistics > > Is this used by some outline mode or something? > > I'm maitaining the mode and have the urge to remove these braces. > Yep, that looks like folding-mode. Its a very handy mode when working with larger files. recommend you try it out before removing them. Also, there was a package a fair while ago that I saw that could hide the markers for those who wanted to not use folding mode, but didn't want to remove them because others found it useful. Maybe see if you can find it (or maybe its now part of folding mode). It would save you the effort of having to remove them and still allow anyone who may want to also work on the mode who likes them to continue using them. -- tcross (at) rapttech dot com dot au