From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59453 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.gnus.general Subject: Re: bug in message.el, message-forward-make-body-plain Date: Sun, 19 Dec 2004 23:26:38 +0100 Message-ID: <86d5x5zzz5.fsf@ketchup.de.uu.net> References: <87y8ghyf39.fsf@orebokech.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1103495852 25177 80.91.229.6 (19 Dec 2004 22:37:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 19 Dec 2004 22:37:32 +0000 (UTC) Original-X-From: ding-owner+M7993@lists.math.uh.edu Sun Dec 19 23:37:26 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Cg9g5-0007j4-00 for ; Sun, 19 Dec 2004 23:37:26 +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 1Cg9WD-0002U1-00; Sun, 19 Dec 2004 16:27:13 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1Cg9W9-0002Tw-00 for ding@lists.math.uh.edu; Sun, 19 Dec 2004 16:27:09 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1Cg9W3-0002f8-Si for ding@lists.math.uh.edu; Sun, 19 Dec 2004 16:27:04 -0600 Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1Cg9W3-0007RA-00 for ; Sun, 19 Dec 2004 23:27:03 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 17 Original-NNTP-Posting-Host: p5487c6b6.dip.t-dialin.net Original-X-Trace: quimby.gnus.org 1103495223 27866 84.135.198.182 (19 Dec 2004 22:27:03 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Sun, 19 Dec 2004 22:27:03 +0000 (UTC) User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:PjC1DcEX6drD0cOm8sFbM2hS0dc= Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: main.gmane.org gmane.emacs.gnus.general:59453 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59453 Romain Francoise writes: > The test is weird: > > (when (and (not current-prefix-arg) > message-forward-ignored-headers) > > how can current-prefix-arg be nil since you call this function from C-u > C-c C-f? Its value is '(4) here... unless I'm missing something. There is a variable message-forward-as-mime which inverts the meaning of the prefix arg. I think there is still a problem in the code, though. Hm. Kai