Question about rt code

I see #{{{ and #}}} in the rt code. I am guessing that this is an emacs mode
which is used for hiding and showing snippits of code. What elisp do I need
to use to be able to hide and show properly?

rob

That’s “folding mode” from http://www.csd.uu.se/~andersl/emacs.shtml

It works in emacs.

Vim6 has an equivalent built in. (:help folding)On Wed, Feb 13, 2002 at 11:29:21AM -0800, Rob Walker wrote:

I see #{{{ and #}}} in the rt code. I am guessing that this is an emacs mode
which is used for hiding and showing snippits of code. What elisp do I need
to use to be able to hide and show properly?

rob


rt-devel mailing list
rt-devel@lists.fsck.com
http://lists.fsck.com/mailman/listinfo/rt-devel

http://www.bestpractical.com/products/rt – Trouble Ticketing. Free.

Quoting Jesse Vincent jesse@bestpractical.com [13 Feb-02 14:39]:

That’s “folding mode” from http://www.csd.uu.se/~andersl/emacs.shtml

It works in emacs.

Vim6 has an equivalent built in. (:help folding)

The quick answer is:

:set foldmethod=marker

And they can be folded and unfolded with za.

(darren)

Never make anything simple and efficient when a way can be found
to make it complex and wonderful.