[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: what is 'outline mode'?

From: Paul Lussier <pll_at_lanminds.com>
Date: 2002-10-31 17:41:23 CET

In a message dated: Thu, 31 Oct 2002 08:33:26 PST
Zack Brown said:

>Hi folks,
>
>In 'IDEAS', it says to use "outline-mode format" in the file, but this
>isn't described anywhere. My best guess is that it's an emacs thing.

It is.

>What should vi users do?

Use Emacs :)

Seriously, you should be able to view the file just fine. The only
thing the Emacs outline-mode does is allow you to do things like
collapse and expand the various sections.

For example, you'll see things like:

        * Header 1
        some text
        ** Header 2
        some other text
        *** Header 3
        a bunch of text
        more text

outline mode will allow you to collapse all the '***' levels if you
want so that you only see:
        * Header 1
        some text
        ** Header 2
        some other text
        *** Header 3 ...

It's just a more convenient way to write things in outline mode for
Emacs users. The resultant file is still 100% plain ascii text, and
doesn't look any different regardless of what editor you use. It's
the outline-mode macro which makes things look different based on the
'*' prefix of lines.

HTH,

-- 
Seeya,
Paul
--
	It may look like I'm just sitting here doing nothing,
   but I'm really actively waiting for all my problems to go away.
	 If you're not having fun, you're not doing it right!
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 31 17:42:05 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.