Xref: utzoo comp.sources.wanted:3239 comp.editors:91 Path: utzoo!utgpu!water!watmath!clyde!rutgers!columbia!westend!dupuy From: dupuy@westend.columbia.edu (Alexander Dupuy) Newsgroups: comp.sources.wanted,comp.editors Subject: Re: folding editor Message-ID: <5297@columbia.edu> Date: 8 Feb 88 18:09:47 GMT References: <358@trigraph.UUCP> <362@trigraph.UUCP> Sender: nobody@columbia.edu Reply-To: dupuy@westend.columbia.edu (Alexander Dupuy) Followup-To: comp.sources Organization: Columbia University Computer Science Dept. Lines: 15 In article <362@trigraph.UUCP> michael@trigraph.UUCP (Michael Winser) writes: >A folding editor allows you to "fold" several lines of text into a single line >(usually displayed as the first folded line). You might want to look at outline-mode in Gnu Emacs. Folded lines are marked by ^M (CR) where ordinary lines are marked with ^J (NL). Setting the elisp variable selective-display to t turns this feature on. The outline mode which uses this supports an outline-regexp variable that allows you to specify the format of header vs. body lines. This allows you to customize the outlines for the particular structure you are using. @alex --- arpanet: dupuy@columbia.edu uucp: ...!rutgers!columbia!dupuy