From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/60959 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.gnus.general Subject: Re: message-fill-paragraph seems not to work Date: Thu, 15 Sep 2005 15:24:18 +0200 Message-ID: <87oe6uzcot.fsf@mat.ucm.es> References: <87k6hi616o.fsf@mat.ucm.es> <87ek7q4jf4.fsf@pacem.orebokech.com> Reply-To: Uwe Brauer NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1126791363 27586 80.91.229.2 (15 Sep 2005 13:36:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 15 Sep 2005 13:36:03 +0000 (UTC) Original-X-From: ding-owner+m9491@lists.math.uh.edu Thu Sep 15 15:35:51 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EFttI-0005RN-8N for ding-account@gmane.org; Thu, 15 Sep 2005 15:35:04 +0200 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 1EFtt4-0000C4-00; Thu, 15 Sep 2005 08:34:50 -0500 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1EFtov-0000Bz-00 for ding@lists.math.uh.edu; Thu, 15 Sep 2005 08:30:33 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1EFtos-0003tn-5l for ding@lists.math.uh.edu; Thu, 15 Sep 2005 08:30:33 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1EFtoq-0002BV-00 for ; Thu, 15 Sep 2005 15:30:28 +0200 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EFtmO-0003HS-Kr for ding@gnus.org; Thu, 15 Sep 2005 15:27:56 +0200 Original-Received: from maportatil10.quim.ucm.es ([147.96.7.218]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 15 Sep 2005 15:27:56 +0200 Original-Received: from oub by maportatil10.quim.ucm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 15 Sep 2005 15:27:56 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 16 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: maportatil10.quim.ucm.es X-Hashcash: 1:20:050915:gmane.emacs.gnus.general::bI7jR3ZuHO5aRPy6:00000000000000000000000000000000000005MnC User-Agent: Gnus/5.110003 (No Gnus v0.3) XEmacs/21.4.17 (linux) Cancel-Lock: sha1:hfY41DpXu8/0zW8I54wvdHQwOOM= X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:60959 Archived-At: >>>>> "Romain" == Romain Francoise writes: Romain> `message-fill-paragraph' is not meant to be called Romain> directly, it's used as the value of Romain> `fill-paragraph-function' in Message buffers; there are Romain> normal cases where it does nothing and returns nil. The Romain> docstring is somewhat confusing, I'll clarify it. Ok, especially since it is a interactive function, it is tempting to use it. I propose to have such a function since message-fill-yanked-message is sometimes to aggressive. Uwe