From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/30240 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.emacs.gnus.general Subject: Re: message-do-auto-fill, to not fill some things Date: 24 Apr 2000 01:21:51 +1000 Organization: Bah Humbug Sender: owner-ding@hpc.uh.edu Message-ID: <87ln243ks0.fsf@zip.com.au> References: <87yabdcbdu.fsf@zip.com.au> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035166802 7419 80.91.224.250 (21 Oct 2002 02:20:02 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:20:02 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id 7DD3CD051E for ; Sun, 23 Apr 2000 11:24:08 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id KAB04708; Sun, 23 Apr 2000 10:23:58 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 23 Apr 2000 10:23:12 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id KAA03787 for ; Sun, 23 Apr 2000 10:23:02 -0500 (CDT) Original-Received: from vasquez.zip.com.au (vasquez.zip.com.au [203.12.97.41]) by mailhost.sclp.com (Postfix) with ESMTP id 3539AD051E for ; Sun, 23 Apr 2000 11:23:14 -0400 (EDT) Original-Received: from localhost (banana33.zip.com.au [61.8.30.65]) by vasquez.zip.com.au (8.9.2/8.9.1) with ESMTP id BAA14838 for ; Mon, 24 Apr 2000 01:23:08 +1000 (EST) Original-Received: from gg by localhost with local (Exim 3.11 #1 (Debian)) id 12jOCl-00023N-00; Mon, 24 Apr 2000 01:21:51 +1000 Original-To: ding@gnus.org Original-Lines: 17 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.5 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:30240 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:30240 > Kevin Ryde writes: > > > (defun message-do-auto-fill () > > ... Lars Magne Ingebrigtsen writes: > > Can one do this kind of predicate thing with the normal fill commands > as well? Do you mean like fill-paragraph (M-q)? Not with just the little spot of code I made, but I didn't think I needed fill-paragraph in headers. Presumably a "message-fill-paragraph" could just let some values for paragraph-start, etc when in the headers, or do nothing in a #part I guess fill-paragraph-function would be the right way to do it, recursing into fill-paragraph for the real work.