all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* HideShow vs Outline
@ 2007-03-12  8:20 A Soare
  0 siblings, 0 replies; 3+ messages in thread
From: A Soare @ 2007-03-12  8:20 UTC (permalink / raw)
  To: Emacs   Help  [help-gnu-emacs]

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

Thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* HideShow vs Outline
@ 2007-03-12  8:21 A Soare
  0 siblings, 0 replies; 3+ messages in thread
From: A Soare @ 2007-03-12  8:21 UTC (permalink / raw)
  To: Emacs   Help  [help-gnu-emacs]

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

In LISP and EMACS-LISP modes. I forgot to add...

Thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: HideShow vs Outline
       [not found] <mailman.830.1173687714.7795.help-gnu-emacs@gnu.org>
@ 2007-03-26  8:43 ` Thien-Thi Nguyen
  0 siblings, 0 replies; 3+ messages in thread
From: Thien-Thi Nguyen @ 2007-03-26  8:43 UTC (permalink / raw)
  To: help-gnu-emacs

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-03-26  8:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-12  8:21 HideShow vs Outline A Soare
     [not found] <mailman.830.1173687714.7795.help-gnu-emacs@gnu.org>
2007-03-26  8:43 ` Thien-Thi Nguyen
  -- strict thread matches above, loose matches on Subject: below --
2007-03-12  8:20 A Soare

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.