From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alan Schmitt Newsgroups: gmane.emacs.help Subject: Re: contractor resources for emacs extension development Date: Mon, 21 Oct 2013 17:23:29 +0200 Organization: IRISA, INRIA Rennes (FR) Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1382370019 15606 80.91.229.3 (21 Oct 2013 15:40:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2013 15:40: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 Mon Oct 21 17:40:24 2013 Return-path: Envelope-to: geh-help-gnu-emacs@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 1VYHad-00050W-1g for geh-help-gnu-emacs@m.gmane.org; Mon, 21 Oct 2013 17:40:19 +0200 Original-Received: from localhost ([::1]:40481 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VYHac-0004Eb-JC for geh-help-gnu-emacs@m.gmane.org; Mon, 21 Oct 2013 11:40:18 -0400 X-FeedAbuse: http://nntpfeed.proxad.net/abuse.pl feeded by 78.192.65.63 Original-Path: usenet.stanford.edu!news.kjsl.com!feeder.erje.net!eu.feeder.erje.net!ecngs!feeder2.ecngs.de!proxad.net!feeder1-1.proxad.net!nntpfeed.proxad.net!news.muarf.org!news.ecp.fr!news-rocq.inria.fr!news.irisa.fr!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 21 Original-NNTP-Posting-Host: top.irisa.fr Original-X-Trace: news-v3.irisa.fr 1382369008 32360 131.254.16.41 (21 Oct 2013 15:23:28 GMT) Original-X-Complaints-To: abuse@irisa.fr Original-NNTP-Posting-Date: Mon, 21 Oct 2013 15:23:28 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin) Cancel-Lock: sha1:Uj+T3EINFHF0JROXsMYJmf5nbIY= Original-Xref: usenet.stanford.edu gnu.emacs.help:201858 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:94127 Archived-At: Thorsten Jolitz writes: > Did you set the hooks? > > In my .emacs I find e.g. > > ,------------------------------------------------------------- > | (add-hook 'outline-minor-mode-hook 'outshine-hook-function)) > | (add-hook 'emacs-lisp-mode-hook 'outline-minor-mode) > | (add-hook 'message-mode-hook 'outline-minor-mode)) > `------------------------------------------------------------- > > so whenever outline-minor-mode is activated, the > `outshine-hook-function' is called for setting up things. For > emacs-lisp-mode and message-mode (and others not listed) I then activate > outline-minor-mode by default. I have them in my configuration file. Is it supposed to work if no headling is present? Alan