all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Thien-Thi Nguyen <ttn@gnuvola.org>
To: help-gnu-emacs@gnu.org
Subject: Re: HideShow vs Outline
Date: Mon, 26 Mar 2007 10:43:39 +0200	[thread overview]
Message-ID: <87hcs8gzt0.fsf@ambire.localdomain> (raw)
In-Reply-To: mailman.830.1173687714.7795.help-gnu-emacs@gnu.org

A Soare <alinsoar@voila.fr> writes:

> what is the difference between outline-minor-mode and hs-minor-mode?

outline is line-oriented and does not distinguish end-of-block.

hideshow distinguishes end-of-block.

here is a form you can play with:

; *    !
  (let ((a b)
        (c (d e f
              g h))
        (i j))
    (l m n)
    (o p q
       (r s t))
    (u v
       (w x
          (y z))))

try `M-x hs-hide-level' w/ various prefix args on the `let' open-paren
("*" above).  likewise on the let-bindings open-paren ("!" above).  then
try `hs-hide-block', and so forth.  next, try the analogous outline
commands.  see what you like and what you don't.  write something on the
emacswiki, if it hasn't already been written.

thi

       reply	other threads:[~2007-03-26  8:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.830.1173687714.7795.help-gnu-emacs@gnu.org>
2007-03-26  8:43 ` Thien-Thi Nguyen [this message]
2007-03-12  8:21 HideShow vs Outline A Soare
  -- strict thread matches above, loose matches on Subject: below --
2007-03-12  8:20 A Soare

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87hcs8gzt0.fsf@ambire.localdomain \
    --to=ttn@gnuvola.org \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.