From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25760 Path: main.gmane.org!not-for-mail From: Chris Brierley Newsgroups: gmane.emacs.gnus.general Subject: Re: Adaptive fill in message-mode is weird Date: 08 Oct 1999 12:01:36 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035163089 15738 80.91.224.250 (21 Oct 2002 01:18:09 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:18:09 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA14604 for ; Fri, 8 Oct 1999 12:02:30 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id LAB02183; Fri, 8 Oct 1999 11:01:42 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 08 Oct 1999 11:02:06 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id LAA23626 for ; Fri, 8 Oct 1999 11:01:56 -0500 (CDT) Original-Received: from optical.mindstorm.com (optical.mindstorm.com [209.113.156.7]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id LAA14575 for ; Fri, 8 Oct 1999 11:59:57 -0400 (EDT) Original-Received: from CBRIERLE.pobox.com (localhost [127.0.0.1]) by optical.mindstorm.com (MindstorM/MindstorM) with ESMTP id LAA29149; Fri, 8 Oct 1999 11:59:53 -0400 Original-To: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) In-Reply-To: Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "08 Oct 1999 09:32:05 +0200" Original-Lines: 11 User-Agent: Gnus/5.070097 (Pterodactyl Gnus v0.97) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:25760 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:25760 ---+ Kai Großjohann wrote: | | Because filling also depends on paragraph-start and | paragraph-separate. Argghhh!! This was, of course, my mistake. I ended up adding a message-mode-hook to set paragraph-start and paragraph-separate to the same that's used in mail-mode. After doing that I didn't even have to mess with the adaptive-fill regexps. Thanks so much!