From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/7111 Path: main.gmane.org!not-for-mail From: Joe Wells Newsgroups: gmane.emacs.gnus.general Subject: filling in messages (was: Welcome to the T-Shirt Mailing List) Date: 04 Jul 1996 11:30:05 -0400 Message-ID: References: <0fenmswfed.fsf@fraxinus.daimi.aau.dk> <0fvig4i5fn.fsf@fraxinus.daimi.aau.dk> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035147468 5926 80.91.224.250 (20 Oct 2002 20:57:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:57:48 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.5/8.6.9) with SMTP id IAA07813 for ; Thu, 4 Jul 1996 08:58:55 -0700 Original-Received: from cs.bu.edu (root@CS.BU.EDU [128.197.13.2]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Thu, 4 Jul 1996 17:32:45 +0200 Original-Received: from csb.bu.edu by cs.bu.edu (8.6.10/Spike-2.1) id LAA02676; Thu, 4 Jul 1996 11:30:08 -0400 Original-Received: by csb.bu.edu (8.6.10/Spike-2.1) id LAA14276; Thu, 4 Jul 1996 11:30:05 -0400 Original-To: ding@ifi.uio.no In-Reply-To: Lars Balker Rasmussen's message of 04 Jul 1996 14:11:40 +0200 Original-Lines: 20 X-Mailer: Gnus v5.2.29/Emacs 19.31 Xref: main.gmane.org gmane.emacs.gnus.general:7111 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:7111 >>>>> "Lars" == Lars Balker Rasmussen writes: Lars> If you edit a message, and you are writing on a line above e.g. "> Lars> ", the fill-routine will do this. Is this a Gnus or an Emacs bug? Emacs bug. There isn't really a good fix. The real problem is that Emacs needs to be told that the next line starts a new paragraph. However, this is context sensitive and Emacs's built-in paragraph recognizing code can't handle this. I remember that the "filladapt" package could deal with this properly. If you keep a blank line between paragraphs you will be safe. The lame fix is to remove the ">" from adaptive-fill-regexp, but this makes it harder to fill cited text. I hope this helps. -- Joe Wells