From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rusi Newsgroups: gmane.emacs.help Subject: Re: program outlining Date: Mon, 11 Jul 2016 07:12:07 -0700 (PDT) Message-ID: References: <69592de8-5bae-48ac-9435-76e219d6ee38@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1468246777 9730 80.91.229.3 (11 Jul 2016 14:19:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 Jul 2016 14:19:37 +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 Jul 11 16:19:37 2016 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 1bMc3c-0005wl-Mf for geh-help-gnu-emacs@m.gmane.org; Mon, 11 Jul 2016 16:19:36 +0200 Original-Received: from localhost ([::1]:33969 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMc3W-0004ql-C0 for geh-help-gnu-emacs@m.gmane.org; Mon, 11 Jul 2016 10:19:30 -0400 X-Received: by 10.107.16.95 with SMTP id y92mr3388644ioi.7.1468246327632; Mon, 11 Jul 2016 07:12:07 -0700 (PDT) X-Received: by 10.36.230.194 with SMTP id e185mr292604ith.9.1468246327612; Mon, 11 Jul 2016 07:12:07 -0700 (PDT) Original-Path: usenet.stanford.edu!jk6no16005832igb.0!news-out.google.com!d130ni77ith.0!nntp.google.com!jk6no16005828igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=203.187.205.171; posting-account=mBpa7woAAAAGLEWUUKpmbxm-Quu5D8ui Original-NNTP-Posting-Host: 203.187.205.171 User-Agent: G2/1.0 Injection-Date: Mon, 11 Jul 2016 14:12:07 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:218465 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.help:110774 Archived-At: On Monday, July 11, 2016 at 7:18:18 PM UTC+5:30, Kaushal Modi wrote: > Outshine works fine for me, along with the TAB and s-TAB () > behavior, and I use it everyday in emacs-lisp-mode and other modes like > shell-script-mode and verilog-mode. > > Here's my outshine setup: > https://github.com/kaushalmodi/.emacs.d/blob/master/setup-files/setup-outshine.el > > If you ignore the 'modi/outline-toc' function definition in the above link, > there's very little configuration I need to do for outshine. The only > important config is to set the outline-minor-mode-prefix and adding > outshine-hook-function to outline-minor-mode-hook. Looks impressive How does it work? Which modes? I can load this file alright But thereafter outshine is so undocumented that I dont know what next On a different note does outshine understand programming language syntax? Or does it need addition of org-style 'cookies'? Because if latter its not much use for arbitrary codebases (which hideshow seems to handle at least somewhat)