[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: About NM and Next Release



* Steve Lamb 

| On Fri, 08 Aug 2003 09:06:56 +0200
| Tollef Fog Heen <tfheen@raw.no> wrote:
| > So it can if you use | or : or some other random character as well.
| > It's still a bit silly to have to reflow all your paragraphs at the
| > first quotation level, but whatever.
| 
|     Which I don't.  Since the quoted text is automatically reflowed
| before quoting in most cases.  Furthermore if one is trimming as one
| should one rarely gets past the first level anyway.  And here I
| thought EMACS was the one true editor.  Live and learn I guess.

(setq-default sentence-end "[.?!][]\"')}]*[ \n]+")
(setq-default paragraph-start "^[|:> \t]*$")
(setq-default paragraph-separate (default-value 'paragraph-start))
(setq adaptive-fill-regexp (substring (default-value 'paragraph-start) 1 -1))

helps a lot, IME.

-- 
Tollef Fog Heen                                                        ,''`.
UNIX is user friendly, it's just picky about who its friends are      : :' :
                                                                      `. `' 
                                                                        `-  



Reply to: