From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.devel Subject: Re: Modern Conventions for Emacs Lisp files? Date: Tue, 09 Apr 2013 15:11:31 +0200 Message-ID: <87d2u3hmrg.fsf@bzg.ath.cx> References: <87hajhswdh.fsf@gmail.com> <87y5csu7ml.fsf@gmail.com> <87hajgu5bp.fsf@gmail.com> <874nfguppw.fsf@bzg.ath.cx> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1365513103 11481 80.91.229.3 (9 Apr 2013 13:11:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 9 Apr 2013 13:11:43 +0000 (UTC) Cc: Thorsten Jolitz , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 09 15:11:44 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UPYKr-00036G-8W for ged-emacs-devel@m.gmane.org; Tue, 09 Apr 2013 15:11:41 +0200 Original-Received: from localhost ([::1]:57408 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPYKq-00066S-Px for ged-emacs-devel@m.gmane.org; Tue, 09 Apr 2013 09:11:40 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:34883) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPYKn-00065R-Jy for emacs-devel@gnu.org; Tue, 09 Apr 2013 09:11:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPYKi-0003Cp-Vi for emacs-devel@gnu.org; Tue, 09 Apr 2013 09:11:37 -0400 Original-Received: from mail-wg0-f44.google.com ([74.125.82.44]:45858) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPYKi-0003Cb-Ot for emacs-devel@gnu.org; Tue, 09 Apr 2013 09:11:32 -0400 Original-Received: by mail-wg0-f44.google.com with SMTP id z11so178887wgg.11 for ; Tue, 09 Apr 2013 06:11:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:in-reply-to:references :user-agent:date:message-id:mime-version:content-type; bh=VhWA56b8kwpqZi7Ym/1qkl7FNQkejT7qwZgjTJ0mCQU=; b=PA0XbvKlq7W8cTaqn65ctwuVnAAxYInGxMyn+TLXviqyXRfkVRAuT0VHS9wKc153AA tllafjX4wsL9N5K2erMK5+iyFHTgxonYPbbwWqDlhLeXOwckIATcvhkfYuP4+1Y3U3LZ RrVYN5vohlaAJPrnCitDVA5ByFVGb3yu0HGupKTc6Z1t8eiKcpuLBJCUIWVe+OZK2aIp iQS+SYZG/0QLn9f1eh9mu4YxBOiJw+2jJK3bhzcDdt3CRZjT8tUxDKHmFdTCAj2m1u3W DcevPhbLjVaKG2rrw7ED0WdGggE0s9ihJM3+hGIBUo0a3Kxy3LexHQk4k58G/s1O+Daz 8Mwg== X-Received: by 10.194.23.105 with SMTP id l9mr16618757wjf.41.1365513092109; Tue, 09 Apr 2013 06:11:32 -0700 (PDT) Original-Received: from bzg.localdomain ([78.250.170.241]) by mx.google.com with ESMTPS id q13sm32601729wie.0.2013.04.09.06.11.30 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 09 Apr 2013 06:11:31 -0700 (PDT) Original-Received: by bzg.localdomain (Postfix, from userid 1000) id 68F671C2101B; Tue, 9 Apr 2013 15:11:31 +0200 (CEST) In-Reply-To: (Stefan Monnier's message of "Tue, 09 Apr 2013 08:27:00 -0400") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 74.125.82.44 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:158804 Archived-At: Stefan Monnier writes: > I'm obviously not familiar enough with Org, because I don't understand > what you're saying. You seem to start by saying no, and then to go on and > say yes. Let me try again: No, we cannot make Org add folding to Elisp files with the current conventions. Yes, you can get Org folding in Elisp files if (1) you use stars after ;;;+ and (2) turn `orgstruct-mode' on in those files and (3) set `orgstruct-heading-prefix-regexp' to "^;;;+ ". PS: The star(s) for starting a headline are hardcoded in Org. -- Bastien