all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kai Grossjohann <kai@emptydomain.de>
Subject: Re: sql-mode and LaTeX
Date: Fri, 27 Feb 2004 13:28:45 +0100	[thread overview]
Message-ID: <874qtczoxu.fsf@emptyhost.emptydomain.de> (raw)
In-Reply-To: mailman.563.1077796563.340.help-gnu-emacs@gnu.org

Roger Mason <rmason@esd.mun.ca> writes:

> What is "selective display"?  How is it different from outline mode?

Selective display is a method for telling Emacs to hide some text.
Another method is to use text properties, or overlays.

Outline mode is a major mode which can parse the text into a
hierarchical structure (the outline), and which provides commands for
hiding or showing certain parts of that hierarchical structure.
Outline mode also provides commands for navigating the structure.

When you tell outline mode to hide something, it could use selective
display to do that.  But I think that modern versions of outline mode
use text properties.  Selective display is a deprecated feature, I
think.

But don't take that too seriously -- maybe the term selective display
is wrong, and selective display is something else.

There is also the C-x $ command which can hide parts of the buffer
based on indentation.  It has selective display in its name.

Kai

  parent reply	other threads:[~2004-02-27 12:28 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.468.1077720063.340.help-gnu-emacs@gnu.org>
2004-02-26  7:04 ` sql-mode and LaTeX Kai Grossjohann
2004-02-26 11:53   ` Roger Mason
     [not found]   ` <mailman.563.1077796563.340.help-gnu-emacs@gnu.org>
2004-02-27 12:28     ` Kai Grossjohann [this message]
2004-02-27 14:08       ` Roger Mason
2004-02-25 17:33 Joe Corneli
2004-02-25 20:19 ` Roger Mason
  -- strict thread matches above, loose matches on Subject: below --
2004-02-25 14:28 Roger Mason

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=874qtczoxu.fsf@emptyhost.emptydomain.de \
    --to=kai@emptydomain.de \
    /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.