From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/42935 Path: main.gmane.org!not-for-mail From: Matt Armstrong Newsgroups: gmane.emacs.gnus.general Subject: Re: Support for encoding format=flowed (RFC 2646) Date: Tue, 05 Feb 2002 15:30:08 -0700 Sender: owner-ding@hpc.uh.edu Message-ID: <873d0f36kv.fsf@squeaker.lickey.com> References: <874rlqrn02.fsf@squeaker.lickey.com> <87zo3iq87y.fsf@squeaker.lickey.com> <87sn8f3kny.fsf@squeaker.lickey.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035178108 14829 80.91.224.250 (21 Oct 2002 05:28:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:28:28 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: (qmail 21327 invoked from network); 5 Feb 2002 22:32:38 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 5 Feb 2002 22:32:38 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16YE8L-0005cW-00; Tue, 05 Feb 2002 16:32:14 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 05 Feb 2002 16:31:48 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id QAA27340 for ; Tue, 5 Feb 2002 16:30:17 -0600 (CST) Original-Received: (qmail 21271 invoked by alias); 5 Feb 2002 22:30:14 -0000 Original-Received: (qmail 21265 invoked from network); 5 Feb 2002 22:30:14 -0000 Original-Received: from hank.lickey.com (ident-is-dumb@64.81.100.235) by gnus.org with SMTP; 5 Feb 2002 22:30:14 -0000 Original-Received: from squeaker.lickey.com (squeaker.lickey.com [192.168.100.10]) by hank.lickey.com (Postfix) with ESMTP id 2C276EE3F; Tue, 5 Feb 2002 15:30:13 -0700 (MST) Original-Received: from localhost (localhost [127.0.0.1]) by squeaker.lickey.com (Postfix) with ESMTP id 2EBE7C09D; Tue, 5 Feb 2002 15:30:11 -0700 (MST) Original-Received: by squeaker.lickey.com (Postfix, from userid 1000) id 82D74C093; Tue, 5 Feb 2002 15:30:08 -0700 (MST) Mail-Copies-To: never Original-To: niklas.morberg@axis.com Mail-Followup-To: niklas.morberg@axis.com, ding@gnus.org In-Reply-To: (Simon Josefsson's message of "Tue, 05 Feb 2002 20:18:58 +0100") Original-Lines: 36 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.1 (i386-debian-linux-gnu) X-Virus-Scanned: by AMaViS snapshot-20010714 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:42935 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:42935 Simon Josefsson writes: > Matt Armstrong writes: > >>>>> Fourth, is inserting two blank lines for every hard newline the >>>>> right thing to do? I bet my elisp above is going to look funny. >>> >>>> As is any quoted text. Hmm... >>> >>> Matt, >>> >>> Did you find a solution to this? I would like to use hard newlines >>> when composing messages, but the extra blank lines inserted is a >>> real nuisance... >> >> No, I haven't -- it still exists as what Simon originally >> implemented. I was playing with it mainly as a toy and not for >> serious work (though, if it worked well I might turn it on by >> default). > > Do you get two blank hard newlines between each line? Weird. Do you > have some kind of fill related customizations? The flow-fill code > uses `fill-region', so if there is some customization that affect that > function, it will affect format=flowed encoding as well. Ideally, > flow-fill.el should inhibit such customizations. I do use filladapt. What I was seeing was that stuff like the quoted text above or the automatically inserted ~/.signature would have a hard newline at the end of each line (longlines.el showed them to me). Then each hard newline in the message buffer ended up as two newlines in the sent message. -- matt