From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.gnus.general,gmane.emacs.devel Subject: Re: `hard-newline' changes trigger format=flowed in Gnus Date: Tue, 29 Nov 2005 17:18:27 -0500 Message-ID: <87r78znln0.fsf@stupidchicken.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1133302921 4861 80.91.229.2 (29 Nov 2005 22:22:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 29 Nov 2005 22:22:01 +0000 (UTC) Cc: Original-X-From: ding-owner+m9967@lists.math.uh.edu Tue Nov 29 23:21:52 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EhDnS-0002yj-5K for ding-account@gmane.org; Tue, 29 Nov 2005 23:17:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1EhDnN-0000aM-00; Tue, 29 Nov 2005 16:17:53 -0600 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1EhDnD-0000aH-00 for ding@lists.math.uh.edu; Tue, 29 Nov 2005 16:17:43 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1EhDnB-0005pJ-EQ for ding@lists.math.uh.edu; Tue, 29 Nov 2005 16:17:43 -0600 Original-Received: from main-twelve-three-thirty-seven.mit.edu ([18.19.6.82] helo=localhost.localdomain) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1EhDn1-0001Bu-00 for ; Tue, 29 Nov 2005 23:17:31 +0100 Original-Received: by localhost.localdomain (Postfix, from userid 1000) id 7A5AD1208AF; Tue, 29 Nov 2005 17:18:27 -0500 (EST) Original-To: Emacs development In-Reply-To: (Reiner Steib's message of "Tue, 29 Nov 2005 21:41:25 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:61436 gmane.emacs.devel:46781 Archived-At: Reiner Steib writes: > When copying some lines from the mail header (in Gnus' message mode) > into the mail body, some of the newlines seem to be marked as `hard'. > When sending (or previewing) the message, the function > `fill-flowed-encode' detects the hard newlines and the whole message > is encodes as format=flowed which leads to an unexpected output. What is the intended purpose of fill-flowed-encode? What is the reason for message-mode to do anything special when there are hard newlines in the buffer?