From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Evans Winner Newsgroups: gmane.emacs.help Subject: Re: comment with triple braces ;;}}} ;;{{{ section ... Date: Wed, 03 Sep 2008 13:58:59 -0600 Organization: Aioe.org NNTP Server Message-ID: <86d4jl3ssc.fsf@timbral.net> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1220474539 14915 80.91.229.12 (3 Sep 2008 20:42:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Sep 2008 20:42:19 +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 22:43:14 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 1KazBs-0000at-TQ for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Sep 2008 22:43:01 +0200 Original-Received: from localhost ([127.0.0.1]:58129 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KazAt-0006pI-Qd for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Sep 2008 16:41:59 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!feeder.erje.net!news.k-dsl.de!aioe.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Original-NNTP-Posting-Host: tHL7Pw00KvzSeEbptdOqCQ.user.aioe.org Original-X-Complaints-To: abuse@aioe.org Cancel-Lock: sha1:ebxCYCRqCUcXNkI8PZWNO4HAo3M= User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Original-Xref: news.stanford.edu gnu.emacs.help:161902 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:57244 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 As others said, folding mode. Maybe it's a sign that some of the content ought to be moved out to separate files. Or maybe not. Just a thought.