home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky gnu.emacs.help:5223 comp.emacs:3897
- Newsgroups: gnu.emacs.help,comp.emacs
- Path: sparky!uunet!news.claremont.edu!ucivax!megatek!hollen
- From: hollen@megatek.UUCP (Dion Hollenbeck)
- Subject: Re: fill with preceding tab?
- In-Reply-To: sosc1069@highway.yorku.ca's message of Thu, 31 Dec 1992 02: 41:09 GMT
- Message-ID: <HOLLEN.93Jan3084431@peg.megatek.UUCP>
- Sender: hollen@megatek.com (Dion Hollenbeck)
- Organization: Megatek Corporation, San Diego, California
- References: <SOSC1069.92Dec30214109@highway.yorku.ca>
- Date: Sun, 3 Jan 1993 16:44:31 GMT
- Lines: 23
-
- >>>>> On Thu, 31 Dec 1992 02:41:09 GMT, sosc1069@highway.yorku.ca (Ming He) said:
-
- Ming> How can I fill a paragraph and leave a tab before each line?
-
- First Way:
-
- Insert a TAB into the text. Execute M-x "set-fill-prefix" and
- it will look at everyting that is on the line before the point
- and make that the fill-prefix (in this case a TAB). That is
- how I got this paragraph to fill with a TAB.
-
- Second Way:
- Insert the following lines in a .el file customized for you:
-
- (auto-fill-mode 1)
- (setq fill-prefix " ")
- (setq fill-column 72)
-
-
- --
- Dion Hollenbeck Email: hollen@megatek.com
- Senior Software Engineer megatek!hollen@uunet.uu.net
- Megatek Corporation, San Diego, California ucsd!megatek.uucp!hollen
-