help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: HideShow vs Outline


From: Thien-Thi Nguyen
Subject: Re: HideShow vs Outline
Date: Mon, 26 Mar 2007 10:43:39 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.95 (gnu/linux)

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 via email to

[Prev in Thread] Current Thread [Next in Thread]