From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/17849 Path: main.gmane.org!not-for-mail From: Matt Pharr Newsgroups: gmane.emacs.gnus.general Subject: Re: yipes! forwarding bug in p0.34 Date: 15 Oct 1998 14:34:12 -700 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035156475 2979 80.91.224.250 (20 Oct 2002 23:27:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:27:55 +0000 (UTC) Cc: bugs@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 RAA13617 for ; Thu, 15 Oct 1998 17:40:38 -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 QAB10452; Thu, 15 Oct 1998 16:34:45 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 15 Oct 1998 16:34:42 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id QAA09524 for ; Thu, 15 Oct 1998 16:34:31 -0500 (CDT) Original-Received: from lux.Stanford.EDU (lux.Stanford.EDU [171.64.77.150]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id RAA13504; Thu, 15 Oct 1998 17:34:15 -0400 (EDT) Original-Received: (from mmp@localhost) by lux.Stanford.EDU (8.9.0/8.9.0) id OAA16720; Thu, 15 Oct 1998 14:34:13 -0700 (PDT) Original-To: ding@gnus.org X-Face: C!.oGaE]n@p)VF9Ss3]f'|<)kRrtpG)^^b^X-3_zhUHp\jBj29jaoTItqWR>mHa+v-{/!jx7OA@!cV0>Fm-b:zEL<`oOXG[BFQ\ I just noticed that when forwarding a message in pgnus 0.34, the *mail* > buffer that comes up has the contents of whatever messages I've already > forwarded appended to the end of it. Has anyone else noticed this? Well that was an easy one to fix. *** lisp/gnus-msg.el~ Sat Oct 10 17:32:03 1998 --- lisp/gnus-msg.el Thu Oct 15 14:29:51 1998 *************** *** 620,625 **** --- 620,626 ---- (set-buffer gnus-original-article-buffer) (setq text (buffer-string))) (set-buffer (gnus-get-buffer-create " *Gnus forward*")) + (erase-buffer) (insert text) (run-hooks 'gnus-article-decode-hook) (let ((message-included-forward-headers *** lisp/ChangeLog~ Sat Oct 10 17:32:01 1998 --- lisp/ChangeLog Thu Oct 15 14:31:00 1998 *************** *** 1,3 **** --- 1,8 ---- + 1998-10-15 Matt Pharr + + * gnus-msg.el (gnus-summary-mail-forward): Erase contents of old + forward buffer first. + Sun Oct 11 02:28:40 1998 Lars Magne Ingebrigtsen * gnus.el: Pterodactyl Gnus v0.34 is released. -matt -- Matt Pharr mmp@graphics.stanford.edu