From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/36327 Path: main.gmane.org!not-for-mail From: prj@po.cwru.edu (Paul Jarc) Newsgroups: gmane.emacs.gnus.general Subject: citation and flow-filling Date: 23 May 2001 15:22:30 -0400 Sender: prj@multivac.cwru.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035171930 8009 80.91.224.250 (21 Oct 2002 03:45:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:45:30 +0000 (UTC) Return-Path: Original-Received: (qmail 10081 invoked by alias); 23 May 2001 19:22:31 -0000 Original-Received: (qmail 10075 invoked from network); 23 May 2001 19:22:30 -0000 Original-Received: from multivac.student.cwru.edu (HELO multivac.cwru.edu) (261@129.22.96.25) by gnus.org with SMTP; 23 May 2001 19:22:30 -0000 Original-Received: (qmail 17043 invoked by uid 500); 23 May 2001 19:22:52 -0000 Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/20.7 Original-Lines: 18 Xref: main.gmane.org gmane.emacs.gnus.general:36327 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:36327 When flow-filling an article with quoted material, Gnus treats space as a non-quote character, even when it is followed by a quote character (">") and is preceded by only quote characters. This is what RFC 2646 says it ought to do, but in practice, it breaks. Gnus actually breaks this itself, because when quoting, "> " is prepended to each line. If the line already starts with a quoting character, then only ">" should be prepended. Can either of these already be configured the way I want them? I see message-cite-prefix-regexp, but I don't think it's used for flow-filling, or citation in replies. If not, I'd be happy to add the code, if someone can point me in the right direction. Also, is there an existing function I can add to message-send-hook or some such to make my messages format=flowed? paul